summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Alexander Steffens (heftig)2022-06-20 17:53:51 +0200
committerJan Alexander Steffens (heftig)2022-06-20 17:53:51 +0200
commit920e61fa486ae0d056f2fc1dade4243dfeec7b49 (patch)
tree633c90180044d1c019081525560eee47bad5ff5e
parentc9004bc816ac6ddef2abdf5ab8dd325ffe5da40e (diff)
downloadaur-920e61fa486ae0d056f2fc1dade4243dfeec7b49.tar.gz
2022.06.20.00-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8106ab92c43b..fb32749c3cc2 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.06.13.00
+ pkgver = 2022.06.20.00
pkgrel = 1
url = https://facebook.github.io/watchman/
install = watchman.install
@@ -10,10 +10,10 @@ pkgbase = watchman-bin
makedepends = python
depends = openssl
depends = gcc11-libs
- provides = watchman=2022.06.13.00
+ provides = watchman=2022.06.20.00
conflicts = watchman
options = !strip
- source = https://github.com/facebook/watchman/releases/download/v2022.06.13.00/watchman-v2022.06.13.00-linux.zip
- sha256sums = 52e695cf3acc43c606033e4d660470efb4202bae59464aa7b204dce68e7eff23
+ source = https://github.com/facebook/watchman/releases/download/v2022.06.20.00/watchman-v2022.06.20.00-linux.zip
+ sha256sums = 977c4a4d7e2fe2c5e2dd9ade06a1f026da4187556a13ba41405e72b5f8ac6c6e
pkgname = watchman-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3c5639079fe8..c66a7654e94a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
pkgname=watchman-bin
-pkgver=2022.06.13.00
+pkgver=2022.06.20.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=('52e695cf3acc43c606033e4d660470efb4202bae59464aa7b204dce68e7eff23')
+sha256sums=('977c4a4d7e2fe2c5e2dd9ade06a1f026da4187556a13ba41405e72b5f8ac6c6e')
prepare() {
cd watchman-v$pkgver-linux