summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJan Alexander Steffens (heftig)2021-07-12 23:52:56 +0200
committerJan Alexander Steffens (heftig)2021-07-12 23:52:56 +0200
commitaa86bfac41363fafd182fb09db8944a76be4dff7 (patch)
tree37f6dfe31e6b7ff5fe92e0215088e22b5c362451 /PKGBUILD
parent2b74e6602b917e08eea34edea844bf00785d63d4 (diff)
downloadaur-aa86bfac41363fafd182fb09db8944a76be4dff7.tar.gz
2021.07.12.00-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 004e0ed076ca..7ec37bbb60b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=watchman-bin
-pkgver=2021.07.05.00
+pkgver=2021.07.12.00
pkgrel=1
pkgdesc="An inotify-based file watching and job triggering command line utility"
url="https://facebook.github.io/watchman/"
@@ -14,7 +14,7 @@ install=watchman.install
# https://github.com/facebook/watchman/releases
source=("https://github.com/facebook/watchman/releases/download/v$pkgver/watchman-v$pkgver-linux.zip")
-sha256sums=('e95c1671d61228eadfcf72758235cd013813e4a8f888b465375f1446809d80c0')
+sha256sums=('5bc13a66ccff80764c32ca770d0a9dea3da13a9b8577408cb55d206b61443cd9')
prepare() {
cd watchman-v$pkgver-linux