mirror of
https://github.com/Kron4ek/Conty
synced 2024-12-26 09:58:38 +01:00
Update integrated utils
This commit is contained in:
parent
247c180dfc
commit
c6ee302cc0
3 changed files with 9 additions and 9 deletions
|
@ -15,14 +15,14 @@ script_dir="$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")"
|
|||
# Set to true to compile dwarfs instead of squashfuse
|
||||
build_dwarfs="${build_dwarfs:-false}"
|
||||
|
||||
squashfuse_version="0.5.0"
|
||||
bwrap_version="0.8.0"
|
||||
squashfuse_version="0.5.2"
|
||||
bwrap_version="0.9.0"
|
||||
lz4_version="1.9.4"
|
||||
zstd_version="1.5.5"
|
||||
zstd_version="1.5.6"
|
||||
squashfs_tools_version="4.6.1"
|
||||
unionfs_fuse_version="3.3"
|
||||
busybox_version="1.36.1"
|
||||
bash_version="5.2.15"
|
||||
bash_version="5.2.21"
|
||||
|
||||
export CC=clang
|
||||
export CXX=clang++
|
||||
|
@ -50,7 +50,7 @@ tar xf busybox.tar.bz2
|
|||
tar xf bash.tar.gz
|
||||
|
||||
if [ "${build_dwarfs}" != "true" ]; then
|
||||
curl -#Lo squashfuse.tar.gz https://github.com/vasi/squashfuse/archive/refs/tags/v${squashfuse_version}.tar.gz
|
||||
curl -#Lo squashfuse.tar.gz https://github.com/vasi/squashfuse/archive/refs/tags/${squashfuse_version}.tar.gz
|
||||
curl -#Lo sqfstools.tar.gz https://github.com/plougher/squashfs-tools/archive/refs/tags/${squashfs_tools_version}.tar.gz
|
||||
|
||||
tar xf squashfuse.tar.gz
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e93ffc05c469b4951a8b268d23ec0b84131fa32bffdc7c38b14051c1e84c4d71
|
||||
size 4361646
|
||||
oid sha256:2a97bb808de13645fd8c937db7a078c3082b7bb98b6e1a925e3e52709add95b9
|
||||
size 4364562
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:71b968012d316526589adda97c12434b55b69f5eaad7c0031bac29087f6cee51
|
||||
size 12641301
|
||||
oid sha256:37be4fec874d5b40bfe6d6d767eb440e544a5e949844392cbddb38c9b7790a81
|
||||
size 12709214
|
||||
|
|
Loading…
Reference in a new issue