summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2023-07-07 18:30:23 +0200
committerMichel Zou2023-07-07 18:30:23 +0200
commit7fb172da4f7a452d0d068b7434f2c52ff7469629 (patch)
treeb12362ae79d7501f9e4dcec3c99fa561d412dc43
parent1b68c98b6e45c12fc15c4fcf4b1b37bffa089cae (diff)
downloadaur-7fb172da4f7a452d0d068b7434f2c52ff7469629.tar.gz
23.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4fe97ee79e49..d6426580c7a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-protobuf
pkgdesc = Protocol Buffers - Google's data interchange format (mingw-w64)
- pkgver = 23.3
+ pkgver = 23.4
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/v23.3/protobuf-23.3.tar.gz
- sha256sums = 3a5f47ad3aa10192c5577ff086b24b9739a36937c34ceab6db912a16a3ef7f8e
+ source = https://github.com/protocolbuffers/protobuf/releases/download/v23.4/protobuf-23.4.tar.gz
+ sha256sums = a700a49470d301f1190a487a923b5095bf60f08f4ae4cac9f5f7c36883d17971
pkgname = mingw-w64-protobuf
diff --git a/PKGBUILD b/PKGBUILD
index 873ce101e0db..7fe277d9df3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=('mingw-w64-protobuf')
_pkgname=protobuf
-pkgver=23.3
+pkgver=23.4
pkgrel=1
pkgdesc="Protocol Buffers - Google's data interchange format (mingw-w64)"
arch=('any')
@@ -10,7 +10,7 @@ depends=(mingw-w64-zlib mingw-w64-abseil-cpp)
makedepends=(mingw-w64-cmake protobuf)
options=(!strip !buildflags staticlibs)
source=("https://github.com/protocolbuffers/${_pkgname}/releases/download/v$pkgver/${_pkgname}-$pkgver.tar.gz")
-sha256sums=('3a5f47ad3aa10192c5577ff086b24b9739a36937c34ceab6db912a16a3ef7f8e')
+sha256sums=('a700a49470d301f1190a487a923b5095bf60f08f4ae4cac9f5f7c36883d17971')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"