mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/fswatch: Updated for version 1.16.0.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
283e6361c5
commit
4f4e2916dc
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=fswatch
|
||||
VERSION=${VERSION:-1.11.2}
|
||||
VERSION=${VERSION:-1.16.0}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="fswatch"
|
||||
VERSION="1.11.2"
|
||||
VERSION="1.16.0"
|
||||
HOMEPAGE="https://github.com/emcrisostomo/fswatch"
|
||||
DOWNLOAD="https://github.com/emcrisostomo/fswatch/releases/download/1.11.2/fswatch-1.11.2.tar.gz"
|
||||
MD5SUM="aacebb97d5415dc31bd113d4b330cac0"
|
||||
DOWNLOAD="https://github.com/emcrisostomo/fswatch/releases/download/1.16.0/fswatch-1.16.0.tar.gz"
|
||||
MD5SUM="c528adeded47c2bd978044245737b6cc"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue