libusb: switch to https.

This commit is contained in:
Jerome Duval
2018-09-21 11:03:01 +02:00
parent 58f158d833
commit 8b2f64ae3a
2 changed files with 4 additions and 4 deletions

View File

@@ -2,10 +2,10 @@ SUMMARY="An API wrapper for libusb"
DESCRIPTION="libusb is a C library that provides generic access to USB \
devices. It is intended to facilitate the communication with USB hardware.
libusb-compat is a wrapper library for software that use the 0.1 API."
HOMEPAGE="http://libusb.info/"
HOMEPAGE="https://libusb.info/"
COPYRIGHT="2008 Daniel Drake"
LICENSE="GNU LGPL v2"
REVISION="6"
REVISION="7"
SOURCE_URI="ftp://sourceforge.mirrorservice.org/sites/downloads.sourceforge.net/l/li/libusb/libusb-compat-0.1/libusb-compat-0.1.5/libusb-compat-0.1.5.tar.bz2"
CHECKSUM_SHA256="404ef4b6b324be79ac1bfb3d839eac860fbc929e6acb1ef88793a6ea328bc55a"
SOURCE_DIR="libusb-compat-$portVersion"