summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2017-08-23 08:15:19 +0200
committerMichel Zou2017-08-23 08:15:19 +0200
commitdd98ac3d8b38b8312c0fa9cdc9e57a49aec7d666 (patch)
treef43de170062538d560e55d51b2add295d73a5256
parent28e031e6950fab631472a7fafc7d4b9f9a83385e (diff)
downloadaur-dd98ac3d8b38b8312c0fa9cdc9e57a49aec7d666.tar.gz
3.4.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42cd4390ac2f..45a27641ca22 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun May 21 18:24:38 UTC 2017
+# Wed Aug 23 06:15:18 UTC 2017
pkgbase = mingw-w64-protobuf
pkgdesc = Protocol Buffers - Google's data interchange format (mingw-w64)
- pkgver = 3.3.1
+ pkgver = 3.4.0
pkgrel = 1
url = https://developers.google.com/protocol-buffers/
arch = any
@@ -14,8 +14,8 @@ pkgbase = mingw-w64-protobuf
options = !strip
options = !buildflags
options = staticlibs
- source = https://github.com/google/protobuf/archive/v3.3.1.tar.gz
- md5sums = 20c685147753b515ce380421442044b5
+ source = https://github.com/google/protobuf/archive/v3.4.0.tar.gz
+ sha1sums = a9e3fbcf22f9a02859112a1963619321035386f1
pkgname = mingw-w64-protobuf
diff --git a/PKGBUILD b/PKGBUILD
index 421b5d95c173..85dad55d5613 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=('mingw-w64-protobuf')
_pkgname=protobuf
-pkgver=3.3.1
+pkgver=3.4.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')
options=(!strip !buildflags staticlibs)
source=("https://github.com/google/protobuf/archive/v${pkgver}.tar.gz")
-md5sums=('20c685147753b515ce380421442044b5')
+sha1sums=('a9e3fbcf22f9a02859112a1963619321035386f1')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"