From 59a39af4335c442fbf8da1b9f8151f15b8220441 Mon Sep 17 00:00:00 2001 From: SomberNight Date: Thu, 7 Jan 2021 18:53:09 +0100 Subject: [PATCH] windows binaries: update libusb to 1.0.24 --- contrib/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 index 8b12f4cd1..cc068b03b 100755 --- 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"