Skip to content

Commit

Permalink
Update integrated utils
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Kron4ek committed Apr 14, 2023
1 parent a68c218 commit 03efe02
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion conty-start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ script_version="1.22"
# Important variables to manually adjust after modification!
# Needed to avoid problems with mounting due to an incorrect offset.
script_size=27087
utils_size=2507588
utils_size=2520686

# Full path to the script
script_literal="${BASH_SOURCE[0]}"
Expand Down
8 changes: 4 additions & 4 deletions create-utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
script_dir="$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")"

# Set to true to compile dwarfs instead of squashfuse
build_dwarfs="false"
build_dwarfs="true"

squashfuse_version="0.1.105"
bwrap_version="0.7.0"
bwrap_version="0.8.0"
lz4_version="1.9.4"
zstd_version="1.5.4"
squashfs_tools_version="4.5.1"
zstd_version="1.5.5"
squashfs_tools_version="4.6.1"

export CC=gcc
export CXX=g++
Expand Down
4 changes: 2 additions & 2 deletions utils.tar.gz
Git LFS file not shown
4 changes: 2 additions & 2 deletions utils_dwarfs.tar.gz
Git LFS file not shown

0 comments on commit 03efe02

Please sign in to comment.