diff options
author | Kent Fritz <fritz.kent@gmail.com> | 2022-07-10 22:06:10 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-07-17 06:40:06 +0700 |
commit | cab750cb959b30765b5f61c783048c232226e8db (patch) | |
tree | 2262270280d41690b0202982ffcd6e7affdd7270 /system/entr | |
parent | a93c54b8d3f61ce4054756b402f604249790d8ab (diff) |
system/entr: Updated for version 5.2.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/entr')
-rw-r--r-- | system/entr/entr.SlackBuild | 4 | ||||
-rw-r--r-- | system/entr/entr.info | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/system/entr/entr.SlackBuild b/system/entr/entr.SlackBuild index 0f9bac1be6695..c6cd10db71236 100644 --- a/system/entr/entr.SlackBuild +++ b/system/entr/entr.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for entr -# Copyright 2014-2020 Kent Fritz, Mountain View, CA +# Copyright 2014-2022 Kent Fritz, Mountain View, CA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=entr -VERSION=${VERSION:-4.6} +VERSION=${VERSION:-5.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/entr/entr.info b/system/entr/entr.info index e789b0c1fd333..1165d13ff7d42 100644 --- a/system/entr/entr.info +++ b/system/entr/entr.info @@ -1,8 +1,8 @@ PRGNAM="entr" -VERSION="4.6" -HOMEPAGE="http://entrproject.org" -DOWNLOAD="http://entrproject.org/code/entr-4.6.tar.gz" -MD5SUM="e91417c7096bb94cbe8a8d2976223cb8" +VERSION="5.2" +HOMEPAGE="http://eradman.com/entrproject" +DOWNLOAD="http://eradman.com/entrproject/code/entr-5.2.tar.gz" +MD5SUM="e4ee952b68fec211d045a015348424f8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |