From da2fda48427dea434b46f5afa5318ff73c71a03f Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Sat, 9 Dec 2023 16:50:25 -0500 Subject: [PATCH] watchexec: update to 1.24.0 --- srcpkgs/watchexec/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/watchexec/template b/srcpkgs/watchexec/template index 1ac295a086978..36ddcb2ec786a 100644 --- a/srcpkgs/watchexec/template +++ b/srcpkgs/watchexec/template @@ -1,6 +1,6 @@ # Template file for 'watchexec' pkgname=watchexec -version=1.23.0 +version=1.24.0 revision=1 build_style=cargo make_install_args="--path crates/cli" @@ -10,7 +10,7 @@ maintainer="cinerea0 " license="Apache-2.0" homepage="https://github.com/watchexec/watchexec" distfiles="https://github.com/watchexec/watchexec/archive/refs/tags/v${version}.tar.gz" -checksum=2a321962669979feef44ea7a6220819d5c916ca939eba41b033ea346a44caa90 +checksum=ab010c66656bc123068c824f3b0c5350835a68e6721e3ad7173f6068412ce87d if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then XBPS_CROSS_RUSTFLAGS+=" -latomic"