games/xroar: Updated for version 1.3.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
40005fb358
commit
a473505cdd
|
@ -6,6 +6,8 @@
|
|||
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20230109 bkw: update for 1.3
|
||||
|
||||
# 20211015 bkw:
|
||||
# - update for 0.37.1
|
||||
# - new-style icons
|
||||
|
@ -22,7 +24,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=xroar
|
||||
VERSION=${VERSION:-0.37.1}
|
||||
VERSION=${VERSION:-1.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="xroar"
|
||||
VERSION="0.37.1"
|
||||
HOMEPAGE="http://www.6809.org.uk/dragon/xroar.shtml"
|
||||
DOWNLOAD="http://www.6809.org.uk/xroar/dl/xroar-0.37.1.tar.gz"
|
||||
MD5SUM="2063beee92be8370706d09422c2d9970"
|
||||
VERSION="1.3"
|
||||
HOMEPAGE="https://www.6809.org.uk/dragon/xroar.shtml"
|
||||
DOWNLOAD="https://www.6809.org.uk/xroar/dl/xroar-1.3.tar.gz"
|
||||
MD5SUM="55694755ec3a6bf422c30d04c43fb740"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="gtkglext xroar-roms"
|
||||
|
|
Loading…
Reference in New Issue