summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2018-10-04 16:05:04 -0400
committerGuillaume Horel2018-10-04 16:05:04 -0400
commited4f6e4d256b8221d4f1ea3065eac5c2fd77b5ca (patch)
treefb763fca17120a13caf21595ee02a0479dd33bcd
parent69d3456984c1faf80b27195d82d383c81e0e5d63 (diff)
downloadaur-ed4f6e4d256b8221d4f1ea3065eac5c2fd77b5ca.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 7d49b82cb08e..39a5c326acd4 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.9.0
+ pkgver = 1.10.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.9.0.tar.gz::https://github.com/google/flatbuffers/archive/v1.9.0.tar.gz
- sha256sums = 5ca5491e4260cacae30f1a5786d109230db3f3a6e5a0eb45d0d0608293d247e3
+ source = flatbuffers-static-1.10.0.tar.gz::https://github.com/google/flatbuffers/archive/v1.10.0.tar.gz
+ sha256sums = 3714e3db8c51e43028e10ad7adffb9a36fc4aa5b1a363c2d0c4303dd1be59a7c
pkgname = flatbuffers-static
diff --git a/PKGBUILD b/PKGBUILD
index 25d5c8e06f41..2a25f25286a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=flatbuffers-static
_pkgname=flatbuffers
-pkgver=1.9.0
+pkgver=1.10.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=('5ca5491e4260cacae30f1a5786d109230db3f3a6e5a0eb45d0d0608293d247e3')
+sha256sums=('3714e3db8c51e43028e10ad7adffb9a36fc4aa5b1a363c2d0c4303dd1be59a7c')
provides=('flatbuffers')
conflicts=('flatbuffers')