diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-11-04 12:44:10 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-11-04 12:44:10 +0000 |
commit | 5c13e5b52ecd71dd4d44c23022e69f475ca503d3 (patch) | |
tree | d6f4ab7565e82b9b6742d6c554b6106f40962336 /testing/protobuf | |
parent | 4486142009df39e3fa2d40815c8bef6c4cf2347a (diff) | |
download | aports-5c13e5b52ecd71dd4d44c23022e69f475ca503d3.tar.bz2 aports-5c13e5b52ecd71dd4d44c23022e69f475ca503d3.tar.xz |
testing/protobuf: upgrade to 2.4.1
Diffstat (limited to 'testing/protobuf')
-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" |