diff options
Diffstat (limited to 'core/iw/PKGBUILD')
-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 48da071f1..6e5700409 100644 --- a/core/iw/PKGBUILD +++ b/core/iw/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 195909 2013-10-05 07:30:47Z thomas $ +# $Id: PKGBUILD 204472 2014-01-20 18:47:27Z thomas $ # Maintainer: Thomas Bächler <thomas@archlinux.org> pkgname=iw -pkgver=3.11 +pkgver=3.13 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=(https://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.xz) -sha256sums=('e90327323821a8219abac56298919076c4bac6636464ca91356f02cfe40530ff') +sha256sums=('70c1c0f5145542b4d04dd52ad637920718515245e3dd3b4dc4c8e3b57b110dc6') build() { cd "$srcdir"/$pkgname-$pkgver |