summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Rabert2020-07-16 18:48:11 -0400
committerAndrew Rabert2020-07-16 18:48:11 -0400
commit03469f92f458330adb1a5075e5e957e5327286c1 (patch)
tree60af1cffcea4327c946abe6d790adb7feca0b93a /PKGBUILD
parente59b65a99609eb5aafa311a7e9e63c3a7a0abdb9 (diff)
downloadaur-03469f92f458330adb1a5075e5e957e5327286c1.tar.gz
1.15.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0ef0c4e2766e..0ce391c9d25a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Contributor: Flaviu Tamas <aur@flaviutamas.com>
pkgname=fswatch
-pkgver=1.14.0
+pkgver=1.15.0
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=('44d5707adc0e46d901ba95a5dc35c5cc282bd6f331fcf9dbf9fad4af0ed5b29d')
+sha256sums=('26b4a002dc9c5f0a5a7605e2d9c60588ea338c077fccfa4473d2b9b8b8bb6f06')
build() {
cd "$pkgname-$pkgver"