summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Alexander Steffens (heftig)2023-06-12 12:15:46 +0200
committerJan Alexander Steffens (heftig)2023-06-12 12:15:46 +0200
commitc645edcf29754c9199ead8b5df6debad20c53241 (patch)
tree9907f4ea27ad4c32ede13035c712fa9d36971f1e
parentaaf9bbc2e85f4740b2f81d2af9b8f1910a7f1c79 (diff)
downloadaur-c645edcf29754c9199ead8b5df6debad20c53241.tar.gz
2023.06.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 cd8f676450b5..66d16d28605b 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.05.22.00
+ pkgver = 2023.06.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=2023.05.22.00
+ provides = watchman=2023.06.12.00
conflicts = watchman
options = !strip
- source = https://github.com/facebook/watchman/releases/download/v2023.05.22.00/watchman-v2023.05.22.00-linux.zip
- sha256sums = 2998f43d418f1e82c985aa9d682353942098adb6ff0906a2544bbb297d6fd665
+ source = https://github.com/facebook/watchman/releases/download/v2023.06.12.00/watchman-v2023.06.12.00-linux.zip
+ sha256sums = fafeea10760cac4ac66874a93bdc423e8a772bf8158b58cb20628349215ce890
pkgname = watchman-bin
diff --git a/PKGBUILD b/PKGBUILD
index 979d93e8f452..7f8dcfa39109 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
pkgname=watchman-bin
-pkgver=2023.05.22.00
+pkgver=2023.06.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=('2998f43d418f1e82c985aa9d682353942098adb6ff0906a2544bbb297d6fd665')
+sha256sums=('fafeea10760cac4ac66874a93bdc423e8a772bf8158b58cb20628349215ce890')
prepare() {
cd watchman-v$pkgver-linux