From eec44aa5069a2b1986ce8927ed755e72c990b48b Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 14 Jun 2020 21:25:16 +0530 Subject: [PATCH] Bump version of libusb and libmtp --- bypy/sources.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bypy/sources.json b/bypy/sources.json index 820dbb123a..f137d3a6d7 100644 --- a/bypy/sources.json +++ b/bypy/sources.json @@ -303,9 +303,9 @@ "name": "libusb", "os": "macos, linux", "unix": { - "filename": "libusb-1.0.22.tar.bz2", - "hash": "sha256:75aeb9d59a4fdb800d329a545c2e6799f732362193b465ea198f2aa275518157", - "urls": ["https://downloads.sourceforge.net/libusb/{filename}"] + "filename": "libusb-1.0.23.tar.bz2", + "hash": "sha256:db11c06e958a82dac52cf3c65cb4dd2c3f339c8a988665110e0d24d19312ad8d", + "urls": ["https://github.com/libusb/libusb/releases/download/v1.0.23/{filename}"] } }, @@ -313,8 +313,8 @@ "name": "libmtp", "os": "macos, linux", "unix": { - "filename": "libmtp-1.1.16.tar.gz", - "hash": "sha256:5b68f9dd1ed38de558de687f40e255a39e4d5e32ef3de601f0ac19dd5682bba0", + "filename": "libmtp-1.1.17.tar.gz", + "hash": "sha256:f8a34cf52d9f9b9cb8c7f26b12da347d4af7eb904c13189602e4c6b62d1a79dc", "urls": ["https://downloads.sourceforge.net/libmtp/{filename}"] } },