diff --git a/Makefile b/Makefile index 853183e331778..5ea89bf0575a7 100644 --- a/Makefile +++ b/Makefile @@ -607,15 +607,15 @@ endif endif ifneq (,$(filter $(ARCH), i386 i486 i586 i686)) cd $(JULIAHOME)/dist-extras && \ - $(JLDOWNLOAD) http://downloads.sourceforge.net/sevenzip/7z1604.exe && \ - 7z x -y 7z1604.exe 7z.exe 7z.dll && \ + $(JLDOWNLOAD) http://downloads.sourceforge.net/sevenzip/7z1805.exe && \ + 7z x -y 7z1805.exe 7z.exe 7z.dll && \ ../contrib/windows/winrpm.sh http://download.opensuse.org/repositories/windows:/mingw:/win32/openSUSE_Leap_42.2 \ "mingw32-libexpat1 mingw32-zlib1" && \ cp usr/i686-w64-mingw32/sys-root/mingw/bin/*.dll . else ifeq ($(ARCH),x86_64) cd $(JULIAHOME)/dist-extras && \ - $(JLDOWNLOAD) 7z1604-x64.msi http://downloads.sourceforge.net/sevenzip/7z1604-x64.msi && \ - 7z x -y 7z1604-x64.msi _7z.exe _7z.dll && \ + $(JLDOWNLOAD) 7z1805-x64.msi http://downloads.sourceforge.net/sevenzip/7z1805-x64.msi && \ + 7z x -y 7z1805-x64.msi _7z.exe _7z.dll && \ mv _7z.dll 7z.dll && \ mv _7z.exe 7z.exe && \ ../contrib/windows/winrpm.sh http://download.opensuse.org/repositories/windows:/mingw:/win64/openSUSE_Leap_42.2 \ @@ -625,7 +625,7 @@ else $(error no win-extras target for ARCH=$(ARCH)) endif cd $(JULIAHOME)/dist-extras && \ - $(JLDOWNLOAD) http://downloads.sourceforge.net/sevenzip/7z1604-extra.7z && \ + $(JLDOWNLOAD) http://downloads.sourceforge.net/sevenzip/7z1805-extra.7z && \ $(JLDOWNLOAD) https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/unsis/nsis-2.46.5-Unicode-setup.exe && \ chmod a+x 7z.exe && \ chmod a+x 7z.dll && \