From 1eca1a82e4258be96bfde26a96e3d4c825596c96 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Tue, 9 Jan 2024 21:03:52 -0500 Subject: [PATCH] watchexec: update to 1.25.1 --- srcpkgs/watchexec/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/watchexec/template b/srcpkgs/watchexec/template index 0a13955664699..40abfddd2ae72 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" @@ -9,8 +9,9 @@ short_desc="Executes commands in response to file modifications" maintainer="cinerea0 " license="Apache-2.0" homepage="https://github.com/watchexec/watchexec" +changelog="https://github.com/watchexec/watchexec/releases" 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"