electrum

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

commit 59a39af4335c442fbf8da1b9f8151f15b8220441
parent 56d347a93b4e48c3376235b1fb4fd8e71bb5606f
Author: SomberNight <somber.night@protonmail.com>
Date:   Thu,  7 Jan 2021 18:53:09 +0100

windows binaries: update libusb to 1.0.24

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 @@ -6,8 +6,8 @@ NSIS_URL=https://downloads.sourceforge.net/project/nsis/NSIS%203/3.05/$NSIS_FILE NSIS_SHA256=1a3cc9401667547b9b9327a177b13485f7c59c2303d4b6183e7bc9e6c8d6bfdb LIBUSB_REPO="https://github.com/libusb/libusb.git" -LIBUSB_COMMIT="e782eeb2514266f6738e242cdcb18e3ae1ed06fa" -# ^ tag v1.0.23 +LIBUSB_COMMIT="c6a35c56016ea2ab2f19115d2ea1e85e0edae155" +# ^ tag v1.0.24 PYINSTALLER_REPO="https://github.com/SomberNight/pyinstaller.git" PYINSTALLER_COMMIT="31fda9dc83feb1b3f2ff08c89ff7ae61506fc1ca"