summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2023-10-22 19:29:43 +0200
committerMichel Zou2023-10-22 19:29:43 +0200
commit804f0a6feeeb5df1a0e54effb287c42b5717e735 (patch)
treeee3823fd1e69ddd7daef82df0ce140c3dc1d3f57 /PKGBUILD
parent69246c143d4ee9f261686104d919ab0e964f018b (diff)
downloadaur-804f0a6feeeb5df1a0e54effb287c42b5717e735.tar.gz
24.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3433e6ada20f..37bf55547d07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=('mingw-w64-protobuf')
_pkgname=protobuf
-pkgver=24.3
+pkgver=24.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=('07d69502e58248927b58c7d7e7424135272ba5b2852a753ab6b67e62d2d29355')
+sha256sums=('616bb3536ac1fff3fb1a141450fa28b875e985712170ea7f1bfe5e5fc41e2cd8')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"