summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Alexander Steffens (heftig)2022-02-28 18:24:08 +0100
committerJan Alexander Steffens (heftig)2022-02-28 18:24:08 +0100
commit11b8b9ea8d4e5f38b7a83acb3f7b6e269b53b7b3 (patch)
tree491042b7e5aa6c4e642d239c3b55b69aaa5b530f
parent05965a4321b1b7478bf3630addf6fa536816a784 (diff)
downloadaur-11b8b9ea8d4e5f38b7a83acb3f7b6e269b53b7b3.tar.gz
2022.02.28.00-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bdc3ea46441e..b7371075ac78 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.02.21.00
+ pkgver = 2022.02.28.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.02.21.00
+ provides = watchman=2022.02.28.00
conflicts = watchman
options = !strip
- source = https://github.com/facebook/watchman/releases/download/v2022.02.21.00/watchman-v2022.02.21.00-linux.zip
- sha256sums = 22a3d2aa7c9e1d62aa6f2ae7522fcaab9738c43ae8dfb6ea053f58144789936f
+ source = https://github.com/facebook/watchman/releases/download/v2022.02.28.00/watchman-v2022.02.28.00-linux.zip
+ sha256sums = 37d1a8428da156a12d8ab3d21b557f33efc1011b3a70fc64046850114a4a6ac7
pkgname = watchman-bin
diff --git a/PKGBUILD b/PKGBUILD
index 809e8e980bcb..5f42aafa9579 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
pkgname=watchman-bin
-pkgver=2022.02.21.00
+pkgver=2022.02.28.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=('22a3d2aa7c9e1d62aa6f2ae7522fcaab9738c43ae8dfb6ea053f58144789936f')
+sha256sums=('37d1a8428da156a12d8ab3d21b557f33efc1011b3a70fc64046850114a4a6ac7')
prepare() {
cd watchman-v$pkgver-linux