diff options
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 f39dc6bb27..007711e87b 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.0.2 +pkgver=1.1.0 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="42f03767ddbd1dbe26cce10bc6e08c84 protobuf-c-1.0.2.tar.gz" -sha256sums="db771f7b0e76d5bb14140a50df4a32553288fd3e701b60e90e034e22f411ef76 protobuf-c-1.0.2.tar.gz" -sha512sums="d748712f4216015802ffeff1072266da98ba9d9a4dfdaecd1c1b9d76f15403112b5cc2563a54390653c5eb82d7b51caf4c1f595cf1287bcbb123efb646e12f33 protobuf-c-1.0.2.tar.gz" +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" |