aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Paunovic <azarus@posteo.net>2018-05-20 23:30:41 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2018-06-17 04:43:26 +0000
commite32b27c58e988afba3011c264257226548ac2fee (patch)
treebe33d9ad8e70ddd6fc3b6085ea747ea508f14618
parenta3762f6f6909f4d6e063529513107d2e161d9258 (diff)
main/iw: upgrade to 4.14
-rw-r--r--main/iw/APKBUILD12
1 files changed, 5 insertions, 7 deletions
diff --git a/main/iw/APKBUILD b/main/iw/APKBUILD
index 1dd7cd34958..b58c6750c87 100644
--- a/main/iw/APKBUILD
+++ b/main/iw/APKBUILD
@@ -1,17 +1,15 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=iw
-pkgver=4.9
+pkgver=4.14
pkgrel=0
pkgdesc="nl80211 based CLI configuration utility for wireless devices"
-url="http://wireless.kernel.org/en/users/Documentation/iw"
+url="https://wireless.kernel.org/en/users/Documentation/iw"
arch="all"
-license="GPL"
-depends=""
+license="ISC"
makedepends="libnl3-dev linux-headers"
subpackages="$pkgname-doc"
source="https://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.xz"
-
-builddir="$srcdir"/$pkgname-$pkgver
+options="!check" # no test suite
build () {
cd "$builddir"
@@ -23,4 +21,4 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="3c99d8fc07d6d85b8304ff34b96573e22af65aea688a8cb08051ce4857d7ce9ac32a5acd3b30157c6c78e942f84a18f9229c17e353b7a6d01c80324729af18b3 iw-4.9.tar.xz"
+sha512sums="1ce6335628641eb14ed71d39b96a9907fe36e597e6413fdce7f98f7007939bbdc3fac5af69eb1c857259706937e1a7495cf8cbd4e4ba8528c2a471ef6e4bf809 iw-4.14.tar.xz"