Skip to content

Commit

Permalink
Merge pull request #969 from tlaurion/libusb_github_download2
Browse files Browse the repository at this point in the history
libusb: replace package origin from sourceforge to github release
  • Loading branch information
tlaurion authored Feb 3, 2021
2 parents ba86317 + bc10168 commit 1378c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/libusb
Original file line number Diff line number Diff line change
Expand Up @@ -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\
Expand Down

0 comments on commit 1378c32

Please sign in to comment.