summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Alexander Steffens (heftig)2021-07-05 16:54:15 +0200
committerJan Alexander Steffens (heftig)2021-07-05 16:54:15 +0200
commit2b74e6602b917e08eea34edea844bf00785d63d4 (patch)
tree62b0817e039a4a6ebd0d9a9f2d7758eca3284fdd
parentcd2d6d2cbcfa22dab2b6590a5218591f322270a4 (diff)
downloadaur-2b74e6602b917e08eea34edea844bf00785d63d4.tar.gz
2021.07.05.00-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 193e77001562..36a1e09c7167 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.05.24.00
+ pkgver = 2021.07.05.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.05.24.00
+ provides = watchman=2021.07.05.00
conflicts = watchman
options = !strip
- source = https://github.com/facebook/watchman/releases/download/v2021.05.24.00/watchman-v2021.05.24.00-linux.zip
- sha256sums = 75e63ac81703f06815db99a4e33d23b0ad87f907bd592796d7eef679e9123e81
+ source = https://github.com/facebook/watchman/releases/download/v2021.07.05.00/watchman-v2021.07.05.00-linux.zip
+ sha256sums = e95c1671d61228eadfcf72758235cd013813e4a8f888b465375f1446809d80c0
pkgname = watchman-bin
diff --git a/PKGBUILD b/PKGBUILD
index ae2843e5b5d0..004e0ed076ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=watchman-bin
-pkgver=2021.05.24.00
+pkgver=2021.07.05.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=('75e63ac81703f06815db99a4e33d23b0ad87f907bd592796d7eef679e9123e81')
+sha256sums=('e95c1671d61228eadfcf72758235cd013813e4a8f888b465375f1446809d80c0')
prepare() {
cd watchman-v$pkgver-linux