summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Alexander Steffens (heftig)2021-02-22 15:00:15 +0100
committerJan Alexander Steffens (heftig)2021-02-22 15:00:31 +0100
commit4a731bb15d22f6d6942efdc4aeea6b4948e282bc (patch)
tree313b176775b14c57f1b7661b4139494c38fc3fb8
parent430eadce0f915cf4746574c7fa8ee48330235696 (diff)
downloadaur-4a731bb15d22f6d6942efdc4aeea6b4948e282bc.tar.gz
2021.02.22.00-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 407798a89d0b..30bafd0fa559 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 = 2021.02.08.00
+ pkgver = 2021.02.22.00
pkgrel = 1
url = https://facebook.github.io/watchman/
arch = x86_64
@@ -10,10 +10,10 @@ pkgbase = watchman-bin
depends = openssl
depends = google-glog
depends = gflags
- provides = watchman=2021.02.08.00
+ provides = watchman=2021.02.22.00
conflicts = watchman
- source = https://github.com/facebook/watchman/releases/download/v2021.02.08.00/watchman-v2021.02.08.00-linux.zip
- sha256sums = 77941f940319d6c2408e459f27be2e68f31302d1577614483b673d26ffd4c7c2
+ source = https://github.com/facebook/watchman/releases/download/v2021.02.22.00/watchman-v2021.02.22.00-linux.zip
+ sha256sums = 1bf2e98dec3175fcd42e3f0020124490ba59cbc308d7dd6b9e87bab9e07e402f
pkgname = watchman-bin
diff --git a/PKGBUILD b/PKGBUILD
index c661f7b67e00..9a1edd457966 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=watchman-bin
-pkgver=2021.02.08.00
+pkgver=2021.02.22.00
pkgrel=1
pkgdesc="An inotify-based file watching and job triggering command line utility"
url="https://facebook.github.io/watchman/"
@@ -11,7 +11,7 @@ provides=("watchman=$pkgver")
conflicts=(watchman)
# https://github.com/facebook/watchman/releases
source=("https://github.com/facebook/watchman/releases/download/v$pkgver/watchman-v$pkgver-linux.zip")
-sha256sums=('77941f940319d6c2408e459f27be2e68f31302d1577614483b673d26ffd4c7c2')
+sha256sums=('1bf2e98dec3175fcd42e3f0020124490ba59cbc308d7dd6b9e87bab9e07e402f')
prepare() {
python <watchman-v$pkgver-linux/bin/watchman >watchman.hex \