summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Alexander Steffens (heftig)2022-08-08 14:41:21 +0200
committerJan Alexander Steffens (heftig)2022-08-08 14:41:21 +0200
commit5795856c5a0f9fb5f2ff44c1dec0d90790b6c618 (patch)
tree64f8bd8b1b7d95ac711f1271f370590649e9ab54
parentf676060e2fb7f6cd716f739808006e94b319f193 (diff)
downloadaur-5795856c5a0f9fb5f2ff44c1dec0d90790b6c618.tar.gz
2022.08.08.00-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d4ed145dab3c..d34da6f919a4 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.07.25.00
+ pkgver = 2022.08.08.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.07.25.00
+ provides = watchman=2022.08.08.00
conflicts = watchman
options = !strip
- source = https://github.com/facebook/watchman/releases/download/v2022.07.25.00/watchman-v2022.07.25.00-linux.zip
- sha256sums = ec480939e180def247851735e28022508aa66bfdd08c757f9b078dd1695be64a
+ source = https://github.com/facebook/watchman/releases/download/v2022.08.08.00/watchman-v2022.08.08.00-linux.zip
+ sha256sums = deb7575b5d79f1df63963b39803e78018a73f0785bfa6e3432964d3c723e61cc
pkgname = watchman-bin
diff --git a/PKGBUILD b/PKGBUILD
index c7293aaca342..32fc62bb13bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
pkgname=watchman-bin
-pkgver=2022.07.25.00
+pkgver=2022.08.08.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=('ec480939e180def247851735e28022508aa66bfdd08c757f9b078dd1695be64a')
+sha256sums=('deb7575b5d79f1df63963b39803e78018a73f0785bfa6e3432964d3c723e61cc')
prepare() {
cd watchman-v$pkgver-linux