diff options
author | root <root@rshg054.dnsready.net> | 2013-08-07 03:03:38 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-07 03:03:38 -0700 |
commit | b7d2dcfdb924359a7bdb0614960df38e6e4a9feb (patch) | |
tree | 80a10c5f9d110268b99228832caa676955cc459b /core/iproute2/PKGBUILD | |
parent | a2fb8ff517d83749ec3b5543aeba805f07ea257d (diff) |
Wed Aug 7 02:56:35 PDT 2013
Diffstat (limited to 'core/iproute2/PKGBUILD')
-rw-r--r-- | core/iproute2/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/core/iproute2/PKGBUILD b/core/iproute2/PKGBUILD index f0e3302d8..c4ded449d 100644 --- a/core/iproute2/PKGBUILD +++ b/core/iproute2/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 187029 2013-06-03 11:15:12Z allan $ +# $Id: PKGBUILD 192132 2013-08-06 06:57:03Z bpiotrowski $ # Maintainer: Ronald van Haren <ronald.archlinux.org> # Contributor: Judd Vinet <jvinet@zeroflux.org> pkgname=iproute2 -pkgver=3.9.0 -pkgrel=2 +pkgver=3.10.0 +pkgrel=1 pkgdesc="IP Routing Utilities" arch=('i686' 'x86_64') license=('GPL2') @@ -20,8 +20,8 @@ options=('!makeflags') backup=('etc/iproute2/ematch_map' 'etc/iproute2/rt_dsfield' 'etc/iproute2/rt_protos' \ '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=('3f48a6d3019f1766f26cda6c4de5d3858837d92b' + iproute2-fhs.patch) +sha1sums=('e94b5dc9dc586006b272f67134ec07f6fbc81bd7' '35b8cf2dc94b73eccad427235c07596146cd6f6c') prepare() { |