summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Alexander Steffens (heftig)2023-03-06 10:20:53 -0500
committerJan Alexander Steffens (heftig)2023-03-06 10:20:53 -0500
commit1314f62e78ddd6b7aaa645becad870e6b2742d22 (patch)
tree4d8cc929c4455436b5e536ba637d4d934962867b
parent2bde0e079d34f5d23cb8d76416cddef104ea0c5c (diff)
downloadaur-1314f62e78ddd6b7aaa645becad870e6b2742d22.tar.gz
2023.03.06.00-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ce4800dafa0..bc5f33261bd9 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.02.27.00
+ pkgver = 2023.03.06.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.02.27.00
+ provides = watchman=2023.03.06.00
conflicts = watchman
options = !strip
- source = https://github.com/facebook/watchman/releases/download/v2023.02.27.00/watchman-v2023.02.27.00-linux.zip
- sha256sums = 85920bb32ff02276651e065706f6cb09f492635b9796241e5da7f89be7080f3d
+ source = https://github.com/facebook/watchman/releases/download/v2023.03.06.00/watchman-v2023.03.06.00-linux.zip
+ sha256sums = 99dfd9e35f77d9fc37f35d3339e1a2abd6b9e9e50ffb8b7e91329d3e8480642f
pkgname = watchman-bin
diff --git a/PKGBUILD b/PKGBUILD
index f273f6219750..bb4bce192c2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
pkgname=watchman-bin
-pkgver=2023.02.27.00
+pkgver=2023.03.06.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=('85920bb32ff02276651e065706f6cb09f492635b9796241e5da7f89be7080f3d')
+sha256sums=('99dfd9e35f77d9fc37f35d3339e1a2abd6b9e9e50ffb8b7e91329d3e8480642f')
prepare() {
cd watchman-v$pkgver-linux