diff options
author | root <root@rshg054.dnsready.net> | 2013-02-06 00:13:53 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-02-06 00:13:53 -0800 |
commit | a110e74fe4a31aebb09e0da6e407af69ed996837 (patch) | |
tree | fb216f25351912a4f4cdfcccf8daf041d17cb921 /core/iw | |
parent | b91dca65217b7c35be84df053692c9fd1b012560 (diff) |
Wed Feb 6 00:13:53 PST 2013
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 73f18b65a..4c8482e6b 100644 --- a/core/iw/PKGBUILD +++ b/core/iw/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 166323 2012-09-06 08:36:59Z thomas $ +# $Id: PKGBUILD 177059 2013-02-05 10:01:13Z thomas $ # Maintainer: Thomas Bächler <thomas@archlinux.org> pkgname=iw -pkgver=3.6 +pkgver=3.8 pkgrel=1 pkgdesc="nl80211 based CLI configuration utility for wireless devices" arch=("i686" "x86_64") @@ -11,7 +11,7 @@ license=("GPL") depends=("libnl") makedepends=("linux-api-headers") source=(http://wireless.kernel.org/download/$pkgname/$pkgname-$pkgver.tar.bz2) -sha256sums=('df11036ac11df31f44083da962a6e9c74bdea7c01c596c4b5840f948cdb6c857') +sha256sums=('3dae92ca5989cbc21155941fa01907a5536da3c5f6898642440c61484fc7e0f9') build() { cd "$srcdir"/$pkgname-$pkgver |