summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2024-12-26 10:24:25 +0100
committerMichel Zou2024-12-26 10:24:25 +0100
commitdc82fe95403bb43ff972d5aa5cc0d4dc3e6e1f4b (patch)
treeb7160238179fd351d9cd53d2fc9245c40d024b25 /PKGBUILD
parentf1beb667cbc5d4825fe02d38df62380bc6a18b7d (diff)
downloadaur-dc82fe95403bb43ff972d5aa5cc0d4dc3e6e1f4b.tar.gz
29.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5f401069f640..3c0d392c4b58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=('mingw-w64-protobuf')
_pkgname=protobuf
-pkgver=28.3
+pkgver=29.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=('7c3ebd7aaedd86fa5dc479a0fda803f602caaf78d8aff7ce83b89e1b8ae7442a')
+sha256sums=('63150aba23f7a90fd7d87bdf514e459dd5fe7023fdde01b56ac53335df64d4bd')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"