summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Alexander Steffens (heftig)2021-07-22 22:05:43 +0200
committerJan Alexander Steffens (heftig)2021-07-22 22:05:43 +0200
commit8263bf39ccc5cf258140476141ff12b2ed1eebd7 (patch)
treec8e8389c0fff4a56e0ca7628561272041cca6abc
parentaa86bfac41363fafd182fb09db8944a76be4dff7 (diff)
downloadaur-8263bf39ccc5cf258140476141ff12b2ed1eebd7.tar.gz
2021.07.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 4e22747444be..ee90f247168f 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.07.12.00
+ pkgver = 2021.07.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 = gcc-libs
- provides = watchman=2021.07.12.00
+ provides = watchman=2021.07.20.00
conflicts = watchman
options = !strip
- source = https://github.com/facebook/watchman/releases/download/v2021.07.12.00/watchman-v2021.07.12.00-linux.zip
- sha256sums = 5bc13a66ccff80764c32ca770d0a9dea3da13a9b8577408cb55d206b61443cd9
+ source = https://github.com/facebook/watchman/releases/download/v2021.07.20.00/watchman-v2021.07.20.00-linux.zip
+ sha256sums = 732cf30cec84c7dad50110053f591009dcfdd6b4ef02c8eaa766dcd53f222d8a
pkgname = watchman-bin
diff --git a/PKGBUILD b/PKGBUILD
index 7ec37bbb60b3..f56b1ad2fb1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=watchman-bin
-pkgver=2021.07.12.00
+pkgver=2021.07.20.00
pkgrel=1
pkgdesc="An inotify-based file watching and job triggering command line utility"
url="https://facebook.github.io/watchman/"
@@ -14,7 +14,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=('5bc13a66ccff80764c32ca770d0a9dea3da13a9b8577408cb55d206b61443cd9')
+sha256sums=('732cf30cec84c7dad50110053f591009dcfdd6b4ef02c8eaa766dcd53f222d8a')
prepare() {
cd watchman-v$pkgver-linux