summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2023-11-21 18:45:11 +0100
committerMichel Zou2023-11-21 18:45:11 +0100
commit2c585d0f45a265a2eb7e6286fcdbf766a858f873 (patch)
tree7b51e0380f48049e17b64708f01252f460821795
parenta2102d505ad1724b9936645d94759aefacd42899 (diff)
downloadaur-2c585d0f45a265a2eb7e6286fcdbf766a858f873.tar.gz
25.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0b6444d8a09..8e58e4908aca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-protobuf
pkgdesc = Protocol Buffers - Google's data interchange format (mingw-w64)
- pkgver = 25.0
+ pkgver = 25.1
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/v25.0/protobuf-25.0.tar.gz
- sha256sums = 7beed9c511d632cff7c22ac0094dd7720e550153039d5da7e059bcceb488474a
+ source = https://github.com/protocolbuffers/protobuf/releases/download/v25.1/protobuf-25.1.tar.gz
+ sha256sums = 9bd87b8280ef720d3240514f884e56a712f2218f0d693b48050c836028940a42
pkgname = mingw-w64-protobuf
diff --git a/PKGBUILD b/PKGBUILD
index fb54306fd31c..d287d5975a67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=('mingw-w64-protobuf')
_pkgname=protobuf
-pkgver=25.0
+pkgver=25.1
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=('7beed9c511d632cff7c22ac0094dd7720e550153039d5da7e059bcceb488474a')
+sha256sums=('9bd87b8280ef720d3240514f884e56a712f2218f0d693b48050c836028940a42')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"