summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFlaviu Tamas2016-05-05 22:37:35 -0400
committerFlaviu Tamas2016-05-05 22:37:35 -0400
commit95dd310f917b028307fbc6d71b217ce18b40ed17 (patch)
treec16084955464599d93abd5b412a9799e3db3a71b /PKGBUILD
parent07285e8e26154d18d1861aea946a02134e3eaa66 (diff)
downloadaur-95dd310f917b028307fbc6d71b217ce18b40ed17.tar.gz
Bump version to 1.9.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 071d055f1159..cf6d44eff961 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Flaviu Tamas <aur@flaviutamas.com>
pkgname=fswatch
-pkgver=1.7.0
+pkgver=1.9.2
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=('3b42c6f2fb42a5abfcbf51170b189f3f45d6181fb8af39860c47c766473c6010')
+sha256sums=('e8bcb9018831c353cd85a8ce5fcc427e27bdff8bfc3cace1619f6cda3527d111')
build() {
cd "$pkgname-$pkgver"