hurl: update to 5.0.1.

This commit is contained in:
icp 2024-08-31 14:13:07 +05:30 committed by tranzystorekk
parent 15770df94f
commit 0bcefadff5
1 changed files with 2 additions and 2 deletions

View File

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