watchexec: update to 2.2.0

This commit is contained in:
cinerea0 2024-11-15 07:56:14 -05:00
parent 61beead2a0
commit ad14e129e6
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'watchexec' # Template file for 'watchexec'
pkgname=watchexec pkgname=watchexec
version=2.1.2 version=2.2.0
revision=1 revision=1
build_style=cargo build_style=cargo
make_install_args="--path crates/cli" make_install_args="--path crates/cli"
@ -11,7 +11,7 @@ license="Apache-2.0"
homepage="https://github.com/watchexec/watchexec" homepage="https://github.com/watchexec/watchexec"
changelog="https://github.com/watchexec/watchexec/releases" changelog="https://github.com/watchexec/watchexec/releases"
distfiles="https://github.com/watchexec/watchexec/archive/refs/tags/v${version}.tar.gz" distfiles="https://github.com/watchexec/watchexec/archive/refs/tags/v${version}.tar.gz"
checksum=500b886038ccd553559fe19914e1a502728cfeb8ee9d81f3db448b05e5a890ec checksum=372def49d02a53864ede5fd821feb6f8de96bbbde8a94dbcd1b77aeed01d4a7b
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
XBPS_CROSS_RUSTFLAGS+=" -latomic" XBPS_CROSS_RUSTFLAGS+=" -latomic"