summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Alexander Steffens (heftig)2022-06-06 11:26:54 +0200
committerJan Alexander Steffens (heftig)2022-06-06 11:26:54 +0200
commit31da9d145252b6d60840175c450a7eaa197b3a58 (patch)
tree5ece3e358d6554dace1137f6f3022cf73f7f652d
parente10da97215456e90e370689a3694252cbab5961a (diff)
downloadaur-31da9d145252b6d60840175c450a7eaa197b3a58.tar.gz
2022.06.06.00-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 204eef666bf8..634950c07483 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.05.30.00
+ pkgver = 2022.06.06.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.05.30.00
+ provides = watchman=2022.06.06.00
conflicts = watchman
options = !strip
- source = https://github.com/facebook/watchman/releases/download/v2022.05.30.00/watchman-v2022.05.30.00-linux.zip
- sha256sums = 240f5a5c8f5719a4763bc2511519c25b8eda91e27cae4856464ca74087ea8c6d
+ source = https://github.com/facebook/watchman/releases/download/v2022.06.06.00/watchman-v2022.06.06.00-linux.zip
+ sha256sums = a6d15db18d9e24a4618156fb4f425c220b0fbd2800a0237b067d24e8776b9740
pkgname = watchman-bin
diff --git a/PKGBUILD b/PKGBUILD
index 56231be99a1d..725afc009719 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
pkgname=watchman-bin
-pkgver=2022.05.30.00
+pkgver=2022.06.06.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=('240f5a5c8f5719a4763bc2511519c25b8eda91e27cae4856464ca74087ea8c6d')
+sha256sums=('a6d15db18d9e24a4618156fb4f425c220b0fbd2800a0237b067d24e8776b9740')
prepare() {
cd watchman-v$pkgver-linux