diff options
-rw-r--r-- | testing/watchexec/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/watchexec/APKBUILD b/testing/watchexec/APKBUILD index 0ea32d1e76..64b6c93568 100644 --- a/testing/watchexec/APKBUILD +++ b/testing/watchexec/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Chloe Kudryavtsev <toast@toastin.space> # Maintainer: Chloe Kudryavtsev <toast@toastin.space> pkgname=watchexec -pkgver=1.10.2 +pkgver=1.10.3 pkgrel=0 pkgdesc='Executes commands in response to file modifications' url='https://github.com/watchexec/watchexec' @@ -29,4 +29,4 @@ package() { install -Dm755 target/release/"$pkgname" "$pkgdir"/usr/bin/"$pkgname" install -Dm644 doc/"$pkgname".1 "$pkgdir"/usr/share/man/man1/"$pkgname".1 } -sha512sums="6fb3cbf818de8cb3548d7b56958aa9f5a8ba7e6b95ed1afdaf789ac87abd7415cc2ccc1afdbd5898d836b7291d179308c7dde62333ddbf54ca35dd327b9befb3 watchexec-1.10.2.tar.gz" +sha512sums="5029df9b4ea801bce4bbd2cc097566d55f94cbcc377cf99609898c8e42b9522eb5c61df7952cf8d0330c03b85a43f4394c86c8ac97844fca3967670b9b733e51 watchexec-1.10.3.tar.gz" |