diff options
-rw-r--r-- | main/iw/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/main/iw/APKBUILD b/main/iw/APKBUILD index e4435779ba..572ef8d966 100644 --- a/main/iw/APKBUILD +++ b/main/iw/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=iw -pkgver=4.1 +pkgver=4.3 pkgrel=0 pkgdesc="nl80211 based CLI configuration utility for wireless devices" url="http://wireless.kernel.org/en/users/Documentation/iw" @@ -33,6 +33,6 @@ package() { make DESTDIR="$pkgdir" install || return 1 } -md5sums="3a292dd342bb88e30e74015ae6fe1e54 iw-4.1.tar.xz" -sha256sums="5164aaacd8e82501d84a2187af194e8285a5a5b76e200447eb58d4dd78d1a34b iw-4.1.tar.xz" -sha512sums="5106f87e7d84343061cdbb868f0d80ac6b5d84ea1147c5b935bc79bede12614f2a080321e86c2947cab8f4026a817d1c93dd57267b941c50e72d2c1176c4f0f6 iw-4.1.tar.xz" +md5sums="7adec72e91ebdd9c55429fa34a23a6f5 iw-4.3.tar.xz" +sha256sums="a6add81a51667649d8d7cfba783ab6a0f82e250a663a4065b13babdff3f6b220 iw-4.3.tar.xz" +sha512sums="ac2e15c4829ea7f47f56205942eb2ff5e26e5eeaeaf8991bd3910a758988263a24052b3b0d5fb7fed51456324524777f69e48991f99003ac7f6b2068aa18f9e8 iw-4.3.tar.xz" |