summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Alexander Steffens (heftig)2022-10-12 19:50:00 +0200
committerJan Alexander Steffens (heftig)2022-10-12 19:50:00 +0200
commit2f3a7f2a021151786e3004b49d999629eeba0156 (patch)
tree426269876687c2c95b788091c33a41ecfa5a6d82
parent44316f6f8013559de3b17436c76b83e455d43b41 (diff)
downloadaur-2f3a7f2a021151786e3004b49d999629eeba0156.tar.gz
2022.10.10.00-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 970a96f287a2..ad41d329504a 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.09.26.00
+ pkgver = 2022.10.10.00
pkgrel = 1
url = https://facebook.github.io/watchman/
install = watchman.install
@@ -10,10 +10,10 @@ pkgbase = watchman-bin
makedepends = python
depends = openssl
depends = gcc11-libs
- provides = watchman=2022.09.26.00
+ provides = watchman=2022.10.10.00
conflicts = watchman
options = !strip
- source = https://github.com/facebook/watchman/releases/download/v2022.09.26.00/watchman-v2022.09.26.00-linux.zip
- sha256sums = ea3fa4a88963546770b1cf8989f8114530c5301bc7e63474f8bde9156cdbc801
+ source = https://github.com/facebook/watchman/releases/download/v2022.10.10.00/watchman-v2022.10.10.00-linux.zip
+ sha256sums = 51dbf1ae1243f64fc5adf277ed5b694cd67f2fcedcd9f0dae78826bf6ba5930b
pkgname = watchman-bin
diff --git a/PKGBUILD b/PKGBUILD
index d85999699159..91970001da04 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
pkgname=watchman-bin
-pkgver=2022.09.26.00
+pkgver=2022.10.10.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=('ea3fa4a88963546770b1cf8989f8114530c5301bc7e63474f8bde9156cdbc801')
+sha256sums=('51dbf1ae1243f64fc5adf277ed5b694cd67f2fcedcd9f0dae78826bf6ba5930b')
prepare() {
cd watchman-v$pkgver-linux