watchexec: update to 2.1.0

This commit is contained in:
cinerea0 2024-04-29 12:57:48 -04:00 committed by cinerea0
parent 5769c7d7dd
commit b9028cbcdd
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'watchexec'
pkgname=watchexec
version=2.0.0
version=2.1.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=a613143f9cc8a1ec2a917ae2dd0c03156bf79e6a2dc1ee1ae76419ed47bc8d29
checksum=acac35485b57ebf494b1025550eb88dc534841e4081dbba47ecb0168e7f214ab
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
XBPS_CROSS_RUSTFLAGS+=" -latomic"