summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59d41a66a073..92cb11b36674 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = libfastjson
pkgdesc = A performance-focused json library for C
- pkgver = 0.99.7
+ pkgver = 0.99.8
pkgrel = 1
url = https://github.com/rsyslog/libfastjson
arch = x86_64
license = GPL
- source = libfastjson-0.99.7.tar.gz::https://github.com/rsyslog/libfastjson/archive/v0.99.7.tar.gz
- sha256sums = a142a6e5fa5c9c4ac32615c42fc663a1a14bff305c922e55192b6abf7d1ce1d8
+ source = libfastjson-0.99.8.tar.gz::https://github.com/rsyslog/libfastjson/archive/v0.99.8.tar.gz
+ sha256sums = 7e49057b26a5a9e3c6623e024f95f9fd9a14b571b9150aeb89d6d475fc3633e3
pkgname = libfastjson
diff --git a/PKGBUILD b/PKGBUILD
index 9f95f286367d..56a1654b270f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 266875 2017-11-15 14:29:11Z foutrelis $
-# 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.7
+pkgver=0.99.8
pkgrel=1
pkgdesc="A performance-focused json library for C"
arch=('x86_64')
@@ -11,7 +11,7 @@ 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=('a142a6e5fa5c9c4ac32615c42fc663a1a14bff305c922e55192b6abf7d1ce1d8')
+sha256sums=('7e49057b26a5a9e3c6623e024f95f9fd9a14b571b9150aeb89d6d475fc3633e3')
build() {
cd "$pkgname-$pkgver"