summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Alexander Steffens (heftig)2022-12-13 01:02:40 +0100
committerJan Alexander Steffens (heftig)2022-12-13 01:02:40 +0100
commitafdb7ad551ff32d9f0d859748b8ffd03d4878457 (patch)
tree38efee49f6a9b54c9952f5efedd906341c136abb
parentd2a623baa169d5e2568044bb08ed7cfaa52858d7 (diff)
downloadaur-afdb7ad551ff32d9f0d859748b8ffd03d4878457.tar.gz
2022.12.12.00-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac81d2851aa7..00319a5739e4 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 = 2022.12.05.00
+ pkgver = 2022.12.12.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=2022.12.05.00
+ provides = watchman=2022.12.12.00
conflicts = watchman
options = !strip
- source = https://github.com/facebook/watchman/releases/download/v2022.12.05.00/watchman-v2022.12.05.00-linux.zip
- sha256sums = c4c7ab396dcfa635b236f584f4894cad4080512fa138bbd82e9b349bf4ae7e1b
+ source = https://github.com/facebook/watchman/releases/download/v2022.12.12.00/watchman-v2022.12.12.00-linux.zip
+ sha256sums = fa3c263e49687b985f8806416a23b06ac432084589893739233ae7837dbfd356
pkgname = watchman-bin
diff --git a/PKGBUILD b/PKGBUILD
index 9a1dc569b4ff..31d343bd47b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
pkgname=watchman-bin
-pkgver=2022.12.05.00
+pkgver=2022.12.12.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=('c4c7ab396dcfa635b236f584f4894cad4080512fa138bbd82e9b349bf4ae7e1b')
+sha256sums=('fa3c263e49687b985f8806416a23b06ac432084589893739233ae7837dbfd356')
prepare() {
cd watchman-v$pkgver-linux