summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Alexander Steffens (heftig)2021-08-24 00:34:57 +0200
committerJan Alexander Steffens (heftig)2021-08-24 00:34:57 +0200
commitc9c443459a9b795cc52288df9365d7f8dc8a33f0 (patch)
tree744110b8e5de2348c0825ceab58ac060635e2588
parent3ae0d30e6bf319a50fabc4cad9aa42798cc9c385 (diff)
downloadaur-c9c443459a9b795cc52288df9365d7f8dc8a33f0.tar.gz
2021.08.23.00-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5bf252d5ad0c..b5415f068853 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.08.02.00
+ pkgver = 2021.08.23.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.08.02.00
+ provides = watchman=2021.08.23.00
conflicts = watchman
options = !strip
- source = https://github.com/facebook/watchman/releases/download/v2021.08.02.00/watchman-v2021.08.02.00-linux.zip
- sha256sums = ee618e2b125f3c3a691b437783cd9cc59912455d7ffbf072b53a076fdb0d8674
+ source = https://github.com/facebook/watchman/releases/download/v2021.08.23.00/watchman-v2021.08.23.00-linux.zip
+ sha256sums = a15bd0779725d2f2f511e50539ffd0b8a7a61ed793ca93f6300c10ef97b6091f
pkgname = watchman-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5da1b46b29c6..a8153367387d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=watchman-bin
-pkgver=2021.08.02.00
+pkgver=2021.08.23.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=('ee618e2b125f3c3a691b437783cd9cc59912455d7ffbf072b53a076fdb0d8674')
+sha256sums=('a15bd0779725d2f2f511e50539ffd0b8a7a61ed793ca93f6300c10ef97b6091f')
prepare() {
cd watchman-v$pkgver-linux