summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d41a0e376e6..0e861866a111 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sat Mar 17 13:50:59 UTC 2018
pkgbase = mingw-w64-protobuf
pkgdesc = Protocol Buffers - Google's data interchange format (mingw-w64)
- pkgver = 3.5.1.1
+ pkgver = 3.6.1
pkgrel = 1
url = https://developers.google.com/protocol-buffers/
arch = any
@@ -15,8 +13,8 @@ pkgbase = mingw-w64-protobuf
options = !strip
options = !buildflags
options = staticlibs
- source = https://github.com/google/protobuf/archive/v3.5.1.1.tar.gz
- sha256sums = 56b5d9e1ab2bf4f5736c4cfba9f4981fbc6976246721e7ded5602fbaee6d6869
+ source = https://github.com/google/protobuf/archive/v3.6.1.tar.gz
+ sha256sums = 3d4e589d81b2006ca603c1ab712c9715a76227293032d05b26fca603f90b3f5b
pkgname = mingw-w64-protobuf
diff --git a/PKGBUILD b/PKGBUILD
index b563ec3d1c76..b57dd7fbf22d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=('mingw-w64-protobuf')
_pkgname=protobuf
-pkgver=3.5.1.1
+pkgver=3.6.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=('56b5d9e1ab2bf4f5736c4cfba9f4981fbc6976246721e7ded5602fbaee6d6869')
+sha256sums=('3d4e589d81b2006ca603c1ab712c9715a76227293032d05b26fca603f90b3f5b')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"