summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Rabert2018-05-26 19:09:22 -0400
committerAndrew Rabert2018-05-26 19:09:22 -0400
commitb5c6e427899b85f6ec78bf5a5fe51a9f08e51c8f (patch)
tree33ae2689b34cbd56a4ebeb4aa168b4e8cbe7dd25 /PKGBUILD
parent5390b3ae7cda1fa4faf46138a5414acbc791d772 (diff)
downloadaur-b5c6e427899b85f6ec78bf5a5fe51a9f08e51c8f.tar.gz
1.11.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a483f6f2dc21..52c4acf8760e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Flaviu Tamas <aur@flaviutamas.com>
pkgname=fswatch
-pkgver=1.11.2
+pkgver=1.11.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")
@@ -11,7 +11,7 @@ license=('GPLv3')
depends=()
makedepends=()
source=("https://github.com/emcrisostomo/fswatch/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('b7dadb84848ce666aac0311f9b4c739fbfee6a90c6097807a1f45ad4367294c2')
+sha256sums=('21f60ff255bd8dac72c8eb917b08c10ef2a040b380876a35357f6a860282ac83')
build() {
cd "$pkgname-$pkgver"