Skip to content

Commit 0c0744d

Browse files
committed
Update 7-zip to 24.08
1 parent a21558c commit 0c0744d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM debian:bookworm-slim
22

33
ARG VERSION=2.0.0
44
ARG PREFIX=/w64devkit
5-
ARG Z7_VERSION=2301
5+
ARG Z7_VERSION=2408
66
ARG BINUTILS_VERSION=2.43
77
ARG BUSYBOX_VERSION=FRP-5467-g9376eebd8
88
ARG CTAGS_VERSION=6.0.0
@@ -24,7 +24,7 @@ RUN apt-get update && apt-get install --yes --no-install-recommends \
2424
# Download, verify, and unpack
2525

2626
RUN curl --insecure --location --remote-name-all --remote-header-name \
27-
https://downloads.sourceforge.net/project/sevenzip/7-Zip/23.01/7z$Z7_VERSION-src.tar.xz \
27+
https://downloads.sourceforge.net/project/sevenzip/7-Zip/24.08/7z$Z7_VERSION-src.tar.xz \
2828
https://ftp.gnu.org/gnu/binutils/binutils-$BINUTILS_VERSION.tar.xz \
2929
https://ftp.gnu.org/gnu/gcc/gcc-$GCC_VERSION/gcc-$GCC_VERSION.tar.xz \
3030
https://ftp.gnu.org/gnu/gdb/gdb-$GDB_VERSION.tar.xz \

src/SHA256SUMS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
356071007360e5a1824d9904993e8b2480b51b570e8c9faf7c0f58ebe4bf9f74 7z2301-src.tar.xz
1+
aa04aac906a04df59e7301f4c69e9f48808e6c8ecae4eb697703a47bfb0ac042 7z2408-src.tar.xz
22
b53606f443ac8f01d1d5fc9c39497f2af322d99e14cea5c0b4b124d630379365 binutils-2.43.tar.xz
33
4b3a8ad7a1a6a95b1e8437d2b6ac7d18c9443a9c3d984ef64154d2a4a6558cb0 busybox-w32-FRP-5467-g9376eebd8.tgz
44
71229a73f25529c9e3dabb2cb7310c55405d31caee8e8a9ab5c71b2406d4005a ctags-6.0.0.tar.gz

0 commit comments

Comments
 (0)