mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
jq: update to 1.8.0.
This commit is contained in:
parent
c00b79924f
commit
f80cd74cb9
1 changed files with 2 additions and 6 deletions
|
@ -1,22 +1,18 @@
|
||||||
# Template file for 'jq'
|
# Template file for 'jq'
|
||||||
pkgname=jq
|
pkgname=jq
|
||||||
version=1.7.1
|
version=1.8.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake libtool"
|
|
||||||
makedepends="oniguruma-devel"
|
makedepends="oniguruma-devel"
|
||||||
checkdepends="valgrind"
|
|
||||||
short_desc="Command-line JSON processor"
|
short_desc="Command-line JSON processor"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://jqlang.github.io/jq/"
|
homepage="https://jqlang.github.io/jq/"
|
||||||
distfiles="https://github.com/jqlang/jq/releases/download/jq-${version}/jq-${version}.tar.gz"
|
distfiles="https://github.com/jqlang/jq/releases/download/jq-${version}/jq-${version}.tar.gz"
|
||||||
checksum=478c9ca129fd2e3443fe27314b455e211e0d8c60bc8ff7df703873deeee580c2
|
checksum=91811577f91d9a6195ff50c2bffec9b72c8429dc05ec3ea022fd95c06d2b319c
|
||||||
CFLAGS=" -D_LARGE_FILE_SOURCE=1 -D_FILE_OFFSET_BITS=64"
|
CFLAGS=" -D_LARGE_FILE_SOURCE=1 -D_FILE_OFFSET_BITS=64"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
vsed -i -e 's/-static-libtool-libs//' Makefile.am
|
|
||||||
autoreconf -fi
|
|
||||||
echo "echo $version" >scripts/version
|
echo "echo $version" >scripts/version
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue