jansson: update to 2.13.1.
This commit is contained in:
parent
67b25df2ab
commit
6278fdbdf9
1 changed files with 10 additions and 4 deletions
|
@ -1,14 +1,20 @@
|
||||||
# Template file for 'jansson'
|
# Template file for 'jansson'
|
||||||
pkgname=jansson
|
pkgname=jansson
|
||||||
version=2.12
|
version=2.13.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="autoconf automake libtool"
|
||||||
short_desc="Library for encoding, decoding and manipulating JSON data"
|
short_desc="Library for encoding, decoding and manipulating JSON data"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://www.digip.org/jansson/"
|
homepage="https://www.digip.org/jansson/"
|
||||||
distfiles="http://www.digip.org/jansson/releases/jansson-${version}.tar.bz2"
|
changelog="https://github.com/akheron/jansson/raw/master/CHANGES"
|
||||||
checksum=645d72cc5dbebd4df608d33988e55aa42a7661039e19a379fcbe5c79d1aee1d2
|
distfiles="https://github.com/akheron/jansson/archive/v${version}.tar.gz"
|
||||||
|
checksum=f22901582138e3203959c9257cf83eba9929ac41d7be4a42557213a22ebcc7a0
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
autoreconf -vfi
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue