mirror of
https://github.com/linuxboot/heads.git
synced 2025-02-21 09:31:51 +00:00
Merge pull request #969 from tlaurion/libusb_github_download2
libusb: replace package origin from sourceforge to github release
This commit is contained in:
commit
1378c3287e
@ -6,7 +6,7 @@ libusb_version := 1.0.21
|
||||
libusb_dir := libusb-$(libusb_version)
|
||||
libusb_tar := libusb-$(libusb_version).tar.bz2
|
||||
libusb_url := https://downloads.sourceforge.net/project/libusb/libusb-1.0/libusb-$(libusb_version)/$(libusb_tar)
|
||||
libusb_url := https://github.com/libusb/libusb/releases/download/v$(libusb_version)/libusb-1.0.21.tar.bz2
|
||||
libusb_url := https://github.com/libusb/libusb/releases/download/v$(libusb_version)/$(libusb_tar)
|
||||
libusb_hash := 7dce9cce9a81194b7065ee912bcd55eeffebab694ea403ffb91b67db66b1824b
|
||||
|
||||
libusb_configure := ./configure\
|
||||
|
Loading…
x
Reference in New Issue
Block a user