diff options
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 a1b26856a..0a7fd2dab 100644 --- a/core/iproute2/PKGBUILD +++ b/core/iproute2/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 210619 2014-04-15 20:43:33Z ronald $ +# $Id: PKGBUILD 218251 2014-07-28 16:10:39Z fyan $ # Maintainer: Ronald van Haren <ronald.archlinux.org> # Contributor: Judd Vinet <jvinet@zeroflux.org> pkgname=iproute2 -pkgver=3.14.0 +pkgver=3.15.0 pkgrel=1 pkgdesc="IP Routing Utilities" arch=('i686' 'x86_64') @@ -22,7 +22,7 @@ backup=('etc/iproute2/ematch_map' 'etc/iproute2/rt_dsfield' 'etc/iproute2/rt_pro source=(http://www.kernel.org/pub/linux/utils/net/$pkgname/$pkgname-$pkgver.tar.xz iproute2-fhs.patch unwanted-link-help.patch) -sha1sums=('0b7d9db9e17da77a5bd8c2c75f6ddd607449ba3e' +sha1sums=('82dce736488dac5af0f4b5659ae905fef87ed308' '35b8cf2dc94b73eccad427235c07596146cd6f6c' '3b1335f4025f657f388fbf4e5a740871e3129c2a') |