aboutsummaryrefslogtreecommitdiff
path: root/contrib/depends
diff options
context:
space:
mode:
authorTheCharlatan <seb.kung@gmail.com>2019-06-27 00:55:10 +0200
committerTheCharlatan <seb.kung@gmail.com>2019-06-27 17:30:15 +0200
commit64618150ec2f8d6c956fb33246aef4bd4a477c28 (patch)
tree83193d363f6da051130baaee0b76f91c8991b005 /contrib/depends
parentMerge pull request #5638 (diff)
downloadmonero-64618150ec2f8d6c956fb33246aef4bd4a477c28.tar.xz
Depends: Update HIDAPI version
The macos binaries in release v0.14.1.0 were compiled with the buggy hidapi-0.8.0-rc1 version. This resulted in users not being able to use their Ledger with the latest cli wallet. After the patch depends now fetches the source from the libusb hidapi repository that has taken over maintenance of hidapi.
Diffstat (limited to 'contrib/depends')
-rw-r--r--contrib/depends/packages/hidapi.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/depends/packages/hidapi.mk b/contrib/depends/packages/hidapi.mk
index 1c43e525a..95b78b256 100644
--- a/contrib/depends/packages/hidapi.mk
+++ b/contrib/depends/packages/hidapi.mk
@@ -1,8 +1,8 @@
package=hidapi
-$(package)_version=0.8.0-rc1
-$(package)_download_path=https://github.com/signal11/hidapi/archive
+$(package)_version=0.9.0
+$(package)_download_path=https://github.com/libusb/hidapi/archive
$(package)_file_name=$(package)-$($(package)_version).tar.gz
-$(package)_sha256_hash=3c147200bf48a04c1e927cd81589c5ddceff61e6dac137a605f6ac9793f4af61
+$(package)_sha256_hash=630ee1834bdd5c5761ab079fd04f463a89585df8fcae51a7bfe4229b1e02a652
$(package)_linux_dependencies=libusb eudev
define $(package)_set_vars