hurl: update to 4.0.0.
This commit is contained in:
parent
ccbf8e476a
commit
229999f78b
@ -1,9 +1,10 @@
|
|||||||
# Template file for 'hurl'
|
# Template file for 'hurl'
|
||||||
pkgname=hurl
|
pkgname=hurl
|
||||||
version=3.0.1
|
version=4.0.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
make_check_args="-- --skip=runner::hurl_file::run --skip=http::tests::libcurl"
|
make_check_args="-- --skip=runner::hurl_file::run --skip=http::tests::libcurl
|
||||||
|
--skip=simple sample"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="openssl-devel libcurl-devel libxml2-devel"
|
makedepends="openssl-devel libcurl-devel libxml2-devel"
|
||||||
short_desc="CLI to run HTTP requests defined in a simple plain text format"
|
short_desc="CLI to run HTTP requests defined in a simple plain text format"
|
||||||
@ -12,7 +13,7 @@ license="Apache-2.0"
|
|||||||
homepage="https://hurl.dev"
|
homepage="https://hurl.dev"
|
||||||
changelog="https://raw.githubusercontent.com/Orange-OpenSource/hurl/master/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/Orange-OpenSource/hurl/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/Orange-OpenSource/hurl/archive/refs/tags/${version}.tar.gz"
|
distfiles="https://github.com/Orange-OpenSource/hurl/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=551a730ed23150bc0a120781abe8c36b2989abc03c97c3e79191eea87cca5632
|
checksum=43b5943b8135a0b2c0bb16897291e641f38e7e81aab17a18ee3d6eb5e1cd0d48
|
||||||
|
|
||||||
if [[ "$XBPS_WORDSIZE" -eq 32 ]]; then
|
if [[ "$XBPS_WORDSIZE" -eq 32 ]]; then
|
||||||
make_check=no # https://github.com/Orange-OpenSource/hurl/issues/1220
|
make_check=no # https://github.com/Orange-OpenSource/hurl/issues/1220
|
||||||
|
Loading…
x
Reference in New Issue
Block a user