mirror of
https://github.com/Kron4ek/Conty
synced 2024-12-27 09:58:25 +01:00
Update integrated utils
Update squashfuse to 0.1.105 Update dwarfs to the latest git revision (e8f489a) Update lz4 to 1.9.4 Update all other outdated libraries
This commit is contained in:
parent
1bde0f62e8
commit
ea3a106654
4 changed files with 7 additions and 7 deletions
|
@ -46,7 +46,7 @@ mount_point="${working_dir}"/mnt
|
||||||
scriptsize=24207
|
scriptsize=24207
|
||||||
|
|
||||||
# The size of the utils archive
|
# The size of the utils archive
|
||||||
utilssize=2537833
|
utilssize=2542302
|
||||||
|
|
||||||
# Offset where the image is stored
|
# Offset where the image is stored
|
||||||
offset=$((scriptsize+utilssize))
|
offset=$((scriptsize+utilssize))
|
||||||
|
|
|
@ -14,9 +14,9 @@ script_dir="$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")"
|
||||||
# Set to true to compile dwarfs instead of squashfuse
|
# Set to true to compile dwarfs instead of squashfuse
|
||||||
build_dwarfs="false"
|
build_dwarfs="false"
|
||||||
|
|
||||||
squashfuse_version="0.1.104"
|
squashfuse_version="0.1.105"
|
||||||
bwrap_version="0.6.2"
|
bwrap_version="0.6.2"
|
||||||
lz4_version="1.9.3"
|
lz4_version="1.9.4"
|
||||||
zstd_version="1.5.2"
|
zstd_version="1.5.2"
|
||||||
squashfs_tools_version="4.5.1"
|
squashfs_tools_version="4.5.1"
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:c95caa280b46ed8d65aa2d6acca18dcf0365d6db5bc359dd7ab53b8a8a0e57e8
|
oid sha256:6e1dee67e46bb4168e3ff2004cddad0c9e3422f2ca1fb6cee1ae454686258633
|
||||||
size 2537833
|
size 2542302
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:52bbeac810020891f53724809abd314d2c03fa4b6fd3ec11621ded3904bc8f4d
|
oid sha256:26234c2877a664d4714e2d3edecb57aef5a786a29a487c6c3dec8ba0adf2a5f0
|
||||||
size 8869525
|
size 8836186
|
||||||
|
|
Loading…
Reference in a new issue