Skip to content

Commit 14523c2

Browse files
committed
Fix unsis download link for make win-extras (#21608)
google code moved all the archived downloads around (cherry picked from commit bc96f76)
1 parent 302f8cb commit 14523c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ else
619619
endif
620620
cd $(JULIAHOME)/dist-extras && \
621621
$(JLDOWNLOAD) http://downloads.sourceforge.net/sevenzip/7z920_extra.7z && \
622-
$(JLDOWNLOAD) https://unsis.googlecode.com/files/nsis-2.46.5-Unicode-setup.exe && \
622+
$(JLDOWNLOAD) https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/unsis/nsis-2.46.5-Unicode-setup.exe && \
623623
chmod a+x 7z.exe && \
624624
chmod a+x 7z.dll && \
625625
$(call spawn,./7z.exe) x -y -onsis nsis-2.46.5-Unicode-setup.exe && \

0 commit comments

Comments
 (0)