summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Rabert2022-06-26 02:05:27 -0400
committerAndrew Rabert2022-06-26 02:05:27 -0400
commite289969f3ffa15fab3cebd3707b8eb2ba84fdbc0 (patch)
tree3a787baf053682bd0a6540d8f817b10ce9b6e6c9
parenta23a147d6d48dee80a206a314b05251d7e52f87c (diff)
downloadaur-e289969f3ffa15fab3cebd3707b8eb2ba84fdbc0.tar.gz
1.17.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae13ba94c1c4..9268e70cffb0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
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.16.0
+ pkgver = 1.17.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.16.0/fswatch-1.16.0.tar.gz
- sha256sums = 95ece85eb01af71e99afef0173755fcedb737b639163f8efc7fed674f6f5372f
+ source = https://github.com/emcrisostomo/fswatch/releases/download/1.17.0/fswatch-1.17.0.tar.gz
+ sha256sums = 988d9fca774eb9b2d1b3575ef56c5ce7fdcc718dbabaf727178651eac11bdabc
pkgname = fswatch
diff --git a/PKGBUILD b/PKGBUILD
index 60821b7eaba5..f348e016123b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Contributor: Flaviu Tamas <aur@flaviutamas.com>
pkgname=fswatch
-pkgver=1.16.0
+pkgver=1.17.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=('95ece85eb01af71e99afef0173755fcedb737b639163f8efc7fed674f6f5372f')
+sha256sums=('988d9fca774eb9b2d1b3575ef56c5ce7fdcc718dbabaf727178651eac11bdabc')
build() {
cd "$pkgname-$pkgver"