From b1520c5ea2430e446aeaf8470f397fd7d9cdfb9a Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Thu, 2 May 2024 20:23:12 -0400
Subject: [PATCH] watchexec: update to 2.1.1

---
 srcpkgs/watchexec/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/watchexec/template b/srcpkgs/watchexec/template
index 97776674b46..48ab2149c8c 100644
--- a/srcpkgs/watchexec/template
+++ b/srcpkgs/watchexec/template
@@ -1,6 +1,6 @@
 # Template file for 'watchexec'
 pkgname=watchexec
-version=2.1.0
+version=2.1.1
 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=acac35485b57ebf494b1025550eb88dc534841e4081dbba47ecb0168e7f214ab
+checksum=8d8e3c1de05daae24a31ea59d61631812b6044a74231aaa0e5a2ee15203898e8
 
 if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
 	XBPS_CROSS_RUSTFLAGS+=" -latomic"