This commit is contained in:
icp 2025-04-10 13:12:32 +03:00 committed by GitHub
commit 9b0b6cc2f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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