diff options
author | Britney Fransen <brfransen@gmail.com> | 2023-07-27 21:12:27 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2023-07-27 21:12:27 (GMT) |
commit | 3fc726358e2983b5290c9301af0c87d9804de2e2 (patch) | |
tree | 485a7c166b45c56a480680ba19a59aedff973d5c | |
parent | 10217aa445c36af84293b46cc445aa7eb9fde7c8 (diff) | |
download | linhes_pkgbuild-3fc726358e2983b5290c9301af0c87d9804de2e2.zip linhes_pkgbuild-3fc726358e2983b5290c9301af0c87d9804de2e2.tar.gz linhes_pkgbuild-3fc726358e2983b5290c9301af0c87d9804de2e2.tar.bz2 |
libfastjson: update to 1.2304
-rw-r--r-- | linhes/libfastjson/PKGBUILD | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/linhes/libfastjson/PKGBUILD b/linhes/libfastjson/PKGBUILD index 36e6a22..eb59293 100644 --- a/linhes/libfastjson/PKGBUILD +++ b/linhes/libfastjson/PKGBUILD @@ -1,17 +1,12 @@ -# 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.9 -pkgrel=2 +pkgver=1.2304.0 +pkgrel=1 pkgdesc="A performance-focused json library for C" -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'aarch64' 'armv7h') 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=('881f954633aa76931e4c756ece0bda6fd8a673c6e66955a3db3b2bb9d6bbff72') +sha256sums=('6c18848c75b179108429fc2818273551c68ffe6ddd5e414c20c071c844befbc1') build() { cd "$pkgname-$pkgver" |