summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLorenzo Fontana2019-09-03 23:42:27 +0200
committerLorenzo Fontana2019-09-03 23:42:27 +0200
commit49c915295fd8bdd43e6f791ef62aa28202f38bf1 (patch)
tree019576590a9b2e28f4c603f3fbc6667978da87a3 /PKGBUILD
parent335db1f6961f910505e437848c67bfbe396a652b (diff)
downloadaur-protobuf-bin.tar.gz
update: bump version to 3.9.1
Signed-off-by: Lorenzo Fontana <lo@linux.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4868af8ad993..16a41bfb0e65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Lorenzo Fontana <lo@linux.com>
pkgname=protobuf-bin
-pkgver=3.6.1
+pkgver=3.9.1
pkgrel=1
pkgdesc="Protocol Buffers - Google's data interchange format (binary version)"
arch=('x86_64')
@@ -12,7 +12,7 @@ makedepends=('unzip')
source=(protobuf_x86_64.zip::https://github.com/google/protobuf/releases/download/v${pkgver}/protoc-${pkgver}-linux-x86_64.zip
LICENSE::https://github.com/google/protobuf/raw/v${pkgver}/LICENSE)
-sha256sums=('6003de742ea3fcf703cfec1cd4a3380fd143081a2eb0e559065563496af27807'
+sha256sums=('77410d08e9a3c1ebb68afc13ee0c0fb4272c01c20bfd289adfb51b1c622bab07'
'6e5e117324afd944dcf67f36cf329843bc1a92229a8cd9bb573d7a83130fea7d')
package() {