diff options
author | B. Watson <urchlay@slackware.uk> | 2024-02-16 15:47:54 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-17 09:07:14 +0700 |
commit | 64c28202b0f0735581a69e3ef8018a9831b1badc (patch) | |
tree | a2896c294a6f948418a67c97de35092a4cb70980 /games | |
parent | 9ed4f62e84b89d17f5881854528f63145b39fea2 (diff) |
games/xroar: Updated for version 1.5.3.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/xroar/xroar.SlackBuild | 3 | ||||
-rw-r--r-- | games/xroar/xroar.info | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/games/xroar/xroar.SlackBuild b/games/xroar/xroar.SlackBuild index 74ce14958b5a8..99307889f555b 100644 --- a/games/xroar/xroar.SlackBuild +++ b/games/xroar/xroar.SlackBuild @@ -6,6 +6,7 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20240216 bkw: update for 1.5.3 # 20230907 bkw: update for 1.4.2 # - add 22x22 and 64x64 icons. # - reword README and slack-desc (use text from the man page). @@ -30,7 +31,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=xroar -VERSION=${VERSION:-1.4.2} +VERSION=${VERSION:-1.5.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/games/xroar/xroar.info b/games/xroar/xroar.info index 3bd8c3c1b73bf..da3156c87f9a9 100644 --- a/games/xroar/xroar.info +++ b/games/xroar/xroar.info @@ -1,8 +1,8 @@ PRGNAM="xroar" -VERSION="1.4.2" +VERSION="1.5.3" HOMEPAGE="https://www.6809.org.uk/dragon/xroar.shtml" -DOWNLOAD="https://www.6809.org.uk/xroar/dl/xroar-1.4.2.tar.gz" -MD5SUM="f9a52d80e1bd7264e9cfaa1891a05b2b" +DOWNLOAD="https://www.6809.org.uk/xroar/dl/xroar-1.5.3.tar.gz" +MD5SUM="105e5e2d1c594d8b8fda3e3a04367a63" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="gtkglext xroar-roms" |