summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Alexander Steffens (heftig)2023-08-29 22:47:34 +0200
committerJan Alexander Steffens (heftig)2023-08-29 22:47:34 +0200
commit11a3531a454702692e1b6de058e3416681619b75 (patch)
tree102d4a94d2f0038a713c1de8cd8c479267f53d80
parent33699427746d90ba7ba8d4061c52f8fe609c3ef0 (diff)
downloadaur-11a3531a454702692e1b6de058e3416681619b75.tar.gz
2023.08.28.00-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f03bb1655ce..46fc40d88371 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.14.00
+ pkgver = 2023.08.28.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.14.00
+ provides = watchman=2023.08.28.00
conflicts = watchman
options = !strip
- source = https://github.com/facebook/watchman/releases/download/v2023.08.14.00/watchman-v2023.08.14.00-linux.zip
- sha256sums = f95134cc29fb4a0249e2edac17b529f478652610a8eefcfdb1a5137732d980dd
+ source = https://github.com/facebook/watchman/releases/download/v2023.08.28.00/watchman-v2023.08.28.00-linux.zip
+ sha256sums = 283a4687f3410e34ab2d66982cafc60cfc36d8c7174031995a6bddf56c73938f
pkgname = watchman-bin
diff --git a/PKGBUILD b/PKGBUILD
index 31986609a7ac..632955cbfe16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
pkgname=watchman-bin
-pkgver=2023.08.14.00
+pkgver=2023.08.28.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=('f95134cc29fb4a0249e2edac17b529f478652610a8eefcfdb1a5137732d980dd')
+sha256sums=('283a4687f3410e34ab2d66982cafc60cfc36d8c7174031995a6bddf56c73938f')
prepare() {
cd watchman-v$pkgver-linux