From 00bbaf6f9ec7d9f4b99f361a4bccd0127a35d763 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Sun, 21 Apr 2024 15:54:36 -0400 Subject: [PATCH] watchexec: update to 2.0.0 --- srcpkgs/watchexec/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/watchexec/template b/srcpkgs/watchexec/template index 40abfddd2ae729..382c78bc7b707c 100644 --- a/srcpkgs/watchexec/template +++ b/srcpkgs/watchexec/template @@ -1,6 +1,6 @@ # Template file for 'watchexec' pkgname=watchexec -version=1.25.1 +version=2.0.0 revision=1 build_style=cargo make_install_args="--path crates/cli" @@ -11,7 +11,7 @@ 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=9609163c14cd49ec651562838f38b88ed2d370e354af312ddc78c2be76c08d37 +checksum=a613143f9cc8a1ec2a917ae2dd0c03156bf79e6a2dc1ee1ae76419ed47bc8d29 if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then XBPS_CROSS_RUSTFLAGS+=" -latomic"