summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2021-04-20 09:12:29 -0400
committerGuillaume Horel2021-04-20 09:12:29 -0400
commitec6be0d6796f3651cdedbdac18463d758c93d703 (patch)
tree5fb8cad81634922e06e7ea527faa5c314f9a5c95
parent343c7b1d5065c079458a506d9eecd697b258516e (diff)
downloadaur-ec6be0d6796f3651cdedbdac18463d758c93d703.tar.gz
bump to 3.15.8
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 025b2a8f978c..dfbfb28d81e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = protobuf-static
pkgdesc = Protocol Buffers - Google's data interchange format
- pkgver = 3.12.4
+ pkgver = 3.15.8
pkgrel = 1
url = https://developers.google.com/protocol-buffers/
arch = x86_64
license = BSD
depends = gcc-libs
depends = zlib
- provides = protobuf=3.12.4
+ provides = protobuf=3.15.8
conflicts = protobuf
options = staticlibs
- source = protobuf-3.12.4.tgz::https://github.com/google/protobuf/archive/v3.12.4.tar.gz
+ source = protobuf-3.15.8.tgz::https://github.com/google/protobuf/archive/v3.15.8.tar.gz
source = no-thirdparty.patch
- sha256sums = 512e5a674bf31f8b7928a64d8adf73ee67b8fe88339ad29adaa3b84dbaa570d8
+ sha256sums = 0cbdc9adda01f6d2facc65a22a2be5cecefbefe5a09e5382ee8879b522c04441
sha256sums = 6fc836196e69b872794e821111df64effe69f984d46d83c902a9df8953a868b3
pkgname = protobuf-static
diff --git a/PKGBUILD b/PKGBUILD
index 09c61d589d2d..b1b3a3dd4743 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgname='protobuf-static'
_pkgname='protobuf'
-pkgver=3.12.4
+pkgver=3.15.8
pkgrel=1
pkgdesc="Protocol Buffers - Google's data interchange format"
arch=('x86_64')
@@ -22,7 +22,7 @@ provides=("protobuf=$pkgver")
conflicts=('protobuf')
source=("$_pkgname-$pkgver.tgz::https://github.com/google/${_pkgname}/archive/v${pkgver}.tar.gz"
"no-thirdparty.patch")
-sha256sums=('512e5a674bf31f8b7928a64d8adf73ee67b8fe88339ad29adaa3b84dbaa570d8'
+sha256sums=('0cbdc9adda01f6d2facc65a22a2be5cecefbefe5a09e5382ee8879b522c04441'
'6fc836196e69b872794e821111df64effe69f984d46d83c902a9df8953a868b3')
prepare() {