summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJan Alexander Steffens (heftig)2023-02-13 16:08:55 +0100
committerJan Alexander Steffens (heftig)2023-02-13 16:08:55 +0100
commit1d4926f3b6af2bbb9b0e078e34cfc1d2e3e7a73e (patch)
tree4fce5dac4f9013c69de5b3a2501870304baa3340 /PKGBUILD
parent615c96bc7d4f8d88cfff945d6e68d924f68ebfac (diff)
downloadaur-1d4926f3b6af2bbb9b0e078e34cfc1d2e3e7a73e.tar.gz
2023.02.13.00-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1ab0c46b6e81..94f229f4a45b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
pkgname=watchman-bin
-pkgver=2023.02.06.00
+pkgver=2023.02.13.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=('d06e4b434bfeb8a91ecb878ed38b11de6fc4a4446056e5d65cc7e05c2c1ca72f')
+sha256sums=('36d53c21647df08498ca07a91946ed0702335f24abb27e01db612e6148989179')
prepare() {
cd watchman-v$pkgver-linux