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