File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -626,7 +626,7 @@ endif
626626 chmod a+x ./nsis/makensis.exe
627627ifeq ($(USE_GPL_LIBS ) , 1)
628628 cd $(JULIAHOME)/dist-extras && \
629- $(JLDOWNLOAD) busybox.exe http://frippery.org/files/busybox/busybox-w32-FRP-483-g31277ab .exe && \
629+ $(JLDOWNLOAD) busybox.exe http://frippery.org/files/busybox/busybox-w32-FRP-875-gc6ec14a .exe && \
630630 chmod a+x busybox.exe
631631endif
632632
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ if [ -z "`which make 2>/dev/null`" ]; then
162162fi
163163
164164if ! [ -e usr/bin/busybox.exe ]; then
165- f=busybox-w32-FRP-483-g31277ab .exe
165+ f=busybox-w32-FRP-875-gc6ec14a .exe
166166 echo " Downloading $f "
167167 $curlflags -o usr/bin/busybox.exe http://frippery.org/files/busybox/$f
168168fi
You can’t perform that action at this time.
0 commit comments