summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Rabert2018-09-27 20:12:14 -0400
committerAndrew Rabert2018-09-27 20:12:14 -0400
commit28eced7aba8329a3abbb99358a91116a060244f3 (patch)
tree3332c427ce5f33caf24bcd725dd1cdec72bfd8e3
parentfc5fbf1a74191adc37cf7f4c0e2dbe52496b32c9 (diff)
downloadaur-28eced7aba8329a3abbb99358a91116a060244f3.tar.gz
Release version 1.13.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0fe4039d1e70..960843ada50e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = fswatch
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
- pkgver = 1.12.0
+ pkgver = 1.13.0
pkgrel = 1
url = https://emcrisostomo.github.io/fswatch/
arch = i686
arch = x86_64
license = GPLv3
- source = https://github.com/emcrisostomo/fswatch/releases/download/1.12.0/fswatch-1.12.0.tar.gz
- sha256sums = 8042da283b34dc383ff6321254163e378d4f3cd5d8df87ff608f811ea33e6a83
+ source = https://github.com/emcrisostomo/fswatch/releases/download/1.13.0/fswatch-1.13.0.tar.gz
+ sha256sums = 90bcf0e02fa586251aa3233cb805ca4087e81de2c5960150a0676cc42f8534bb
pkgname = fswatch
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"