games/hatari: Updated for version 2.2.1.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
fa5289870c
commit
d7fad12c57
|
@ -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}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="hatari"
|
||||
VERSION="2.1.0"
|
||||
VERSION="2.2.1"
|
||||
HOMEPAGE="http://hatari.tuxfamily.org/"
|
||||
DOWNLOAD="http://download.tuxfamily.org/hatari/2.1.0/hatari-2.1.0.tar.bz2"
|
||||
MD5SUM="f9c4b73695b28e7cf715373e88e4f683"
|
||||
DOWNLOAD="http://download.tuxfamily.org/hatari/2.2.1/hatari-2.2.1.tar.bz2"
|
||||
MD5SUM="fc8d3a14b38714ea0b0800fda6b5cab7"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue