hurl: update to 3.0.1.

This commit is contained in:
icp 2023-06-28 00:45:45 +05:30 committed by classabbyamp
parent f3432a9e3c
commit 1fb90c3b51

View File

@ -1,6 +1,6 @@
# Template file for 'hurl'
pkgname=hurl
version=3.0.0
version=3.0.1
revision=1
build_style=cargo
make_check_args="-- --skip=runner::hurl_file::run --skip=http::tests::libcurl"
@ -12,7 +12,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=7ad9a1043129edb4850727c085a83010b916b3515c2af5afddd0809c1e2bd85c
checksum=551a730ed23150bc0a120781abe8c36b2989abc03c97c3e79191eea87cca5632
if [[ "$XBPS_WORDSIZE" -eq 32 ]]; then
make_check=no # https://github.com/Orange-OpenSource/hurl/issues/1220