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

Antonio Rojas arojas at archlinux.org
Wed Apr 24 19:05:02 UTC 2019


    Date: Wednesday, April 24, 2019 @ 19:05:01
  Author: arojas
Revision: 453415

Update to 1.11.0

Modified:
  flatbuffers/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-24 18:58:57 UTC (rev 453414)
+++ PKGBUILD	2019-04-24 19:05:01 UTC (rev 453415)
@@ -2,7 +2,7 @@
 # Contributor: Daichi Shinozaki <dsdseg at gmail.com>
 
 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)
@@ -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=('3714e3db8c51e43028e10ad7adffb9a36fc4aa5b1a363c2d0c4303dd1be59a7c')
+sha256sums=('3f4a286642094f45b1b77228656fbd7ea123964f19502f9ecfd29933fd23a50b')
 
 prepare() {
   mkdir -p build



More information about the arch-commits mailing list