summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Alexander Steffens (heftig)2023-08-07 18:35:03 +0200
committerJan Alexander Steffens (heftig)2023-08-07 18:35:03 +0200
commite99329bff6846183065a9b49d767b602f9a1cb2d (patch)
tree97f632bd1060e15d678fee34cab0dbafd5dd7610
parentb1dd27166f9485c84dbb389c7856a0372f470f41 (diff)
downloadaur-e99329bff6846183065a9b49d767b602f9a1cb2d.tar.gz
2023.08.07.00-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44a1e7f6847d..9e17870e6d76 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.07.10.00
+ pkgver = 2023.08.07.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.07.10.00
+ provides = watchman=2023.08.07.00
conflicts = watchman
options = !strip
- source = https://github.com/facebook/watchman/releases/download/v2023.07.10.00/watchman-v2023.07.10.00-linux.zip
- sha256sums = 60241b472d6a1fe38d6970198061ecbf0675e05097f645ebb6ab3f0db73cd4a6
+ source = https://github.com/facebook/watchman/releases/download/v2023.08.07.00/watchman-v2023.08.07.00-linux.zip
+ sha256sums = d2dc9cabf8e9605c77efdbce170781ef76a7346786649ffdad7aa1641810ae5c
pkgname = watchman-bin
diff --git a/PKGBUILD b/PKGBUILD
index 47fe98b9f3de..b101adec20d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
pkgname=watchman-bin
-pkgver=2023.07.10.00
+pkgver=2023.08.07.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=('60241b472d6a1fe38d6970198061ecbf0675e05097f645ebb6ab3f0db73cd4a6')
+sha256sums=('d2dc9cabf8e9605c77efdbce170781ef76a7346786649ffdad7aa1641810ae5c')
prepare() {
cd watchman-v$pkgver-linux