diff options
author | root <root@rshg054.dnsready.net> | 2013-03-15 00:04:20 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-03-15 00:04:20 -0700 |
commit | eebfa6ebe1522831767019e496b0c094b2e15a5c (patch) | |
tree | 935fa3d9bddae6c8181a7025516e24875e35f9d2 /core/iproute2/PKGBUILD | |
parent | 3ff20dedff636571ad0faa4736af5b23e4623ffe (diff) |
Fri Mar 15 00:04:19 PDT 2013
Diffstat (limited to 'core/iproute2/PKGBUILD')
-rw-r--r-- | core/iproute2/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/iproute2/PKGBUILD b/core/iproute2/PKGBUILD index fb49d9ce9..78824bcfd 100644 --- a/core/iproute2/PKGBUILD +++ b/core/iproute2/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 178093 2013-02-16 07:50:45Z ronald $ +# $Id: PKGBUILD 180027 2013-03-14 20:45:46Z foutrelis $ # Maintainer: Ronald van Haren <ronald.archlinux.org> # Contributor: Judd Vinet <jvinet@zeroflux.org> pkgname=iproute2 -pkgver=3.7.0 +pkgver=3.8.0 pkgrel=1 pkgdesc="IP Routing Utilities" arch=('i686' 'x86_64') @@ -21,7 +21,7 @@ backup=('etc/iproute2/ematch_map' 'etc/iproute2/rt_dsfield' 'etc/iproute2/rt_pro 'etc/iproute2/rt_realms' 'etc/iproute2/rt_scopes' 'etc/iproute2/rt_tables') source=(http://www.kernel.org/pub/linux/utils/net/$pkgname/$pkgname-$pkgver.tar.xz iproute2-fhs.patch) -sha1sums=('9b45ede534fd49d2ec5a7fe0f69e1926ef767a76' +sha1sums=('6d40dd2b91aad9ae084c99973dcdfdbf6fb353fc' '35b8cf2dc94b73eccad427235c07596146cd6f6c') build() { |