From c7344b99c7e6dfeb30f2fb1feed01fd88e07d202 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D9=85=D9=87=D8=AF=D9=8A=20=D8=B4=D9=8A=D9=86=D9=88=D9=86?= =?UTF-8?q?=20=28Mehdi=20Chinoune=29?= Date: Tue, 3 Dec 2024 15:05:48 +0100 Subject: [PATCH] protobuf: update to 29.3 --- mingw-w64-protobuf/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mingw-w64-protobuf/PKGBUILD b/mingw-w64-protobuf/PKGBUILD index be07c74fd5..6b513dc134 100644 --- a/mingw-w64-protobuf/PKGBUILD +++ b/mingw-w64-protobuf/PKGBUILD @@ -5,8 +5,8 @@ _realname=protobuf pkgbase=mingw-w64-${_realname} pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" # Note: make sure to update python-protobuf to match this version -pkgver=28.3 -pkgrel=2 +pkgver=29.3 +pkgrel=1 pkgdesc="Protocol Buffers - Google's data interchange format (mingw-w64)" arch=('any') mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') @@ -28,7 +28,7 @@ source=(https://github.com/protocolbuffers/${_realname}/releases/download/v${pkg 0001-fix-building-shared-libs-with-clang.patch 0002-windres-invocation.patch 0003-demote-error-about-buildtime-runtime-version-difference-to-warning.patch) -sha256sums=('7c3ebd7aaedd86fa5dc479a0fda803f602caaf78d8aff7ce83b89e1b8ae7442a' +sha256sums=('008a11cc56f9b96679b4c285fd05f46d317d685be3ab524b2a310be0fbad987e' '04096f913c1fd5b8c6703e3f696ae7d068c1576ef14fadad2e372da4af188dd0' '174f714b842d5153c79c5fda1ae775ee002aea11d53cb5d5f51cb5c4b9e63d29' '2b680e1c642ccd5bb70b3dcf7217c27360bc0b74f63d8afb66dd668173d9b2dd')