diff options
Diffstat (limited to 'games/megamario/megamario.SlackBuild')
-rw-r--r-- | games/megamario/megamario.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/megamario/megamario.SlackBuild b/games/megamario/megamario.SlackBuild index 4eeb235dd0a03..96e96f64c0e0e 100644 --- a/games/megamario/megamario.SlackBuild +++ b/games/megamario/megamario.SlackBuild @@ -6,6 +6,8 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20230107 bkw: BUILD=3, use https homepage, fix doinst.sh. + # 20211022 bkw: BUILD=2 # - new-style icons. # - make the in-game music work (by transcoding it to ogg). @@ -14,7 +16,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=megamario VERSION=${VERSION:-1.7} -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |