aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-08-21 16:08:25 -0300
committerAndy Postnikov <apostnikov@gmail.com>2019-08-22 11:47:57 +0300
commit7d024e713dbeb4371f597bd5435ab5ba29418930 (patch)
treef66dd4e33de53b76d849d4cd74709ad51b98fbd9
parente25aee097c50be4c769b0bc57c35dc4517d87e86 (diff)
testing/watchexec: upgrade to 1.10.3
-rw-r--r--testing/watchexec/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/watchexec/APKBUILD b/testing/watchexec/APKBUILD
index 0ea32d1e764..64b6c93568b 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"