summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Alexander Steffens (heftig)2022-07-05 11:35:02 +0200
committerJan Alexander Steffens (heftig)2022-07-05 11:35:02 +0200
commitb4f412cd9dc569ffd8c8ea66f42444fdfd837d9c (patch)
tree125b037f2acd325fd503a710e6bc8d2335ff61c5
parent920e61fa486ae0d056f2fc1dade4243dfeec7b49 (diff)
downloadaur-b4f412cd9dc569ffd8c8ea66f42444fdfd837d9c.tar.gz
2022.07.04.00-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb32749c3cc2..654c6552f0f1 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 = 2022.06.20.00
+ pkgver = 2022.07.04.00
pkgrel = 1
url = https://facebook.github.io/watchman/
install = watchman.install
@@ -10,10 +10,10 @@ pkgbase = watchman-bin
makedepends = python
depends = openssl
depends = gcc11-libs
- provides = watchman=2022.06.20.00
+ provides = watchman=2022.07.04.00
conflicts = watchman
options = !strip
- source = https://github.com/facebook/watchman/releases/download/v2022.06.20.00/watchman-v2022.06.20.00-linux.zip
- sha256sums = 977c4a4d7e2fe2c5e2dd9ade06a1f026da4187556a13ba41405e72b5f8ac6c6e
+ source = https://github.com/facebook/watchman/releases/download/v2022.07.04.00/watchman-v2022.07.04.00-linux.zip
+ sha256sums = 971a8af67c58b7cf85777bd3c583ad1ef55e28e8430325ceb370dd374013d1fe
pkgname = watchman-bin
diff --git a/PKGBUILD b/PKGBUILD
index c66a7654e94a..d9f8cdeaee9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
pkgname=watchman-bin
-pkgver=2022.06.20.00
+pkgver=2022.07.04.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=('977c4a4d7e2fe2c5e2dd9ade06a1f026da4187556a13ba41405e72b5f8ac6c6e')
+sha256sums=('971a8af67c58b7cf85777bd3c583ad1ef55e28e8430325ceb370dd374013d1fe')
prepare() {
cd watchman-v$pkgver-linux