diff options
author | B. Watson <yalhcru@gmail.com> | 2017-01-22 12:39:30 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-24 07:23:27 +0700 |
commit | 1799f85411ce0c189ae185ad419d627155dc5073 (patch) | |
tree | 3654b29ccd0e93a3977aa0dec0cd1422e0d9f87c /games/hatari | |
parent | 3dcae9bc6d0a59e25c0011bdb67ea9e53b744630 (diff) | |
download | slackbuilds-1799f85411ce0c189ae185ad419d627155dc5073.tar.gz |
games/hatari: Updated for version 2.0.0.
Diffstat (limited to 'games/hatari')
-rw-r--r-- | games/hatari/hatari.SlackBuild | 5 | ||||
-rw-r--r-- | games/hatari/hatari.info | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games/hatari/hatari.SlackBuild b/games/hatari/hatari.SlackBuild index 56895bf6fe..22d6e357c0 100644 --- a/games/hatari/hatari.SlackBuild +++ b/games/hatari/hatari.SlackBuild @@ -6,6 +6,9 @@ # Licensed under the WTFPL. See http://sam.zoy.org/wtfpl/ for details. +# 20170122 bkw: +# - updated for v2.0.0. + # 20160730 bkw: # - updated for v1.9.0. # - install some missing docs, including the French man page. @@ -24,7 +27,7 @@ # - add mime type and auto-associate ST disk images and executables. PRGNAM=hatari -VERSION=${VERSION:-1.9.0} +VERSION=${VERSION:-2.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/games/hatari/hatari.info b/games/hatari/hatari.info index fe2061284c..ce52b30615 100644 --- a/games/hatari/hatari.info +++ b/games/hatari/hatari.info @@ -1,7 +1,7 @@ PRGNAM="hatari" -VERSION="1.9.0" +VERSION="2.0.0" HOMEPAGE="http://hatari.tuxfamily.org/" -DOWNLOAD="http://download.tuxfamily.org/hatari/1.9.0/hatari-1.9.0.tar.bz2" +DOWNLOAD="http://download.tuxfamily.org/hatari/2.0.0/hatari-2.0.0.tar.bz2" MD5SUM="24e54b19958943dbe5ac1b1f6f32b284" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |