Skip to content

Commit 9b74eb9

Browse files
musmtkf
authored andcommitted
Include latest 7zip version v18.05 (JuliaLang#30035)
1 parent c3906ad commit 9b74eb9

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -615,15 +615,15 @@ endif
615615
endif
616616
ifneq (,$(filter $(ARCH), i386 i486 i586 i686))
617617
cd $(JULIAHOME)/dist-extras && \
618-
$(JLDOWNLOAD) http://downloads.sourceforge.net/sevenzip/7z1604.exe && \
619-
7z x -y 7z1604.exe 7z.exe 7z.dll && \
618+
$(JLDOWNLOAD) http://downloads.sourceforge.net/sevenzip/7z1805.exe && \
619+
7z x -y 7z1805.exe 7z.exe 7z.dll && \
620620
../contrib/windows/winrpm.sh http://download.opensuse.org/repositories/windows:/mingw:/win32/openSUSE_Leap_42.2 \
621621
"mingw32-libexpat1 mingw32-zlib1" && \
622622
cp usr/i686-w64-mingw32/sys-root/mingw/bin/*.dll .
623623
else ifeq ($(ARCH),x86_64)
624624
cd $(JULIAHOME)/dist-extras && \
625-
$(JLDOWNLOAD) 7z1604-x64.msi http://downloads.sourceforge.net/sevenzip/7z1604-x64.msi && \
626-
7z x -y 7z1604-x64.msi _7z.exe _7z.dll && \
625+
$(JLDOWNLOAD) 7z1805-x64.msi http://downloads.sourceforge.net/sevenzip/7z1805-x64.msi && \
626+
7z x -y 7z1805-x64.msi _7z.exe _7z.dll && \
627627
mv _7z.dll 7z.dll && \
628628
mv _7z.exe 7z.exe && \
629629
../contrib/windows/winrpm.sh http://download.opensuse.org/repositories/windows:/mingw:/win64/openSUSE_Leap_42.2 \
@@ -633,7 +633,7 @@ else
633633
$(error no win-extras target for ARCH=$(ARCH))
634634
endif
635635
cd $(JULIAHOME)/dist-extras && \
636-
$(JLDOWNLOAD) http://downloads.sourceforge.net/sevenzip/7z1604-extra.7z && \
636+
$(JLDOWNLOAD) http://downloads.sourceforge.net/sevenzip/7z1805-extra.7z && \
637637
$(JLDOWNLOAD) https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/unsis/nsis-2.46.5-Unicode-setup.exe && \
638638
chmod a+x 7z.exe && \
639639
chmod a+x 7z.dll && \

0 commit comments

Comments
 (0)