diff options
Diffstat (limited to 'games/hatari/hatari.SlackBuild')
-rw-r--r-- | games/hatari/hatari.SlackBuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/games/hatari/hatari.SlackBuild b/games/hatari/hatari.SlackBuild index 1dfede04641a..87f9dcb70379 100644 --- a/games/hatari/hatari.SlackBuild +++ b/games/hatari/hatari.SlackBuild @@ -6,8 +6,9 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. -# 20180612 bkw: -# - updated for v2.1.0. +# 20191130 bkw: updated for v2.2.1. + +# 20180612 bkw: updated for v2.1.0. # 20170307 bkw: # - BUILD=2 @@ -22,8 +23,7 @@ # package, but it's missing some of the stuff from my hatari.xml. The # new hatari.xml incorporates upstream's new stuff. -# 20170122 bkw: -# - updated for v2.0.0. +# 20170122 bkw: updated for v2.0.0. # 20160730 bkw: # - updated for v1.9.0. @@ -43,7 +43,7 @@ # - add mime type and auto-associate ST disk images and executables. PRGNAM=hatari -VERSION=${VERSION:-2.1.0} +VERSION=${VERSION:-2.2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |