aboutsummaryrefslogtreecommitdiffstats
path: root/main/iw/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/iw/APKBUILD')
-rw-r--r--main/iw/APKBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/main/iw/APKBUILD b/main/iw/APKBUILD
index ace354f5cf3..688a4d8ca9d 100644
--- a/main/iw/APKBUILD
+++ b/main/iw/APKBUILD
@@ -1,6 +1,6 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=iw
-pkgver=5.3
+pkgver=6.7
pkgrel=0
pkgdesc="nl80211 based CLI configuration utility for wireless devices"
url="https://wireless.kernel.org/en/users/Documentation/iw"
@@ -8,17 +8,17 @@ arch="all"
license="ISC"
makedepends="libnl3-dev linux-headers"
subpackages="$pkgname-doc"
-source="https://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.xz"
+source="https://www.kernel.org/pub/software/network/iw/iw-$pkgver.tar.xz"
options="!check" # no test suite
-build () {
- cd "$builddir"
+build() {
make V=1
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}
-sha512sums="986fb7cf37cc3cab7b4058b5b73fadf1dc101fa764a144c9e4fc400d2327429df53fefbd4ea9ee63821e793a4118d468012a857800521ecf9973a7b9428229c9 iw-5.3.tar.xz"
+sha512sums="
+7370d3b55ce43691ba84913be334c04dcdf9aa44e9556e4214d8016ddf9733b2c555ebdfbdfc814d2eba7da68501503d267ad6353b14f87b81f064f629afbef5 iw-6.7.tar.xz
+"