summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cf6d44eff961..40a103092175 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Flaviu Tamas <aur@flaviutamas.com>
pkgname=fswatch
-pkgver=1.9.2
+pkgver=1.9.3
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")
@@ -10,7 +10,7 @@ license=('GPLv3')
depends=()
makedepends=()
source=("https://github.com/emcrisostomo/fswatch/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('e8bcb9018831c353cd85a8ce5fcc427e27bdff8bfc3cace1619f6cda3527d111')
+sha256sums=('b92043fb6bde122da79025e99dda110930c5688848dc5d401e3e3bf346012a65')
build() {
cd "$pkgname-$pkgver"