mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/entr: Updated for version 5.3.
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
bd7916141b
commit
d50273fdc5
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=entr
|
||||
VERSION=${VERSION:-5.2}
|
||||
VERSION=${VERSION:-5.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="entr"
|
||||
VERSION="5.2"
|
||||
VERSION="5.3"
|
||||
HOMEPAGE="http://eradman.com/entrproject"
|
||||
DOWNLOAD="http://eradman.com/entrproject/code/entr-5.2.tar.gz"
|
||||
MD5SUM="e4ee952b68fec211d045a015348424f8"
|
||||
DOWNLOAD="http://eradman.com/entrproject/code/entr-5.3.tar.gz"
|
||||
MD5SUM="824b606a63e7b7c50dd4fb26cf34214b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue