diff --git a/contrib/build-wine/prepare-wine.sh b/contrib/build-wine/prepare-wine.sh index 7d31ddbd9..3537ab58e 100755 --- a/contrib/build-wine/prepare-wine.sh +++ b/contrib/build-wine/prepare-wine.sh @@ -2,11 +2,11 @@ # Please update these carefully, some versions won't work under Wine NSIS_FILENAME=nsis-3.05-setup.exe -NSIS_URL=https://prdownloads.sourceforge.net/nsis/$NSIS_FILENAME?download +NSIS_URL=https://downloads.sourceforge.net/project/nsis/NSIS%203/3.05/$NSIS_FILENAME NSIS_SHA256=1a3cc9401667547b9b9327a177b13485f7c59c2303d4b6183e7bc9e6c8d6bfdb ZBAR_FILENAME=zbarw-20121031-setup.exe -ZBAR_URL=https://sourceforge.net/projects/zbarw/files/$ZBAR_FILENAME/download +ZBAR_URL=https://downloads.sourceforge.net/project/zbarw/$ZBAR_FILENAME ZBAR_SHA256=177e32b272fa76528a3af486b74e9cb356707be1c5ace4ed3fcee9723e2c2c02 LIBUSB_REPO="https://github.com/libusb/libusb.git"