We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d991d9e commit dc4491eCopy full SHA for dc4491e
libusb-1.0.20.build.bash
@@ -22,7 +22,7 @@ cd -
22
23
if [[ ! -f libusb-1.0.20.tar.bz2 ]] ;
24
then
25
- wget http://download.sourceforge.net/project/libusb/libusb-1.0/libusb-1.0.20/libusb-1.0.20.tar.bz2
+ wget https://github.com/libusb/libusb/releases/download/v1.0.20/libusb-1.0.20.tar.bz2
26
fi
27
28
tar xfv libusb-1.0.20.tar.bz2
0 commit comments