summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2022-09-19 21:31:02 +0200
committerMichel Zou2022-09-19 21:31:02 +0200
commite8239b0963f76cad48a73fb5c5b0da5bb9a3d27b (patch)
treea10baf0c5251a5490b0095a0a9b69bcd936fb1bf
parent3ba4b0eb5cf5820eb47e895e761b18951f8f554d (diff)
downloadaur-e8239b0963f76cad48a73fb5c5b0da5bb9a3d27b.tar.gz
21.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 844409ede644..59288a1d9cc6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-protobuf
pkgdesc = Protocol Buffers - Google's data interchange format (mingw-w64)
- pkgver = 21.3
+ pkgver = 21.6
pkgrel = 1
url = https://developers.google.com/protocol-buffers/
arch = any
@@ -12,7 +12,7 @@ pkgbase = mingw-w64-protobuf
options = !strip
options = !buildflags
options = staticlibs
- source = https://github.com/protocolbuffers/protobuf/releases/download/v21.3/protobuf-all-21.3.tar.gz
- sha256sums = 2f723218f6cb709ae4cdc4fb5ed56a5951fc5d466f0128ce4c946b8c78c8c49f
+ source = https://github.com/protocolbuffers/protobuf/releases/download/v21.6/protobuf-all-21.6.tar.gz
+ sha256sums = 5c375b3b09faf4e6268d24afd48e39ca981cc22d721fca776780e4a66a9fa372
pkgname = mingw-w64-protobuf
diff --git a/PKGBUILD b/PKGBUILD
index 1b4b9121335d..9cdbf9e10a43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=('mingw-w64-protobuf')
_pkgname=protobuf
-pkgver=21.3
+pkgver=21.6
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=('2f723218f6cb709ae4cdc4fb5ed56a5951fc5d466f0128ce4c946b8c78c8c49f')
+sha256sums=('5c375b3b09faf4e6268d24afd48e39ca981cc22d721fca776780e4a66a9fa372')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"