summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2024-01-27 13:50:12 +0100
committerMichel Zou2024-01-27 13:50:12 +0100
commit41cebcccf009135068ff965087e2e9ba6415c1f5 (patch)
treea5bbf6e3b218a9e1c7f751baa2f1795d6dff2e38
parent2c585d0f45a265a2eb7e6286fcdbf766a858f873 (diff)
downloadaur-41cebcccf009135068ff965087e2e9ba6415c1f5.tar.gz
25.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e58e4908aca..e1d3d3358f3b 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.1
+ pkgver = 25.2
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.1/protobuf-25.1.tar.gz
- sha256sums = 9bd87b8280ef720d3240514f884e56a712f2218f0d693b48050c836028940a42
+ source = https://github.com/protocolbuffers/protobuf/releases/download/v25.2/protobuf-25.2.tar.gz
+ sha256sums = 8ff511a64fc46ee792d3fe49a5a1bcad6f7dc50dfbba5a28b0e5b979c17f9871
pkgname = mingw-w64-protobuf
diff --git a/PKGBUILD b/PKGBUILD
index d287d5975a67..1d935cf86cdb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=('mingw-w64-protobuf')
_pkgname=protobuf
-pkgver=25.1
+pkgver=25.2
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=('9bd87b8280ef720d3240514f884e56a712f2218f0d693b48050c836028940a42')
+sha256sums=('8ff511a64fc46ee792d3fe49a5a1bcad6f7dc50dfbba5a28b0e5b979c17f9871')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"