watchexec: update to 1.21.0

This commit is contained in:
cinerea0 2023-01-16 12:57:36 -05:00 committed by classabbyamp
parent ca1a0d0f98
commit 278c039880
2 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'watchexec'
pkgname=watchexec
version=1.20.6
version=1.21.0
revision=1
build_wrksrc="crates/cli"
build_style=cargo
@ -9,7 +9,7 @@ maintainer="cinerea0 <cinerea0@protonmail.com>"
license="Apache-2.0"
homepage="https://github.com/watchexec/watchexec"
distfiles="https://github.com/watchexec/watchexec/archive/refs/tags/v${version}.tar.gz"
checksum=0e296689d3c4a4df64b036ca4047056401c137ee895b3fd1cb63375c3d2388d4
checksum=ff835eed2be68de97b08eaa2177d9cdcb721f6d727c6803a642ca94d11eec5fa
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
makedepends+=" libatomic-devel"

View File

@ -1 +0,0 @@
pattern="cli-v\K[0-9.]+(?=.tar.gz)"