jo: update to 0.8
This commit is contained in:
parent
d6afa802b0
commit
33aa3e62bc
|
@ -1,19 +1,16 @@
|
|||
# Template file for 'jo'
|
||||
pkgname=jo
|
||||
version=0.7
|
||||
version=0.8
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake"
|
||||
short_desc="Small utility to create JSON objects"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
homepage="https://github.com/jpmens/jo"
|
||||
license="GPL-2, MIT"
|
||||
license="GPL-2"
|
||||
distfiles="https://github.com/jpmens/jo/releases/download/v${version}/jo-${version}.tar.gz"
|
||||
checksum=3c948e5035ecd90666e4cae6ed9eaead709b5a482f2d9f788a81be5a06e14176
|
||||
checksum=c96c4103f0eac24cfd6015f32ba9f3ec5cc82d46590e9a331afffd118a2bb0ca
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue