Skip to content

Commit

Permalink
Update 7-zip to 24.08
Browse files Browse the repository at this point in the history
  • Loading branch information
Semphriss committed Oct 30, 2024
1 parent a21558c commit 0c0744d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM debian:bookworm-slim

ARG VERSION=2.0.0
ARG PREFIX=/w64devkit
ARG Z7_VERSION=2301
ARG Z7_VERSION=2408
ARG BINUTILS_VERSION=2.43
ARG BUSYBOX_VERSION=FRP-5467-g9376eebd8
ARG CTAGS_VERSION=6.0.0
Expand All @@ -24,7 +24,7 @@ RUN apt-get update && apt-get install --yes --no-install-recommends \
# Download, verify, and unpack

RUN curl --insecure --location --remote-name-all --remote-header-name \
https://downloads.sourceforge.net/project/sevenzip/7-Zip/23.01/7z$Z7_VERSION-src.tar.xz \
https://downloads.sourceforge.net/project/sevenzip/7-Zip/24.08/7z$Z7_VERSION-src.tar.xz \
https://ftp.gnu.org/gnu/binutils/binutils-$BINUTILS_VERSION.tar.xz \
https://ftp.gnu.org/gnu/gcc/gcc-$GCC_VERSION/gcc-$GCC_VERSION.tar.xz \
https://ftp.gnu.org/gnu/gdb/gdb-$GDB_VERSION.tar.xz \
Expand Down
2 changes: 1 addition & 1 deletion src/SHA256SUMS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
356071007360e5a1824d9904993e8b2480b51b570e8c9faf7c0f58ebe4bf9f74 7z2301-src.tar.xz
aa04aac906a04df59e7301f4c69e9f48808e6c8ecae4eb697703a47bfb0ac042 7z2408-src.tar.xz
b53606f443ac8f01d1d5fc9c39497f2af322d99e14cea5c0b4b124d630379365 binutils-2.43.tar.xz
4b3a8ad7a1a6a95b1e8437d2b6ac7d18c9443a9c3d984ef64154d2a4a6558cb0 busybox-w32-FRP-5467-g9376eebd8.tgz
71229a73f25529c9e3dabb2cb7310c55405d31caee8e8a9ab5c71b2406d4005a ctags-6.0.0.tar.gz
Expand Down

0 comments on commit 0c0744d

Please sign in to comment.