Browse Source
Merge pull request #6522 from wakiyamap/change_sourceforge_url
Change sourceforge URL
patch-4
ThomasV
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
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" |
|
|
|