summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Alexander Steffens (heftig)2024-01-15 18:07:57 +0100
committerJan Alexander Steffens (heftig)2024-01-15 18:07:57 +0100
commitf30cc29b90ca8520fb3c52be7be2577e59a831a0 (patch)
tree2ffae0260d42b743178dee1f4fa9455e7a2fd87c
parentc5ca5875bf614ebabacc2a2e4b65488e95d33354 (diff)
downloadaur-f30cc29b90ca8520fb3c52be7be2577e59a831a0.tar.gz
2024.01.15.00-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6993a777c12..98916e727649 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.12.25.00
+ pkgver = 2024.01.15.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.12.25.00
+ provides = watchman=2024.01.15.00
conflicts = watchman
options = !strip
- source = https://github.com/facebook/watchman/releases/download/v2023.12.25.00/watchman-v2023.12.25.00-linux.zip
- b2sums = d77f9f91414558480955459dfc7fde727e08899ba89d1a70b09532243de0c4f8bb73a27a22e4b3f6aa3d4cbddff68fd94af2357dc86c927fa8614ce25829118b
+ source = https://github.com/facebook/watchman/releases/download/v2024.01.15.00/watchman-v2024.01.15.00-linux.zip
+ b2sums = f4a1ec28a361fdc1e4c05128fdf110839d5785ed26abc8d8cf5c8b032e01f273fa9c6dfb0cffebebd4d484cf69ed80e49d720c7d37d007567c8cbbf9b7b80f20
pkgname = watchman-bin
diff --git a/PKGBUILD b/PKGBUILD
index ae2fd2491ef4..5b265e53b9c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
pkgname=watchman-bin
-pkgver=2023.12.25.00
+pkgver=2024.01.15.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")
-b2sums=('d77f9f91414558480955459dfc7fde727e08899ba89d1a70b09532243de0c4f8bb73a27a22e4b3f6aa3d4cbddff68fd94af2357dc86c927fa8614ce25829118b')
+b2sums=('f4a1ec28a361fdc1e4c05128fdf110839d5785ed26abc8d8cf5c8b032e01f273fa9c6dfb0cffebebd4d484cf69ed80e49d720c7d37d007567c8cbbf9b7b80f20')
prepare() {
cd watchman-v$pkgver-linux