hurl: update to 4.1.0.

This commit is contained in:
icp 2023-09-22 11:36:25 +05:30 committed by classabbyamp
parent c9649adf1e
commit 32825d3f7c

View file

@ -1,6 +1,6 @@
# Template file for 'hurl'
pkgname=hurl
version=4.0.0
version=4.1.0
revision=1
build_style=cargo
make_check_args="-- --skip=runner::hurl_file::run --skip=http::tests::libcurl
@ -13,7 +13,7 @@ license="Apache-2.0"
homepage="https://hurl.dev"
changelog="https://raw.githubusercontent.com/Orange-OpenSource/hurl/master/CHANGELOG.md"
distfiles="https://github.com/Orange-OpenSource/hurl/archive/refs/tags/${version}.tar.gz"
checksum=43b5943b8135a0b2c0bb16897291e641f38e7e81aab17a18ee3d6eb5e1cd0d48
checksum=3356f64158e6dc5f2e29c37eee80a43332b1734baa7380356affeb5160ffca09
if [[ "$XBPS_WORDSIZE" -eq 32 ]]; then
make_check=no # https://github.com/Orange-OpenSource/hurl/issues/1220