summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Alexander Steffens (heftig)2023-09-26 09:09:52 +0200
committerJan Alexander Steffens (heftig)2023-09-26 09:09:52 +0200
commitd98568fb252839710d0b427598c6c9e89ffe45a5 (patch)
tree248639ffb79b543c2e12778f43bc95267b3cf0a4
parent11a3531a454702692e1b6de058e3416681619b75 (diff)
downloadaur-d98568fb252839710d0b427598c6c9e89ffe45a5.tar.gz
2023.09.18.00-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46fc40d88371..dfff772d0be5 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 = 2023.08.28.00
+ pkgver = 2023.09.18.00
pkgrel = 1
url = https://facebook.github.io/watchman/
install = watchman.install
@@ -10,10 +10,10 @@ pkgbase = watchman-bin
makedepends = python
depends = openssl-1.1
depends = gcc-libs
- provides = watchman=2023.08.28.00
+ provides = watchman=2023.09.18.00
conflicts = watchman
options = !strip
- source = https://github.com/facebook/watchman/releases/download/v2023.08.28.00/watchman-v2023.08.28.00-linux.zip
- sha256sums = 283a4687f3410e34ab2d66982cafc60cfc36d8c7174031995a6bddf56c73938f
+ source = https://github.com/facebook/watchman/releases/download/v2023.09.18.00/watchman-v2023.09.18.00-linux.zip
+ sha256sums = 34177f986cd959329861aed3ff1ceba8fbb2fcba957beadad51928487313e1fe
pkgname = watchman-bin
diff --git a/PKGBUILD b/PKGBUILD
index 632955cbfe16..d22498d90aa2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
pkgname=watchman-bin
-pkgver=2023.08.28.00
+pkgver=2023.09.18.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=('283a4687f3410e34ab2d66982cafc60cfc36d8c7174031995a6bddf56c73938f')
+sha256sums=('34177f986cd959329861aed3ff1ceba8fbb2fcba957beadad51928487313e1fe')
prepare() {
cd watchman-v$pkgver-linux