mirror of
https://github.com/Kron4ek/Conty
synced 2025-01-13 20:01:41 +01:00
Update zstd to 1.5.0
This commit is contained in:
parent
2ab89c45ac
commit
b03f6dcab2
3 changed files with 4 additions and 4 deletions
|
@ -35,7 +35,7 @@ scriptsize=17981
|
|||
|
||||
# The size of the utils.tar archive
|
||||
# utils.tar contains bwrap and squashfuse binaries
|
||||
utilssize=1300480
|
||||
utilssize=1515520
|
||||
|
||||
# Offset where the squashfs image is stored
|
||||
offset=$((scriptsize+utilssize))
|
||||
|
|
|
@ -7,7 +7,7 @@ script_dir="$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")"
|
|||
squashfuse_version="0.1.104"
|
||||
bwrap_version="0.4.1"
|
||||
lz4_version="1.9.3"
|
||||
zstd_version="1.4.9"
|
||||
zstd_version="1.5.0"
|
||||
|
||||
export CC=gcc
|
||||
export CXX=g++
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:407402aeee549b6ef448a6a1a1a502b0668de34dd2e7dc80bcd126ee511fa899
|
||||
size 1300480
|
||||
oid sha256:ca83dc1213867b68a29816219fd0ffe857a928803806bdbae5efc13798a2650b
|
||||
size 1515520
|
||||
|
|
Loading…
Reference in a new issue