summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Rabert2018-09-27 20:12:14 -0400
committerAndrew Rabert2018-09-27 20:12:14 -0400
commit28eced7aba8329a3abbb99358a91116a060244f3 (patch)
tree3332c427ce5f33caf24bcd725dd1cdec72bfd8e3 /PKGBUILD
parentfc5fbf1a74191adc37cf7f4c0e2dbe52496b32c9 (diff)
downloadaur-28eced7aba8329a3abbb99358a91116a060244f3.tar.gz
Release version 1.13.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 92f43d19f70d..f55950862afb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Flaviu Tamas <aur@flaviutamas.com>
pkgname=fswatch
-pkgver=1.12.0
+pkgver=1.13.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")
@@ -11,7 +11,7 @@ license=('GPLv3')
depends=()
makedepends=()
source=("https://github.com/emcrisostomo/fswatch/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('8042da283b34dc383ff6321254163e378d4f3cd5d8df87ff608f811ea33e6a83')
+sha256sums=('90bcf0e02fa586251aa3233cb805ca4087e81de2c5960150a0676cc42f8534bb')
build() {
cd "$pkgname-$pkgver"