libfastjson: update to 0.99.3. (soname bump)
This commit is contained in:
parent
e1c6942a50
commit
d381dc72d2
|
@ -2420,7 +2420,7 @@ libgds.so.0 libfbclient-2.5.5.26952_1
|
|||
libqxmpp.so.0 qxmpp-0.9.3_1
|
||||
libunwind.so.1 llvm-libunwind-3.8.0_1
|
||||
libc++abi.so.1 libcxxabi-3.8.0_1
|
||||
libfastjson.so.3 libfastjson-0.99.2_1
|
||||
libfastjson.so.4 libfastjson-0.99.3_1
|
||||
libdcadec.so.0 dcadec-0.2.0_1
|
||||
libcmark.so.0 cmark-0.24.1_1
|
||||
libspotify.so.12 libspotify-12.1.51_1
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'libfastjson'
|
||||
pkgname=libfastjson
|
||||
version=0.99.2
|
||||
version=0.99.3
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool"
|
||||
|
@ -9,7 +9,7 @@ maintainer="Michael Gehring <mg@ebfe.org>"
|
|||
license="MIT"
|
||||
homepage="https://github.com/rsyslog/libfastjson"
|
||||
distfiles="https://github.com/rsyslog/libfastjson/archive/v${version}.tar.gz"
|
||||
checksum=fcdca0c4702362de3db3f02c8da05f985b54a9eccd618af41730409b75d10a8f
|
||||
checksum=a675af6a6a76e53e79f54a436cba708ba8ee0159067ba01b35c631e2f8bd469c
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
|
|
Loading…
Reference in New Issue