diff options
author | Tim Dickson <dickson.tim@googlemail.com> | 2022-04-06 09:17:54 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-09 15:45:47 +0700 |
commit | e7e97a8a8d9a7436c02b32a0d33dd3b10a825717 (patch) | |
tree | 33aac2ab25e7634db777c9c76b8a6fcb74d9a8ab /games/edgar/edgar.SlackBuild | |
parent | 89549d6278bb248a8ee174892fbbc1693344df56 (diff) |
games/edgar: Updated for version 1.35.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/edgar/edgar.SlackBuild')
-rw-r--r-- | games/edgar/edgar.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/edgar/edgar.SlackBuild b/games/edgar/edgar.SlackBuild index 06353b173bc6d..b58538f938a23 100644 --- a/games/edgar/edgar.SlackBuild +++ b/games/edgar/edgar.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for the legend of edgar -# Copyright 2017-20 Tim Dickson, dickson.tim@googlemail.com +# Copyright 2017-22 Tim Dickson, dickson.tim@googlemail.com # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,11 +23,12 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # 20220220 bkw: Modified by SlackBuilds.org: fix github download URL. +# 20220324 updated for v1.35 cd $(dirname $0) ; CWD=$(pwd) PRGNAM=edgar -VERSION=${VERSION:-1.34} +VERSION=${VERSION:-1.35} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |