summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2021-06-24 19:05:06 +0200
committerMichel Zou2021-06-24 19:05:06 +0200
commita3b245c79de5a428963b902354a0d1ff28c72aa2 (patch)
treee10118c39b29ae6124830f55fe29053b533fea29 /PKGBUILD
parent93bb92abf486d07ba6beb063ebbf5942489a3ec8 (diff)
downloadaur-a3b245c79de5a428963b902354a0d1ff28c72aa2.tar.gz
3.17.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6a72a2c75980..c16f8fc315ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=('mingw-w64-protobuf')
_pkgname=protobuf
-pkgver=3.16.0
+pkgver=3.17.3
pkgrel=1
pkgdesc="Protocol Buffers - Google's data interchange format (mingw-w64)"
arch=('any')
@@ -10,7 +10,7 @@ depends=(mingw-w64-zlib)
makedepends=(mingw-w64-configure protobuf unzip)
options=(!strip !buildflags staticlibs)
source=("https://github.com/protocolbuffers/${_pkgname}/releases/download/v$pkgver/${_pkgname}-all-$pkgver.tar.gz")
-sha256sums=('d7371dc2d46fddac1af8cb27c0394554b068768fc79ecaf5be1a1863e8ff3392')
+sha256sums=('77ad26d3f65222fd96ccc18b055632b0bfedf295cb748b712a98ba1ac0b704b2')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"