summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2022-10-03 18:58:29 +0200
committerMichel Zou2022-10-03 18:58:29 +0200
commitce27bf7e6ab66a2c42ae57bb84a9fd8a2cb96e94 (patch)
tree35d6c60dff1fffd8513d421f8c9af7f18eb6cc56
parente8239b0963f76cad48a73fb5c5b0da5bb9a3d27b (diff)
downloadaur-ce27bf7e6ab66a2c42ae57bb84a9fd8a2cb96e94.tar.gz
21.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59288a1d9cc6..75d8175d98a6 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.6
+ pkgver = 21.7
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.6/protobuf-all-21.6.tar.gz
- sha256sums = 5c375b3b09faf4e6268d24afd48e39ca981cc22d721fca776780e4a66a9fa372
+ source = https://github.com/protocolbuffers/protobuf/releases/download/v21.7/protobuf-all-21.7.tar.gz
+ sha256sums = e07046fbac432b05adc1fd1318c6f19ab1b0ec0655f7f4e74627d9713959a135
pkgname = mingw-w64-protobuf
diff --git a/PKGBUILD b/PKGBUILD
index 9cdbf9e10a43..55557eec1fc4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=('mingw-w64-protobuf')
_pkgname=protobuf
-pkgver=21.6
+pkgver=21.7
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=('5c375b3b09faf4e6268d24afd48e39ca981cc22d721fca776780e4a66a9fa372')
+sha256sums=('e07046fbac432b05adc1fd1318c6f19ab1b0ec0655f7f4e74627d9713959a135')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"