From 0bcefadff56a7e8e9442b181ed857bb39e769a00 Mon Sep 17 00:00:00 2001 From: icp Date: Sat, 31 Aug 2024 14:13:07 +0530 Subject: [PATCH] hurl: update to 5.0.1. --- srcpkgs/hurl/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/hurl/template b/srcpkgs/hurl/template index 9e15b45a47d..70ba19758ba 100644 --- a/srcpkgs/hurl/template +++ b/srcpkgs/hurl/template @@ -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