summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2023-09-29 18:59:45 +0200
committerMichel Zou2023-09-29 18:59:45 +0200
commit69246c143d4ee9f261686104d919ab0e964f018b (patch)
tree612a686bf4e1042c1205cebfea46e1683734cffd
parentf330c84558b452a072716a54363534626d6cc8c8 (diff)
downloadaur-69246c143d4ee9f261686104d919ab0e964f018b.tar.gz
24.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa4339461bb2..3fcdb00b7a59 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-protobuf
pkgdesc = Protocol Buffers - Google's data interchange format (mingw-w64)
- pkgver = 24.2
+ pkgver = 24.3
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/v24.2/protobuf-24.2.tar.gz
- sha256sums = 39b52572da90ad54c883a828cb2ca68e5ac918aa75d36c3e55c9c76b94f0a4f7
+ source = https://github.com/protocolbuffers/protobuf/releases/download/v24.3/protobuf-24.3.tar.gz
+ sha256sums = 07d69502e58248927b58c7d7e7424135272ba5b2852a753ab6b67e62d2d29355
pkgname = mingw-w64-protobuf
diff --git a/PKGBUILD b/PKGBUILD
index e2b3ebebe251..3433e6ada20f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=('mingw-w64-protobuf')
_pkgname=protobuf
-pkgver=24.2
+pkgver=24.3
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=('39b52572da90ad54c883a828cb2ca68e5ac918aa75d36c3e55c9c76b94f0a4f7')
+sha256sums=('07d69502e58248927b58c7d7e7424135272ba5b2852a753ab6b67e62d2d29355')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"