mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
watchexec: update to 2.0.0
This commit is contained in:
parent
1ae65d5690
commit
82ec05057c
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'watchexec'
|
# Template file for 'watchexec'
|
||||||
pkgname=watchexec
|
pkgname=watchexec
|
||||||
version=1.25.1
|
version=2.0.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=9609163c14cd49ec651562838f38b88ed2d370e354af312ddc78c2be76c08d37
|
checksum=a613143f9cc8a1ec2a917ae2dd0c03156bf79e6a2dc1ee1ae76419ed47bc8d29
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||||
XBPS_CROSS_RUSTFLAGS+=" -latomic"
|
XBPS_CROSS_RUSTFLAGS+=" -latomic"
|
||||||
|
|
Loading…
Add table
Reference in a new issue