summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Alexander Steffens (heftig)2022-02-04 14:19:59 +0100
committerJan Alexander Steffens (heftig)2022-02-04 14:19:59 +0100
commit6b8f5f09d4e7f6eac285b2ae1fc3682f1387912f (patch)
treec981515c68bc125ebd1e96b4ad3f04a055442777
parentfce7591e7b469463621fb7a69d8e3f45a090cd06 (diff)
downloadaur-6b8f5f09d4e7f6eac285b2ae1fc3682f1387912f.tar.gz
2022.01.31.00-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 676b2bf888a4..e18e018ee724 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.01.24.00
+ pkgver = 2022.01.31.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.01.24.00
+ provides = watchman=2022.01.31.00
conflicts = watchman
options = !strip
- source = https://github.com/facebook/watchman/releases/download/v2022.01.24.00/watchman-v2022.01.24.00-linux.zip
- sha256sums = 6987d4d491026bdeed4cffdc51d1e68f982c4bb1867ac1209c9ae583c3c865b7
+ source = https://github.com/facebook/watchman/releases/download/v2022.01.31.00/watchman-v2022.01.31.00-linux.zip
+ sha256sums = cd539cc0ce764b39463812dbaeb9ad40e0470d0e5f466404a00bfeaaa256f05e
pkgname = watchman-bin
diff --git a/PKGBUILD b/PKGBUILD
index b730e61929d7..dd766532a14b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
pkgname=watchman-bin
-pkgver=2022.01.24.00
+pkgver=2022.01.31.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=('6987d4d491026bdeed4cffdc51d1e68f982c4bb1867ac1209c9ae583c3c865b7')
+sha256sums=('cd539cc0ce764b39463812dbaeb9ad40e0470d0e5f466404a00bfeaaa256f05e')
prepare() {
cd watchman-v$pkgver-linux