summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Alexander Steffens (heftig)2021-02-03 18:45:47 +0100
committerJan Alexander Steffens (heftig)2021-02-03 18:45:47 +0100
commit158dc27906d39266e76280241435d30e0ddcd4a3 (patch)
treea44aadad664773551fe287a9978458c82e980f89
parentbc1b5537e72b944ff0baad79b130ae48c3e467f9 (diff)
downloadaur-158dc27906d39266e76280241435d30e0ddcd4a3.tar.gz
2021.02.01.00-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b8096e75be0..89566c9e1f77 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.01.18.00
+ pkgver = 2021.02.01.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.01.18.00
+ provides = watchman=2021.02.01.00
conflicts = watchman
- source = https://github.com/facebook/watchman/releases/download/v2021.01.18.00/watchman-v2021.01.18.00-linux.zip
- sha256sums = 67f8a7eb5c270da5c609a24ba218eb947026b6d154edbcc5cacbf921fd2a8708
+ source = https://github.com/facebook/watchman/releases/download/v2021.02.01.00/watchman-v2021.02.01.00-linux.zip
+ sha256sums = 4e5e8176ed11964401fa98bbdfe3c01d4d51809c83c2338067ebae1fad4be68d
pkgname = watchman-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8a8fa7cbb76a..117febafd8d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=watchman-bin
-pkgver=2021.01.18.00
+pkgver=2021.02.01.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=('67f8a7eb5c270da5c609a24ba218eb947026b6d154edbcc5cacbf921fd2a8708')
+sha256sums=('4e5e8176ed11964401fa98bbdfe3c01d4d51809c83c2338067ebae1fad4be68d')
prepare() {
python <watchman-v$pkgver-linux/bin/watchman >watchman.hex \