[arch-commits] Commit in flatbuffers/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu Oct 4 06:08:53 UTC 2018


    Date: Thursday, October 4, 2018 @ 06:08:52
  Author: arojas
Revision: 389355

Update to 1.10.0

Modified:
  flatbuffers/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-04 03:48:33 UTC (rev 389354)
+++ PKGBUILD	2018-10-04 06:08:52 UTC (rev 389355)
@@ -2,8 +2,8 @@
 # Contributor: Daichi Shinozaki <dsdseg at gmail.com>
 
 pkgname=flatbuffers
-pkgver=1.9.0
-pkgrel=2
+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)
 url='http://google.github.io/flatbuffers/'
@@ -11,7 +11,7 @@
 depends=(gcc-libs)
 makedepends=(cmake)
 source=($pkgname-$pkgver.tar.gz::https://github.com/google/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('5ca5491e4260cacae30f1a5786d109230db3f3a6e5a0eb45d0d0608293d247e3')
+sha256sums=('3714e3db8c51e43028e10ad7adffb9a36fc4aa5b1a363c2d0c4303dd1be59a7c')
 
 prepare() {
   mkdir -p build



More information about the arch-commits mailing list