diff options
Diffstat (limited to 'testing/protobuf/APKBUILD')
-rw-r--r-- | testing/protobuf/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/protobuf/APKBUILD b/testing/protobuf/APKBUILD index 28e07fa972..f00f134b2d 100644 --- a/testing/protobuf/APKBUILD +++ b/testing/protobuf/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Kiyoshi Aman <kiyoshi.aman@gmail.com> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=protobuf -pkgver=2.4.0a -pkgrel=2 +pkgver=2.4.1 +pkgrel=0 pkgdesc="Library for extensible, efficient structure packing" url="http://code.google.com/p/protobuf/" arch="all" @@ -50,4 +50,4 @@ py() { install -m644 google "$subpkgdir"/usr/lib/python2.6/site-packages } -md5sums="61df3f63ec284fc6f57a68c67e4918c6 protobuf-2.4.0a.tar.bz2" +md5sums="ed436802019c9e1f40cc750eaf78f318 protobuf-2.4.1.tar.bz2" |