summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 431a3429e078..b2f22cd643f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-protobuf
pkgdesc = Protocol Buffers - Google's data interchange format (mingw-w64)
- pkgver = 3.7.0
+ pkgver = 3.10.0
pkgrel = 1
url = https://developers.google.com/protocol-buffers/
arch = any
@@ -13,8 +13,8 @@ pkgbase = mingw-w64-protobuf
options = !strip
options = !buildflags
options = staticlibs
- source = https://github.com/google/protobuf/archive/v3.7.0.tar.gz
- sha256sums = a19dcfe9d156ae45d209b15e0faed5c7b5f109b6117bfc1974b6a7b98a850320
+ source = https://github.com/google/protobuf/archive/v3.10.0.tar.gz
+ sha256sums = 758249b537abba2f21ebc2d02555bf080917f0f2f88f4cbe2903e0e28c4187ed
pkgname = mingw-w64-protobuf
diff --git a/PKGBUILD b/PKGBUILD
index b807f23a3b40..19a1e46ca6dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=('mingw-w64-protobuf')
_pkgname=protobuf
-pkgver=3.7.0
+pkgver=3.10.0
pkgrel=1
pkgdesc="Protocol Buffers - Google's data interchange format (mingw-w64)"
arch=('any')
@@ -12,7 +12,7 @@ depends=('mingw-w64-crt' 'mingw-w64-zlib')
makedepends=('mingw-w64-configure' 'protobuf' 'unzip')
options=(!strip !buildflags staticlibs)
source=("https://github.com/google/protobuf/archive/v${pkgver}.tar.gz")
-sha256sums=('a19dcfe9d156ae45d209b15e0faed5c7b5f109b6117bfc1974b6a7b98a850320')
+sha256sums=('758249b537abba2f21ebc2d02555bf080917f0f2f88f4cbe2903e0e28c4187ed')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"