summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Alexander Steffens (heftig)2023-06-11 04:07:58 +0200
committerJan Alexander Steffens (heftig)2023-06-11 04:07:58 +0200
commitaaf9bbc2e85f4740b2f81d2af9b8f1910a7f1c79 (patch)
tree7c93dfed69a0740e1f8560ec907007d86d2a8740
parent5f834b0311c1c40b57da7607f3db5c7431b69e05 (diff)
downloadaur-aaf9bbc2e85f4740b2f81d2af9b8f1910a7f1c79.tar.gz
2023.05.22.00-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 25a8290f6097..cd8f676450b5 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.05.08.00
+ pkgver = 2023.05.22.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.05.08.00
+ provides = watchman=2023.05.22.00
conflicts = watchman
options = !strip
- source = https://github.com/facebook/watchman/releases/download/v2023.05.08.00/watchman-v2023.05.08.00-linux.zip
- sha256sums = 1842b869d7d8aae27dd4f17c5568ca5796d1eddd266d2cac65038bc132f155f7
+ source = https://github.com/facebook/watchman/releases/download/v2023.05.22.00/watchman-v2023.05.22.00-linux.zip
+ sha256sums = 2998f43d418f1e82c985aa9d682353942098adb6ff0906a2544bbb297d6fd665
pkgname = watchman-bin
diff --git a/PKGBUILD b/PKGBUILD
index 60e2f6c00555..979d93e8f452 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
pkgname=watchman-bin
-pkgver=2023.05.08.00
+pkgver=2023.05.22.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=('1842b869d7d8aae27dd4f17c5568ca5796d1eddd266d2cac65038bc132f155f7')
+sha256sums=('2998f43d418f1e82c985aa9d682353942098adb6ff0906a2544bbb297d6fd665')
prepare() {
cd watchman-v$pkgver-linux