summaryrefslogtreecommitdiffstats
path: root/abs/extra/libfastjson
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2018-03-02 21:50:08 (GMT)
committerBritney Fransen <brfransen@gmail.com>2018-03-02 21:50:08 (GMT)
commit53fb1171f7882a3b843b58473350dfd7d624ece2 (patch)
tree0c4d9735ddd04e48b37b5fb3432a55f1535f31ce /abs/extra/libfastjson
parent0d150db0f984b34cd2016171d21c98bf29e1a9e1 (diff)
downloadlinhes_pkgbuild-53fb1171f7882a3b843b58473350dfd7d624ece2.zip
linhes_pkgbuild-53fb1171f7882a3b843b58473350dfd7d624ece2.tar.gz
linhes_pkgbuild-53fb1171f7882a3b843b58473350dfd7d624ece2.tar.bz2
libfastjson: update to 0.99.8
Diffstat (limited to 'abs/extra/libfastjson')
-rw-r--r--abs/extra/libfastjson/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/abs/extra/libfastjson/PKGBUILD b/abs/extra/libfastjson/PKGBUILD
index ab137ad..42e80ae 100644
--- a/abs/extra/libfastjson/PKGBUILD
+++ b/abs/extra/libfastjson/PKGBUILD
@@ -1,17 +1,17 @@
-# $Id$
-# Maintainer: Sergej Pupykin <arch+pub@sergej.pp.ru>
-# Maintainer: Bob Gregory <pathogenix@gmail.com>
+# Maintainer: Luca P <meti at lplab.net>
+# Contributor: Sergej Pupykin <arch+pub@sergej.pp.ru>
+# Contributor: Bob Gregory <pathogenix@gmail.com>
pkgname=libfastjson
-pkgver=0.99.4
+pkgver=0.99.8
pkgrel=1
pkgdesc="A performance-focused json library for C"
-arch=('i686' 'x86_64')
+arch=('any')
url="https://github.com/rsyslog/libfastjson"
license=('GPL')
depends=()
source=($pkgname-$pkgver.tar.gz::https://github.com/rsyslog/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('03ef63dcc88417e71c19ce4436804159e3397e3a20d3529efef6a43c3bef5c8d')
+sha256sums=('7e49057b26a5a9e3c6623e024f95f9fd9a14b571b9150aeb89d6d475fc3633e3')
build() {
cd "$pkgname-$pkgver"