summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJan Alexander Steffens (heftig)2021-02-08 21:16:41 +0100
committerJan Alexander Steffens (heftig)2021-02-08 21:16:41 +0100
commit430eadce0f915cf4746574c7fa8ee48330235696 (patch)
treee9851a3cca808dfda1f9599cd0a9be190acbaab3 /PKGBUILD
parent158dc27906d39266e76280241435d30e0ddcd4a3 (diff)
downloadaur-430eadce0f915cf4746574c7fa8ee48330235696.tar.gz
2021.02.08.00-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 117febafd8d3..c661f7b67e00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=watchman-bin
-pkgver=2021.02.01.00
+pkgver=2021.02.08.00
pkgrel=1
pkgdesc="An inotify-based file watching and job triggering command line utility"
url="https://facebook.github.io/watchman/"
@@ -11,7 +11,7 @@ provides=("watchman=$pkgver")
conflicts=(watchman)
# https://github.com/facebook/watchman/releases
source=("https://github.com/facebook/watchman/releases/download/v$pkgver/watchman-v$pkgver-linux.zip")
-sha256sums=('4e5e8176ed11964401fa98bbdfe3c01d4d51809c83c2338067ebae1fad4be68d')
+sha256sums=('77941f940319d6c2408e459f27be2e68f31302d1577614483b673d26ffd4c7c2')
prepare() {
python <watchman-v$pkgver-linux/bin/watchman >watchman.hex \