summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJan Alexander Steffens (heftig)2021-12-09 12:44:47 +0100
committerJan Alexander Steffens (heftig)2021-12-09 12:44:47 +0100
commit9f02b0d45ce194d9303430e3ef16e447cbc9a2c1 (patch)
tree7e42a54db4f44c1ce67b662e1a5e210d1507ad90 /PKGBUILD
parent26ec7685e62172b73c266818da94d6d5c7b1c273 (diff)
downloadaur-9f02b0d45ce194d9303430e3ef16e447cbc9a2c1.tar.gz
2021.12.06.00-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 045c26a135dc..8480866368b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
pkgname=watchman-bin
-pkgver=2021.11.29.00
+pkgver=2021.12.06.00
pkgrel=1
pkgdesc="An inotify-based file watching and job triggering command line utility"
url="https://facebook.github.io/watchman/"
@@ -16,7 +16,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=('dc19b4770ac223704143288914ed8cfe68a61cb254348239e513649207d8b743')
+sha256sums=('877985e892a3ba6b35dd0773cba05561336b6c8d8fcc480be321a0cd41ebd9ed')
prepare() {
cd watchman-v$pkgver-linux