aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-09-29 13:20:42 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-09-29 13:43:26 +0000
commitf60a8d4cf88c7b0452d53b45e42c9278ebe4d77e (patch)
tree76bb85e031c7012989a446e80787f49eae651879
parent6db1aa60e1b1f69fbb1ea868406e9fbc7cbf9e69 (diff)
downloadaports-f60a8d4cf88c7b0452d53b45e42c9278ebe4d77e.tar.bz2
aports-f60a8d4cf88c7b0452d53b45e42c9278ebe4d77e.tar.xz
main/iproute2: really upgrade to 2.6.35 version
fixes #435 (cherry picked from commit b2b3ffca13e9164a66acb5f3951aab0768786850)
-rw-r--r--main/iproute2/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/iproute2/APKBUILD b/main/iproute2/APKBUILD
index dc99c08a9c..2ebb7a0a23 100644
--- a/main/iproute2/APKBUILD
+++ b/main/iproute2/APKBUILD
@@ -1,8 +1,8 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=iproute2
pkgver=2.6.35
-_realver=2.6.33
-pkgrel=0
+_realver=$pkgver
+pkgrel=1
pkgdesc="IP Routing Utilities"
url="http://www.linux-foundation.org/en/Net:Iproute2"
license="GPL2"
@@ -31,4 +31,4 @@ package() {
make -j1 DESTDIR="$pkgdir" install
}
-md5sums="b371fca3fcb5e436e69a7c2111d84a3c iproute2-2.6.33.tar.bz2"
+md5sums="b0f281b3124bf04669e18f5fe16d4934 iproute2-2.6.35.tar.bz2"