mirror of
https://github.com/Kron4ek/Conty
synced 2024-12-26 09:58:38 +01:00
Update integrated utils
Update bubblewrap to 0.8.0 Update dwarfs to the latest git revision (2a0ac12) Update squashfs-tools to 4.6.1 Update zstd to 1.5.5 Update all other outdated dependencies
This commit is contained in:
parent
a68c21884b
commit
03efe023fa
4 changed files with 9 additions and 9 deletions
|
@ -20,7 +20,7 @@ script_version="1.22"
|
||||||
# Important variables to manually adjust after modification!
|
# Important variables to manually adjust after modification!
|
||||||
# Needed to avoid problems with mounting due to an incorrect offset.
|
# Needed to avoid problems with mounting due to an incorrect offset.
|
||||||
script_size=27087
|
script_size=27087
|
||||||
utils_size=2507588
|
utils_size=2520686
|
||||||
|
|
||||||
# Full path to the script
|
# Full path to the script
|
||||||
script_literal="${BASH_SOURCE[0]}"
|
script_literal="${BASH_SOURCE[0]}"
|
||||||
|
|
|
@ -12,13 +12,13 @@
|
||||||
script_dir="$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")"
|
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="true"
|
||||||
|
|
||||||
squashfuse_version="0.1.105"
|
squashfuse_version="0.1.105"
|
||||||
bwrap_version="0.7.0"
|
bwrap_version="0.8.0"
|
||||||
lz4_version="1.9.4"
|
lz4_version="1.9.4"
|
||||||
zstd_version="1.5.4"
|
zstd_version="1.5.5"
|
||||||
squashfs_tools_version="4.5.1"
|
squashfs_tools_version="4.6.1"
|
||||||
|
|
||||||
export CC=gcc
|
export CC=gcc
|
||||||
export CXX=g++
|
export CXX=g++
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:0d19f1a6fe7e74c6508b8a3a9b4438da37cb080aec764f43ed509fc22946563f
|
oid sha256:6637ac7ef4a0e36e90349b5ce701c334abe284f4425024ea67cbf55761f617f3
|
||||||
size 2507588
|
size 2520686
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:0cb2619109c3869c2cf7367a5bca8547dbf1c48f5c8c83645aa0b33348236f29
|
oid sha256:5b160ecd08ffb0b4c6340799c882fb3f017524383b323582e6e8bd7e76fbf9cc
|
||||||
size 9365818
|
size 9387864
|
||||||
|
|
Loading…
Reference in a new issue