summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJan Alexander Steffens (heftig)2022-07-26 12:48:28 +0200
committerJan Alexander Steffens (heftig)2022-07-26 12:48:28 +0200
commitf676060e2fb7f6cd716f739808006e94b319f193 (patch)
tree2b29c227b762187f2eb647eaa7c10ba59b5033ef /PKGBUILD
parentb4f412cd9dc569ffd8c8ea66f42444fdfd837d9c (diff)
downloadaur-f676060e2fb7f6cd716f739808006e94b319f193.tar.gz
2022.07.25.00-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d9f8cdeaee9a..c7293aaca342 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
pkgname=watchman-bin
-pkgver=2022.07.04.00
+pkgver=2022.07.25.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=('971a8af67c58b7cf85777bd3c583ad1ef55e28e8430325ceb370dd374013d1fe')
+sha256sums=('ec480939e180def247851735e28022508aa66bfdd08c757f9b078dd1695be64a')
prepare() {
cd watchman-v$pkgver-linux