summaryrefslogtreecommitdiff
path: root/system/libmnl/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'system/libmnl/APKBUILD')
-rw-r--r--system/libmnl/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/libmnl/APKBUILD b/system/libmnl/APKBUILD
index cb26c05e9..2826275b1 100644
--- a/system/libmnl/APKBUILD
+++ b/system/libmnl/APKBUILD
@@ -4,7 +4,7 @@ pkgname=libmnl
pkgver=1.0.4
pkgrel=0
pkgdesc="Minimalistic library for Netlink operations"
-url="http://www.netfilter.org/projects/libmnl/"
+url="https://www.netfilter.org/projects/libmnl/"
arch="all"
options="!check" # this package doesn't actually run any tests, just builds them
license="LGPL-2.0+"
@@ -14,7 +14,7 @@ makedepends="$depends_dev"
checkdepends="bsd-compat-headers"
install=""
subpackages="$pkgname-dev"
-source="http://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2
+source="https://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2
test-include-sysselect.patch"
build() {