summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Alexander Steffens (heftig)2021-12-06 13:14:15 +0100
committerJan Alexander Steffens (heftig)2021-12-06 13:14:15 +0100
commit26ec7685e62172b73c266818da94d6d5c7b1c273 (patch)
tree1a71e3696203314e348b44ef3b71d067129bff8c
parent34d3e37a714b04349689c5f653e4a63314faa57c (diff)
downloadaur-26ec7685e62172b73c266818da94d6d5c7b1c273.tar.gz
2021.11.29.00-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7f1ed0b705a..b328935d0264 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.10.18.00
+ pkgver = 2021.11.29.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.10.18.00
+ provides = watchman=2021.11.29.00
conflicts = watchman
options = !strip
- source = https://github.com/facebook/watchman/releases/download/v2021.10.18.00/watchman-v2021.10.18.00-linux.zip
- sha256sums = 7d9ada98cbaf16f1ba6d46af8ea72e6fae24186efd35a5d9c0dcdcd910d83c5c
+ source = https://github.com/facebook/watchman/releases/download/v2021.11.29.00/watchman-v2021.11.29.00-linux.zip
+ sha256sums = dc19b4770ac223704143288914ed8cfe68a61cb254348239e513649207d8b743
pkgname = watchman-bin
diff --git a/PKGBUILD b/PKGBUILD
index f32d547be9b1..045c26a135dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
pkgname=watchman-bin
-pkgver=2021.10.18.00
+pkgver=2021.11.29.00
pkgrel=1
pkgdesc="An inotify-based file watching and job triggering command line utility"
url="https://facebook.github.io/watchman/"
@@ -16,7 +16,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=('7d9ada98cbaf16f1ba6d46af8ea72e6fae24186efd35a5d9c0dcdcd910d83c5c')
+sha256sums=('dc19b4770ac223704143288914ed8cfe68a61cb254348239e513649207d8b743')
prepare() {
cd watchman-v$pkgver-linux