summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2021-04-07 15:35:17 +0200
committerMichel Zou2021-04-07 15:35:17 +0200
commit8e39604858065a8d1755e34f8764b080ab587d27 (patch)
tree6fd15a97be3a328398329f241e75af261ee2f3a8 /PKGBUILD
parentf5def459c0a65864f4a6d8afae98cf95bff2faee (diff)
downloadaur-8e39604858065a8d1755e34f8764b080ab587d27.tar.gz
3.15.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0f8ba6cb73a8..78aa751d84d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=('mingw-w64-protobuf')
_pkgname=protobuf
-pkgver=3.15.6
+pkgver=3.15.7
pkgrel=1
pkgdesc="Protocol Buffers - Google's data interchange format (mingw-w64)"
arch=('any')
@@ -10,7 +10,7 @@ depends=(mingw-w64-zlib)
makedepends=(mingw-w64-configure protobuf unzip)
options=(!strip !buildflags staticlibs)
source=("https://github.com/protocolbuffers/${_pkgname}/releases/download/v$pkgver/${_pkgname}-all-$pkgver.tar.gz")
-sha256sums=('a96d66a29df73991ece4d82f04abf242d28f4cdacd7eb0ddf47f75a344a290af')
+sha256sums=('355cf346e6988fd219ff7b18e6e68a742aaef09a400a0cf2860e7841468a12ac')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"