diff options
author | Kent Fritz <fritz.kent@gmail.com> | 2023-02-17 20:43:49 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-18 10:06:46 +0700 |
commit | d50273fdc59637b5d1a6767e31a969a63ed350f9 (patch) | |
tree | 66edee5de082f35529b07d44e11e35aa5ea744a6 /system/entr/entr.SlackBuild | |
parent | bd7916141bd36b5a27e2c506fb4f5d603f1ae7f7 (diff) |
system/entr: Updated for version 5.3.
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/entr/entr.SlackBuild')
-rw-r--r-- | system/entr/entr.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/entr/entr.SlackBuild b/system/entr/entr.SlackBuild index c6cd10db7123..122010ab4267 100644 --- a/system/entr/entr.SlackBuild +++ b/system/entr/entr.SlackBuild @@ -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} |