jo: update to 1.2
This commit is contained in:
parent
9f9fddc1e1
commit
deac4c9655
1 changed files with 4 additions and 4 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'jo'
|
# Template file for 'jo'
|
||||||
pkgname=jo
|
pkgname=jo
|
||||||
version=1.1
|
version=1.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake"
|
hostmakedepends="automake"
|
||||||
short_desc="Small utility to create JSON objects"
|
short_desc="Small utility to create JSON objects"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://github.com/jpmens/jo"
|
homepage="https://github.com/jpmens/jo"
|
||||||
license="GPL-2"
|
license="GPL-2.0-or-later"
|
||||||
distfiles="https://github.com/jpmens/jo/releases/download/v${version}/jo-${version}.tar.gz"
|
distfiles="https://github.com/jpmens/jo/releases/download/${version}/jo-${version}.tar.gz"
|
||||||
checksum=63ed4766c2e0fcb5391a14033930329369f437d7060a11d82874e57e278bda5f
|
checksum=36ec2fc4937c6478467684b18f0b213ff7267d34f5626cd5a0996a39ca64adae
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
|
|
Loading…
Reference in a new issue