summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Alexander Steffens (heftig)2021-08-02 21:53:12 +0200
committerJan Alexander Steffens (heftig)2021-08-02 21:53:12 +0200
commit3ae0d30e6bf319a50fabc4cad9aa42798cc9c385 (patch)
tree2e2b8488d01feb38b1c67377a86ee7759e4c9f20
parent8263bf39ccc5cf258140476141ff12b2ed1eebd7 (diff)
downloadaur-3ae0d30e6bf319a50fabc4cad9aa42798cc9c385.tar.gz
2021.08.02.00-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee90f247168f..5bf252d5ad0c 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.20.00
+ pkgver = 2021.08.02.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.20.00
+ provides = watchman=2021.08.02.00
conflicts = watchman
options = !strip
- source = https://github.com/facebook/watchman/releases/download/v2021.07.20.00/watchman-v2021.07.20.00-linux.zip
- sha256sums = 732cf30cec84c7dad50110053f591009dcfdd6b4ef02c8eaa766dcd53f222d8a
+ source = https://github.com/facebook/watchman/releases/download/v2021.08.02.00/watchman-v2021.08.02.00-linux.zip
+ sha256sums = ee618e2b125f3c3a691b437783cd9cc59912455d7ffbf072b53a076fdb0d8674
pkgname = watchman-bin
diff --git a/PKGBUILD b/PKGBUILD
index f56b1ad2fb1d..5da1b46b29c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=watchman-bin
-pkgver=2021.07.20.00
+pkgver=2021.08.02.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=('732cf30cec84c7dad50110053f591009dcfdd6b4ef02c8eaa766dcd53f222d8a')
+sha256sums=('ee618e2b125f3c3a691b437783cd9cc59912455d7ffbf072b53a076fdb0d8674')
prepare() {
cd watchman-v$pkgver-linux