summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Alexander Steffens (heftig)2023-05-10 00:31:36 +0200
committerJan Alexander Steffens (heftig)2023-05-10 00:31:36 +0200
commit5f834b0311c1c40b57da7607f3db5c7431b69e05 (patch)
treebca0fc6470d663d194211993d13b6626618ee99d
parent1314f62e78ddd6b7aaa645becad870e6b2742d22 (diff)
downloadaur-5f834b0311c1c40b57da7607f3db5c7431b69e05.tar.gz
2023.05.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 bc5f33261bd9..25a8290f6097 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.03.06.00
+ pkgver = 2023.05.08.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.03.06.00
+ provides = watchman=2023.05.08.00
conflicts = watchman
options = !strip
- source = https://github.com/facebook/watchman/releases/download/v2023.03.06.00/watchman-v2023.03.06.00-linux.zip
- sha256sums = 99dfd9e35f77d9fc37f35d3339e1a2abd6b9e9e50ffb8b7e91329d3e8480642f
+ source = https://github.com/facebook/watchman/releases/download/v2023.05.08.00/watchman-v2023.05.08.00-linux.zip
+ sha256sums = 1842b869d7d8aae27dd4f17c5568ca5796d1eddd266d2cac65038bc132f155f7
pkgname = watchman-bin
diff --git a/PKGBUILD b/PKGBUILD
index bb4bce192c2c..60e2f6c00555 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
pkgname=watchman-bin
-pkgver=2023.03.06.00
+pkgver=2023.05.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=('99dfd9e35f77d9fc37f35d3339e1a2abd6b9e9e50ffb8b7e91329d3e8480642f')
+sha256sums=('1842b869d7d8aae27dd4f17c5568ca5796d1eddd266d2cac65038bc132f155f7')
prepare() {
cd watchman-v$pkgver-linux