summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5bd44c30ffed..bdc3ea46441e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = watchman-bin
pkgdesc = An inotify-based file watching and job triggering command line utility
- pkgver = 2022.02.14.00
+ pkgver = 2022.02.21.00
pkgrel = 1
url = https://facebook.github.io/watchman/
install = watchman.install
@@ -10,10 +10,10 @@ pkgbase = watchman-bin
makedepends = python
depends = openssl
depends = gcc-libs
- provides = watchman=2022.02.14.00
+ provides = watchman=2022.02.21.00
conflicts = watchman
options = !strip
- source = https://github.com/facebook/watchman/releases/download/v2022.02.14.00/watchman-v2022.02.14.00-linux.zip
- sha256sums = 415961cfb9ff12a01ef73e267555796c7e0ca2a39e4776fd26e465430267330e
+ source = https://github.com/facebook/watchman/releases/download/v2022.02.21.00/watchman-v2022.02.21.00-linux.zip
+ sha256sums = 22a3d2aa7c9e1d62aa6f2ae7522fcaab9738c43ae8dfb6ea053f58144789936f
pkgname = watchman-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3c6b0d19f7c5..809e8e980bcb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
pkgname=watchman-bin
-pkgver=2022.02.14.00
+pkgver=2022.02.21.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=('415961cfb9ff12a01ef73e267555796c7e0ca2a39e4776fd26e465430267330e')
+sha256sums=('22a3d2aa7c9e1d62aa6f2ae7522fcaab9738c43ae8dfb6ea053f58144789936f')
prepare() {
cd watchman-v$pkgver-linux