From aeb697250fb6285a249a271dd460b798649b4af7 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Sun, 7 Jan 2024 00:41:39 -0500 Subject: [PATCH] watchexec: update to 1.25.1 --- srcpkgs/watchexec/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/watchexec/template b/srcpkgs/watchexec/template index 0a13955664699..7bb055092e6f0 100644 --- a/srcpkgs/watchexec/template +++ b/srcpkgs/watchexec/template @@ -1,6 +1,6 @@ # Template file for 'watchexec' pkgname=watchexec -version=1.24.2 +version=1.25.1 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=d863b77332bd56cd37a45a99ae2be50a9aa332b66b523a4a76676bd778c017d4 +checksum=9609163c14cd49ec651562838f38b88ed2d370e354af312ddc78c2be76c08d37 if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then XBPS_CROSS_RUSTFLAGS+=" -latomic"