mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
libraries/libfastjson: Updated for version 0.99.9.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9fd3ee59d2
commit
9d5a89e5b7
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for libfastjson
|
||||
|
||||
# Copyright (c) 2017, Christophe Trussardi, Paris, France
|
||||
# Copyright (c) 2021, Christophe Trussardi, Paris, France
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
|
@ -22,7 +22,7 @@
|
|||
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=libfastjson
|
||||
VERSION=${VERSION:-0.99.8}
|
||||
VERSION=${VERSION:-0.99.9}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libfastjson"
|
||||
VERSION="0.99.8"
|
||||
VERSION="0.99.9"
|
||||
HOMEPAGE="https://www.rsyslog.com/"
|
||||
DOWNLOAD="http://download.rsyslog.com/libfastjson/libfastjson-0.99.8.tar.gz"
|
||||
MD5SUM="fe7b4eae1bf40499f6f92b51d7e5899e"
|
||||
DOWNLOAD="http://download.rsyslog.com/libfastjson/libfastjson-0.99.9.tar.gz"
|
||||
MD5SUM="b4668f067145d4eb2a44433d5256f277"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue