From 24e582079d2548a2f83749ab0faadf5a970dc0a6 Mon Sep 17 00:00:00 2001 From: Chaoting Liu Date: Sat, 10 Mar 2018 18:12:42 +0000 Subject: [PATCH] libfastjson: update to 0.99.8 --- libfastjson/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libfastjson/PKGBUILD b/libfastjson/PKGBUILD index 1deb2ecf4..4aa8b712f 100644 --- a/libfastjson/PKGBUILD +++ b/libfastjson/PKGBUILD @@ -1,5 +1,5 @@ pkgname=libfastjson -pkgver=0.99.6 +pkgver=0.99.8 pkgrel=1 pkgdesc="A performance-focused json library for C" arch=('x86_64') @@ -7,7 +7,7 @@ url="https://github.com/rsyslog/libfastjson" license=('GPL') depends=() source=(https://github.com/rsyslog/$pkgname/archive/v$pkgver.tar.gz) -sha1sums=('e2455467b739514e8e61d3649e55181277ae2455') +sha1sums=('df1ab2602bc73cf4c49a16860cf6a065b636fe6d') build() { cd "$pkgname-$pkgver"