[arch-commits] Commit in flatbuffers/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Thu Apr 5 22:52:49 UTC 2018
Date: Thursday, April 5, 2018 @ 22:52:48
Author: arojas
Revision: 314531
Update to 1.9.0
Modified:
flatbuffers/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-04-05 22:37:21 UTC (rev 314530)
+++ PKGBUILD 2018-04-05 22:52:48 UTC (rev 314531)
@@ -2,7 +2,7 @@
# Contributor: Daichi Shinozaki <dsdseg at gmail.com>
pkgname=flatbuffers
-pkgver=1.8.0
+pkgver=1.9.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=('c45029c0a0f1a88d416af143e34de96b3091642722aa2d8c090916c6d1498c2e')
+sha256sums=('5ca5491e4260cacae30f1a5786d109230db3f3a6e5a0eb45d0d0608293d247e3')
prepare() {
mkdir -p build
More information about the arch-commits
mailing list