hurl: update to 6.0.0.

Closes: #53636 [via git-merge-pr]
This commit is contained in:
icp 2024-12-08 21:00:01 +05:30 committed by classabbyamp
parent 89d4124070
commit b565e69bc5
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5

View File

@ -1,6 +1,6 @@
# Template file for 'hurl'
pkgname=hurl
version=5.0.1
version=6.0.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=2b5a42fc95b74c876257a35d13b603e06f1f2c58e0ca44a2c0bb23d023227c29
checksum=3f21c9e2a4e86e1a5913e211d890b07e9388871e3d6ed526668487f56b11b925
if [[ "$XBPS_WORDSIZE" -eq 32 ]]; then
make_check=no # https://github.com/Orange-OpenSource/hurl/issues/1220