summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2019-08-12 13:53:23 -0400
committerGuillaume Horel2019-08-12 13:53:23 -0400
commitd258c1e46908ba0bb3625b235f99a8dfacc14d6c (patch)
treef0709fceefaf0ea1b6b23199c1bead82865697a5
parented4f6e4d256b8221d4f1ea3065eac5c2fd77b5ca (diff)
downloadaur-d258c1e46908ba0bb3625b235f99a8dfacc14d6c.tar.gz
version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39a5c326acd4..cb4a7dd71ebc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = flatbuffers-static
pkgdesc = An efficient cross platform serialization library for C++, with support for Java, C# and Go
- pkgver = 1.10.0
+ pkgver = 1.11.0
pkgrel = 1
url = http://google.github.io/flatbuffers/
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = flatbuffers-static
provides = flatbuffers
conflicts = flatbuffers
options = staticlibs
- source = flatbuffers-static-1.10.0.tar.gz::https://github.com/google/flatbuffers/archive/v1.10.0.tar.gz
- sha256sums = 3714e3db8c51e43028e10ad7adffb9a36fc4aa5b1a363c2d0c4303dd1be59a7c
+ source = flatbuffers-static-1.11.0.tar.gz::https://github.com/google/flatbuffers/archive/v1.11.0.tar.gz
+ sha256sums = 3f4a286642094f45b1b77228656fbd7ea123964f19502f9ecfd29933fd23a50b
pkgname = flatbuffers-static
diff --git a/PKGBUILD b/PKGBUILD
index 2a25f25286a9..3680189e6b1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=flatbuffers-static
_pkgname=flatbuffers
-pkgver=1.10.0
+pkgver=1.11.0
pkgrel=1
pkgdesc='An efficient cross platform serialization library for C++, with support for Java, C# and Go'
arch=(x86_64)
@@ -14,7 +14,7 @@ depends=(gcc-libs)
makedepends=(cmake)
options=('staticlibs')
source=($pkgname-$pkgver.tar.gz::https://github.com/google/$_pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('3714e3db8c51e43028e10ad7adffb9a36fc4aa5b1a363c2d0c4303dd1be59a7c')
+sha256sums=('3f4a286642094f45b1b77228656fbd7ea123964f19502f9ecfd29933fd23a50b')
provides=('flatbuffers')
conflicts=('flatbuffers')