Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 7-zip to 24.08 #183

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
1 change: 1 addition & 0 deletions src/7z.mak
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ obj = \
CPP/Windows/ResourceString.o \
CPP/Windows/Shell.o \
CPP/Windows/Synchronization.o \
CPP/Windows/TimeUtils.o \
CPP/Windows/System.o \
CPP/Windows/Window.o \
CPP/Windows/Control/ComboBox.o \
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