summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Alexander Steffens (heftig)2023-01-30 19:01:26 +0100
committerJan Alexander Steffens (heftig)2023-01-30 19:01:26 +0100
commit26fad2d3ee7bc23cb3846b233c5b659aaf77047b (patch)
tree919715408b9639f86b600e66fd5a0c68adbf6330
parent4ed2cd4318fdc69d94f106b402e904cc8c310635 (diff)
downloadaur-26fad2d3ee7bc23cb3846b233c5b659aaf77047b.tar.gz
2023.01.23.00-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c9dec09aa41..a777fe733bde 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.09.00
+ pkgver = 2023.01.23.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.09.00
+ provides = watchman=2023.01.23.00
conflicts = watchman
options = !strip
- source = https://github.com/facebook/watchman/releases/download/v2023.01.09.00/watchman-v2023.01.09.00-linux.zip
- sha256sums = 863e2a1fe426ecbde556e0b551b95c1c78ee9299793510caa15abbe0ac22b5de
+ source = https://github.com/facebook/watchman/releases/download/v2023.01.23.00/watchman-v2023.01.23.00-linux.zip
+ sha256sums = af72dac05407b0a02c11c052d042ed397dd3a48e99af14901079b9e531dc89bf
pkgname = watchman-bin
diff --git a/PKGBUILD b/PKGBUILD
index a51d0ffa1c2d..0b3650e82ef7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
pkgname=watchman-bin
-pkgver=2023.01.09.00
+pkgver=2023.01.23.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=('863e2a1fe426ecbde556e0b551b95c1c78ee9299793510caa15abbe0ac22b5de')
+sha256sums=('af72dac05407b0a02c11c052d042ed397dd3a48e99af14901079b9e531dc89bf')
prepare() {
cd watchman-v$pkgver-linux