diff options
author | B. Watson <yalhcru@gmail.com> | 2018-06-12 04:08:38 -0400 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-06-14 01:14:26 +0100 |
commit | ba9c2708bcd7e6e32c1a101c816f7c154204eeee (patch) | |
tree | 7e7043197a8373c4fb7dd11f170178d582b32cfc /games/hatari/hatari.SlackBuild | |
parent | d82405996ae905d1440583c1c00b6b33ae77ee6c (diff) | |
download | slackbuilds-ba9c2708bcd7e6e32c1a101c816f7c154204eeee.tar.gz |
games/hatari: Updated for version 2.1.0.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'games/hatari/hatari.SlackBuild')
-rw-r--r-- | games/hatari/hatari.SlackBuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/games/hatari/hatari.SlackBuild b/games/hatari/hatari.SlackBuild index 723bda4f79..1dfede0464 100644 --- a/games/hatari/hatari.SlackBuild +++ b/games/hatari/hatari.SlackBuild @@ -6,6 +6,9 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20180612 bkw: +# - updated for v2.1.0. + # 20170307 bkw: # - BUILD=2 # - add missing mkdir -p $TMP $PKG $OUTPUT (wtf did I do?!) @@ -40,8 +43,8 @@ # - add mime type and auto-associate ST disk images and executables. PRGNAM=hatari -VERSION=${VERSION:-2.0.0} -BUILD=${BUILD:-2} +VERSION=${VERSION:-2.1.0} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then |