From 60655dc9fa0dac8211962ba0c5df21f9a58bad73 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Mon, 19 Sep 2022 12:33:12 -0400 Subject: [PATCH] watchexec: update to 1.20.6 --- srcpkgs/watchexec/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/watchexec/template b/srcpkgs/watchexec/template index c6401cd925d2..69889b34f14b 100644 --- a/srcpkgs/watchexec/template +++ b/srcpkgs/watchexec/template @@ -1,16 +1,15 @@ # Template file for 'watchexec' pkgname=watchexec -version=1.20.5 +version=1.20.6 revision=1 -wrksrc="${pkgname}-cli-v${version}" build_wrksrc="crates/cli" build_style=cargo short_desc="Executes commands in response to file modifications" maintainer="cinerea0 " license="Apache-2.0" homepage="https://github.com/watchexec/watchexec" -distfiles="https://github.com/watchexec/watchexec/archive/refs/tags/cli-v${version}.tar.gz" -checksum=2bc04c7ecf58d34a48c3eeea54a76b7e621717cb93305497bea2f6399dd119c6 +distfiles="https://github.com/watchexec/watchexec/archive/refs/tags/v${version}.tar.gz" +checksum=0e296689d3c4a4df64b036ca4047056401c137ee895b3fd1cb63375c3d2388d4 if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then makedepends+=" libatomic-devel"