summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Alexander Steffens (heftig)2022-04-04 18:30:22 +0200
committerJan Alexander Steffens (heftig)2022-04-04 18:30:22 +0200
commit07b87679a1013cf3cf5286d91551979c110a5f56 (patch)
tree2a2e682a585f629a0610806da04d8c4344d22338
parent590a34bf3cf6d38a0baf88aab60135d30aab1a71 (diff)
downloadaur-07b87679a1013cf3cf5286d91551979c110a5f56.tar.gz
2022.04.04.00-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e8088af6a21..b6f1de81ea53 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.03.14.00
+ pkgver = 2022.04.04.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.03.14.00
+ provides = watchman=2022.04.04.00
conflicts = watchman
options = !strip
- source = https://github.com/facebook/watchman/releases/download/v2022.03.14.00/watchman-v2022.03.14.00-linux.zip
- sha256sums = e317522f2aaa4d8d799975f5c6fa22c3a7ec09aeb5bcd1548e0bfe459d146cce
+ source = https://github.com/facebook/watchman/releases/download/v2022.04.04.00/watchman-v2022.04.04.00-linux.zip
+ sha256sums = b982f8b808e0c93e3b45538bf8945ce5a07a8557e78796f08a15610edf2d66b1
pkgname = watchman-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1be5e06c409b..9261bd7eb56a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
pkgname=watchman-bin
-pkgver=2022.03.14.00
+pkgver=2022.04.04.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=('e317522f2aaa4d8d799975f5c6fa22c3a7ec09aeb5bcd1548e0bfe459d146cce')
+sha256sums=('b982f8b808e0c93e3b45538bf8945ce5a07a8557e78796f08a15610edf2d66b1')
prepare() {
cd watchman-v$pkgver-linux