summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2019-11-17 20:40:20 +0100
committerMichel Zou2019-11-17 20:40:20 +0100
commit90e264a54ad12645ae566b9968e2a423b3d8837d (patch)
treebbb177b29ff5f867f1f379f70d5f7af5a9ebd85f
parentd352864453c895e6d37fe60502e3a9170e2ac353 (diff)
downloadaur-90e264a54ad12645ae566b9968e2a423b3d8837d.tar.gz
3.10.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b2f22cd643f7..bc4561021ae5 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.10.0
+ pkgver = 3.10.1
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.10.0.tar.gz
- sha256sums = 758249b537abba2f21ebc2d02555bf080917f0f2f88f4cbe2903e0e28c4187ed
+ source = https://github.com/google/protobuf/archive/v3.10.1.tar.gz
+ sha256sums = 6adf73fd7f90409e479d6ac86529ade2d45f50494c5c10f539226693cb8fe4f7
pkgname = mingw-w64-protobuf
diff --git a/PKGBUILD b/PKGBUILD
index 19a1e46ca6dc..141aa2074d7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=('mingw-w64-protobuf')
_pkgname=protobuf
-pkgver=3.10.0
+pkgver=3.10.1
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=('758249b537abba2f21ebc2d02555bf080917f0f2f88f4cbe2903e0e28c4187ed')
+sha256sums=('6adf73fd7f90409e479d6ac86529ade2d45f50494c5c10f539226693cb8fe4f7')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"