jaq: update to 2.0.1
This commit is contained in:
parent
8476313e07
commit
55f870c4ca
|
@ -1,8 +1,9 @@
|
||||||
# Template file for 'jaq'
|
# Template file for 'jaq'
|
||||||
pkgname=jaq
|
pkgname=jaq
|
||||||
version=2.0.0
|
version=2.0.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
|
configure_args="--no-default-features"
|
||||||
make_install_args="--path jaq"
|
make_install_args="--path jaq"
|
||||||
short_desc="Clone of jq, focussed on correctness, speed, and simplicity"
|
short_desc="Clone of jq, focussed on correctness, speed, and simplicity"
|
||||||
maintainer="tranzystorekk <tranzystorek.io@protonmail.com>"
|
maintainer="tranzystorekk <tranzystorek.io@protonmail.com>"
|
||||||
|
@ -10,7 +11,7 @@ license="MIT"
|
||||||
homepage="https://github.com/01mf02/jaq"
|
homepage="https://github.com/01mf02/jaq"
|
||||||
changelog="https://github.com/01mf02/jaq/releases"
|
changelog="https://github.com/01mf02/jaq/releases"
|
||||||
distfiles="https://github.com/01mf02/jaq/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/01mf02/jaq/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=7535387562c0e5519811bfd1f405eb8cb7683533781e0790981221e8e5b723c2
|
checksum=e554f375500d09813c9a2f4454217b8d12ae3be5dba56bc545b199ae0d4ab72e
|
||||||
|
|
||||||
# uses machine-sized integers but tests run on 64 bit values
|
# uses machine-sized integers but tests run on 64 bit values
|
||||||
if [ "${XBPS_WORDSIZE}" = 32 ]; then
|
if [ "${XBPS_WORDSIZE}" = 32 ]; then
|
||||||
|
|
Loading…
Reference in New Issue