aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-06-27 10:18:55 -0300
committerNatanael Copa <ncopa@alpinelinux.org>2019-06-27 14:22:05 +0000
commit5dbfed7b0a3c31c39b690ba14ecceee7b64179bd (patch)
treed3f56445a44a7744bdcdf2fdd59002e12d4aed5f
parent75f72cbce17d37b767735bb7c728feffde7e5d83 (diff)
downloadaports-5dbfed7b0a3c31c39b690ba14ecceee7b64179bd.tar.bz2
aports-5dbfed7b0a3c31c39b690ba14ecceee7b64179bd.tar.xz
main/libusb: fix url
-rw-r--r--main/libusb/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/libusb/APKBUILD b/main/libusb/APKBUILD
index 709b258061..8b2ec7b436 100644
--- a/main/libusb/APKBUILD
+++ b/main/libusb/APKBUILD
@@ -2,9 +2,9 @@
pkgname=libusb
pkgver=1.0.22
_ver=${pkgver/_/-}
-pkgrel=0
+pkgrel=1
pkgdesc="Library that enables userspace access to USB devices"
-url="http://libusb.info/"
+url="https://libusb.info/"
arch="all"
license="LGPL-2.0-or-later"
subpackages="$pkgname-dev"