Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

watchexec: update to 1.24.1 #47667

Merged
merged 1 commit into from
Dec 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/watchexec/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'watchexec'
pkgname=watchexec
version=1.23.0
version=1.24.1
revision=1
build_style=cargo
make_install_args="--path crates/cli"
Expand All @@ -10,7 +10,7 @@ maintainer="cinerea0 <[email protected]>"
license="Apache-2.0"
homepage="https://github.com/watchexec/watchexec"
distfiles="https://github.com/watchexec/watchexec/archive/refs/tags/v${version}.tar.gz"
checksum=2a321962669979feef44ea7a6220819d5c916ca939eba41b033ea346a44caa90
checksum=9afc736fd4c0f895c89b7d6b1bbbb831fdb255400f785dcd3a414f62a5db6bd5

if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
XBPS_CROSS_RUSTFLAGS+=" -latomic"
Expand Down