summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Alexander Steffens (heftig)2022-01-03 14:19:14 +0100
committerJan Alexander Steffens (heftig)2022-01-03 14:19:14 +0100
commitee86bd2c1f3977d0375e326bb2a016dcbf9db589 (patch)
tree38e9d15d3beb345f25728e878950e64a232fd201
parent9f02b0d45ce194d9303430e3ef16e447cbc9a2c1 (diff)
downloadaur-ee86bd2c1f3977d0375e326bb2a016dcbf9db589.tar.gz
2022.01.03.00-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a953d8cfee6f..b8068d43bb5a 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 = 2021.12.06.00
+ pkgver = 2022.01.03.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=2021.12.06.00
+ provides = watchman=2022.01.03.00
conflicts = watchman
options = !strip
- source = https://github.com/facebook/watchman/releases/download/v2021.12.06.00/watchman-v2021.12.06.00-linux.zip
- sha256sums = 877985e892a3ba6b35dd0773cba05561336b6c8d8fcc480be321a0cd41ebd9ed
+ source = https://github.com/facebook/watchman/releases/download/v2022.01.03.00/watchman-v2022.01.03.00-linux.zip
+ sha256sums = 7c430d5c414396fbf39a48463c7eb0bd62b4f79757df5b340819931926b6a925
pkgname = watchman-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8480866368b6..bcd36031e2af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
pkgname=watchman-bin
-pkgver=2021.12.06.00
+pkgver=2022.01.03.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=('877985e892a3ba6b35dd0773cba05561336b6c8d8fcc480be321a0cd41ebd9ed')
+sha256sums=('7c430d5c414396fbf39a48463c7eb0bd62b4f79757df5b340819931926b6a925')
prepare() {
cd watchman-v$pkgver-linux