diff options
author | root <root@rshg054.dnsready.net> | 2011-08-15 23:14:29 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-08-15 23:14:29 +0000 |
commit | ea595018ba8ae00d7030ff296ec4f50e122d2ea9 (patch) | |
tree | ea62e7b37f59699ecfd7183fa33f0f3a81d39cc0 /core/iw | |
parent | 4784cc8068c68b6fc23c2bd0ee8158b2a924f5f4 (diff) |
Mon Aug 15 23:14:29 UTC 2011
Diffstat (limited to 'core/iw')
-rw-r--r-- | core/iw/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/iw/PKGBUILD b/core/iw/PKGBUILD index 67cc374ca..8d6015157 100644 --- a/core/iw/PKGBUILD +++ b/core/iw/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 111467 2011-02-27 10:05:15Z thomas $ +# $Id: PKGBUILD 135527 2011-08-14 20:37:21Z thomas $ # Maintainer: Thomas Bächler <thomas@archlinux.org> pkgname=iw -pkgver=0.9.22 +pkgver=3.0 pkgrel=1 pkgdesc="nl80211 based CLI configuration utility for wireless devices" arch=("i686" "x86_64") @@ -11,7 +11,7 @@ license=("GPL") depends=("libnl") makedepends=("kernel-headers") source=(http://wireless.kernel.org/download/$pkgname/$pkgname-$pkgver.tar.bz2) -sha256sums=('138ce4dc827d8b0af55fe1c444e749b985c1540d791b27922aad880d12908bb1') +sha256sums=('a0ccbf1ce71ae4bdb05495ca18ab00a87c06dce2c3bf8b8358c615e60c4632fb') build() { cd "$srcdir"/$pkgname-$pkgver |