diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2015-04-27 08:23:59 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2015-04-28 09:17:20 +0000 |
commit | 93a0a0db6209ef5328f96ac8d93360c3c494ff4f (patch) | |
tree | 0aa17fdecfcd71198f13eb8ad5774ef2c10800bf /main/protobuf-c/APKBUILD | |
parent | 7c62edddbee87fe7e4e1ca9809c0fe1d135241d9 (diff) | |
download | aports-93a0a0db6209ef5328f96ac8d93360c3c494ff4f.tar.bz2 aports-93a0a0db6209ef5328f96ac8d93360c3c494ff4f.tar.xz |
main/protobuf: upgrade to 1.1.1
Diffstat (limited to 'main/protobuf-c/APKBUILD')
-rw-r--r-- | main/protobuf-c/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/main/protobuf-c/APKBUILD b/main/protobuf-c/APKBUILD index 007711e87b..bd2f8371cd 100644 --- a/main/protobuf-c/APKBUILD +++ b/main/protobuf-c/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Leonardo Arena <rnalrd@alpinelinux.org> pkgname=protobuf-c -pkgver=1.1.0 +pkgver=1.1.1 pkgrel=0 pkgdesc="C bindings for Google's Protocol Buffers" url="https://github.com/protobuf-c/protobuf-c/wiki" @@ -39,6 +39,6 @@ package() { find "$pkgdir" -iname *.la -delete } -md5sums="884a6e7deb4a2f7b3cc81a4dcabe514a protobuf-c-1.1.0.tar.gz" -sha256sums="9a973fc04aac003f9cf2b5a90ac4b8fa294cacb4e3f0796d3b5a789a5ad46c07 protobuf-c-1.1.0.tar.gz" -sha512sums="50e0a9df1152e468c1bda88f67836fbe88e1ad711b3e6517265cdf715d89c2e15e7fb48c46ad4e163c978e54c899712e7a6e5e9b8bf7145cfdbc04947e0dcb34 protobuf-c-1.1.0.tar.gz" +md5sums="41d437677ea16f9d3611d98841c4af3b protobuf-c-1.1.1.tar.gz" +sha256sums="09c5bb187b7a8e86bc0ff860f7df86370be9e8661cdb99c1072dcdab0763562c protobuf-c-1.1.1.tar.gz" +sha512sums="9eeb3165ca53c57091503866e2600d675e03d79c22dbd41bd3c4ebf8e569ed147f0b832e8b68dcdaece2f151798e7e0589fdf975e9a04fae9904991e89ea0465 protobuf-c-1.1.1.tar.gz" |