diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-10-10 18:13:57 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-10-10 18:13:57 +0000 |
commit | a12894d5916ce79f35787e5dd7521ac9fa13e4c8 (patch) | |
tree | 4d95e53f7e176078f54c715dde5efd61e6c5c532 /main/iw | |
parent | 3226d8e85eb01b3acb784af8cc9c6cc7cdf98ccb (diff) | |
download | aports-a12894d5916ce79f35787e5dd7521ac9fa13e4c8.tar.bz2 aports-a12894d5916ce79f35787e5dd7521ac9fa13e4c8.tar.xz |
main/iw: upgrade to 3.6
Diffstat (limited to 'main/iw')
-rw-r--r-- | main/iw/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/iw/APKBUILD b/main/iw/APKBUILD index e296b16f5b..f82e806164 100644 --- a/main/iw/APKBUILD +++ b/main/iw/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=iw -pkgver=3.4 -pkgrel=1 +pkgver=3.6 +pkgrel=0 pkgdesc="nl80211 based CLI configuration utility for wireless devices" url="http://wireless.kernel.org/en/users/Documentation/iw" arch="all" @@ -34,5 +34,5 @@ package() { make DESTDIR="$pkgdir" install || return 1 } -md5sums="a8ccfc936eb3603db7b60b67f4261f1f iw-3.4.tar.bz2 +md5sums="1c18bfbbc8773629e5e8ac733a39540c iw-3.6.tar.bz2 779d0e73df6e484c071149c9fb720551 iw-git-version.patch" |