summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Alexander Steffens (heftig)2021-12-09 12:44:47 +0100
committerJan Alexander Steffens (heftig)2021-12-09 12:44:47 +0100
commit9f02b0d45ce194d9303430e3ef16e447cbc9a2c1 (patch)
tree7e42a54db4f44c1ce67b662e1a5e210d1507ad90
parent26ec7685e62172b73c266818da94d6d5c7b1c273 (diff)
downloadaur-9f02b0d45ce194d9303430e3ef16e447cbc9a2c1.tar.gz
2021.12.06.00-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b328935d0264..a953d8cfee6f 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.11.29.00
+ pkgver = 2021.12.06.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.11.29.00
+ provides = watchman=2021.12.06.00
conflicts = watchman
options = !strip
- source = https://github.com/facebook/watchman/releases/download/v2021.11.29.00/watchman-v2021.11.29.00-linux.zip
- sha256sums = dc19b4770ac223704143288914ed8cfe68a61cb254348239e513649207d8b743
+ source = https://github.com/facebook/watchman/releases/download/v2021.12.06.00/watchman-v2021.12.06.00-linux.zip
+ sha256sums = 877985e892a3ba6b35dd0773cba05561336b6c8d8fcc480be321a0cd41ebd9ed
pkgname = watchman-bin
diff --git a/PKGBUILD b/PKGBUILD
index 045c26a135dc..8480866368b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
pkgname=watchman-bin
-pkgver=2021.11.29.00
+pkgver=2021.12.06.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=('dc19b4770ac223704143288914ed8cfe68a61cb254348239e513649207d8b743')
+sha256sums=('877985e892a3ba6b35dd0773cba05561336b6c8d8fcc480be321a0cd41ebd9ed')
prepare() {
cd watchman-v$pkgver-linux