mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
watchexec: update to 1.20.5
This commit is contained in:
parent
dff263fa2f
commit
49b5251adb
2 changed files with 2 additions and 16 deletions
|
@ -1,14 +0,0 @@
|
||||||
# Remove debug notice from test case
|
|
||||||
diff --git a/crates/cli/tests/snapshots/help__help_unix.snap b/crates/cli/tests/snapshots/help__help_unix.snap
|
|
||||||
index b55782f022..c5642f98ce 100644
|
|
||||||
--- a/crates/cli/tests/snapshots/help__help_unix.snap
|
|
||||||
+++ b/crates/cli/tests/snapshots/help__help_unix.snap
|
|
||||||
@@ -2,8 +2,6 @@
|
|
||||||
source: crates/cli/tests/help.rs
|
|
||||||
expression: "String::from_utf8(output.stdout).unwrap()"
|
|
||||||
---
|
|
||||||
-⚠ DEBUG BUILD ⚠
|
|
||||||
-
|
|
||||||
watchexec 1.20.2
|
|
||||||
Execute commands when watched files change
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'watchexec'
|
# Template file for 'watchexec'
|
||||||
pkgname=watchexec
|
pkgname=watchexec
|
||||||
version=1.20.2
|
version=1.20.5
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname}-cli-v${version}"
|
wrksrc="${pkgname}-cli-v${version}"
|
||||||
build_wrksrc="crates/cli"
|
build_wrksrc="crates/cli"
|
||||||
|
@ -10,7 +10,7 @@ maintainer="cinerea0 <cinerea0@protonmail.com>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/watchexec/watchexec"
|
homepage="https://github.com/watchexec/watchexec"
|
||||||
distfiles="https://github.com/watchexec/watchexec/archive/refs/tags/cli-v${version}.tar.gz"
|
distfiles="https://github.com/watchexec/watchexec/archive/refs/tags/cli-v${version}.tar.gz"
|
||||||
checksum=62e2e722a84475436286010edff36c56c4c6fad9e76be4b35381877e93faeac8
|
checksum=2bc04c7ecf58d34a48c3eeea54a76b7e621717cb93305497bea2f6399dd119c6
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||||
makedepends+=" libatomic-devel"
|
makedepends+=" libatomic-devel"
|
||||||
|
|
Loading…
Add table
Reference in a new issue