summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Rabert2022-07-01 12:18:39 -0400
committerAndrew Rabert2022-07-01 12:18:39 -0400
commitbcbe1c1d8a973db40687f9716c19e2e98849bfb4 (patch)
tree097b626a6ab7e7946f7c6ad5f093710ca59482c9 /PKGBUILD
parente289969f3ffa15fab3cebd3707b8eb2ba84fdbc0 (diff)
downloadaur-fswatch.tar.gz
1.17.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f348e016123b..83ee193d5c94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Contributor: Flaviu Tamas <aur@flaviutamas.com>
pkgname=fswatch
-pkgver=1.17.0
+pkgver=1.17.1
pkgrel=1
pkgdesc="A cross-platform file change monitor with multiple backends: Apple OS X File System Events API, *BSD kqueue, Linux inotify, Microsoft Windows and a stat-based backend"
arch=("i686" "x86_64")
url="https://emcrisostomo.github.io/fswatch/"
license=('GPLv3')
source=("https://github.com/emcrisostomo/fswatch/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('988d9fca774eb9b2d1b3575ef56c5ce7fdcc718dbabaf727178651eac11bdabc')
+sha256sums=('c38e341c567f5f16bfa64b72fc48bba5e93873d8572522e670e6f320bbc2122f')
build() {
cd "$pkgname-$pkgver"