summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Alexander Steffens (heftig)2023-07-08 20:05:51 +0200
committerJan Alexander Steffens (heftig)2023-07-08 20:05:51 +0200
commit5d9ea2c0fb97a500d47daf308f78785e06277a7f (patch)
tree5baa442d8f5dd8beef7db42585a4142781f97e68
parentae4c6ff121e36e8e2bfd0f04fa47631179f1dbd4 (diff)
downloadaur-5d9ea2c0fb97a500d47daf308f78785e06277a7f.tar.gz
2023.07.03.00-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 156992cf9e73..7d83bcb4f3e4 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.06.19.00
+ pkgver = 2023.07.03.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.06.19.00
+ provides = watchman=2023.07.03.00
conflicts = watchman
options = !strip
- source = https://github.com/facebook/watchman/releases/download/v2023.06.19.00/watchman-v2023.06.19.00-linux.zip
- sha256sums = e97224fa8792dd85f2d366afb2bb42f785b23840ad9986ce2d4160a584f7daea
+ source = https://github.com/facebook/watchman/releases/download/v2023.07.03.00/watchman-v2023.07.03.00-linux.zip
+ sha256sums = f8a387feca11e5f0461bdb3ba0517957574f98eb1013d7a92c2dfe1a809b385f
pkgname = watchman-bin
diff --git a/PKGBUILD b/PKGBUILD
index cb3f73f6b108..28c79ab88123 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
pkgname=watchman-bin
-pkgver=2023.06.19.00
+pkgver=2023.07.03.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=('e97224fa8792dd85f2d366afb2bb42f785b23840ad9986ce2d4160a584f7daea')
+sha256sums=('f8a387feca11e5f0461bdb3ba0517957574f98eb1013d7a92c2dfe1a809b385f')
prepare() {
cd watchman-v$pkgver-linux