From 2de7649f16d0785abcf956a9ea6f810f3cf0bc46 Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Sun, 19 Nov 2023 14:20:04 +0100 Subject: [PATCH] sheldon: update to 0.7.4 --- srcpkgs/sheldon/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/sheldon/template b/srcpkgs/sheldon/template index 87c6ae9dbdb524..0cdc37dd0ad46f 100644 --- a/srcpkgs/sheldon/template +++ b/srcpkgs/sheldon/template @@ -1,7 +1,7 @@ # Template file for 'sheldon' pkgname=sheldon -version=0.7.3 -revision=2 +version=0.7.4 +revision=1 build_style=cargo build_helper=qemu hostmakedepends="pkg-config" @@ -13,7 +13,7 @@ license="Apache-2.0, MIT" homepage="https://sheldon.cli.rs/" changelog="https://raw.githubusercontent.com/rossmacarthur/sheldon/trunk/RELEASES.md" distfiles="https://github.com/rossmacarthur/sheldon/archive/refs/tags/${version}.tar.gz" -checksum=cf8844dce853156d076a6956733420ad7a9365e16a928e419b11de8bc634fc67 +checksum=5d8ecd432a99852d416580174be7ab8f29fe9231d9804f0cc26ba2b158f49cdf if [ "$XBPS_BUILD_ENVIRONMENT" == "void-packages-ci" ]; then make_check_args="-- --skip lock_and_source_clean_permission_denied"