electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 6cfe822caf61f78bdfbbcce61977407494655f5a
parent 4acf884790b2136dcff7948e975460f11cf0aa93
Author: ThomasV <thomasv@electrum.org>
Date:   Wed, 26 Aug 2020 17:58:33 +0200

Merge pull request #6522 from wakiyamap/change_sourceforge_url

Change sourceforge URL
Diffstat:
Mcontrib/build-wine/prepare-wine.sh | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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"