summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Alexander Steffens (heftig)2023-02-06 18:45:08 +0100
committerJan Alexander Steffens (heftig)2023-02-06 18:45:08 +0100
commit615c96bc7d4f8d88cfff945d6e68d924f68ebfac (patch)
tree52545953f2d47a0f6d1e1b15c172a1d8e861b86e
parent72363ec3a13a362ecd05a7c1944b3755e6ced5cd (diff)
downloadaur-615c96bc7d4f8d88cfff945d6e68d924f68ebfac.tar.gz
2023.02.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 7dfffca257d9..13964c918807 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.01.30.00
+ pkgver = 2023.02.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.01.30.00
+ provides = watchman=2023.02.06.00
conflicts = watchman
options = !strip
- source = https://github.com/facebook/watchman/releases/download/v2023.01.30.00/watchman-v2023.01.30.00-linux.zip
- sha256sums = 071f332aff7b79a3e9ef4e272f7e459cada2bbfe0e4d6293ad4118b7655482ac
+ source = https://github.com/facebook/watchman/releases/download/v2023.02.06.00/watchman-v2023.02.06.00-linux.zip
+ sha256sums = d06e4b434bfeb8a91ecb878ed38b11de6fc4a4446056e5d65cc7e05c2c1ca72f
pkgname = watchman-bin
diff --git a/PKGBUILD b/PKGBUILD
index 880d630a3c66..1ab0c46b6e81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
pkgname=watchman-bin
-pkgver=2023.01.30.00
+pkgver=2023.02.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=('071f332aff7b79a3e9ef4e272f7e459cada2bbfe0e4d6293ad4118b7655482ac')
+sha256sums=('d06e4b434bfeb8a91ecb878ed38b11de6fc4a4446056e5d65cc7e05c2c1ca72f')
prepare() {
cd watchman-v$pkgver-linux