diff options
author | B. Watson <yalhcru@gmail.com> | 2018-12-01 15:28:52 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-12-09 13:17:25 +0700 |
commit | d7ebf1cf81fb577113c2809c9afaa5ae48ac391b (patch) | |
tree | ab7cb39b8485b0d02ba9bcf3a74a7f22adb7061f /games | |
parent | fab51ff95ce89adfa6b758883f1a2287b85a159d (diff) | |
download | slackbuilds-d7ebf1cf81fb577113c2809c9afaa5ae48ac391b.tar.gz |
games/xroar: Updated for version 0.35.2.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'games')
-rw-r--r-- | games/xroar/xroar.SlackBuild | 4 | ||||
-rw-r--r-- | games/xroar/xroar.info | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/games/xroar/xroar.SlackBuild b/games/xroar/xroar.SlackBuild index d6de5dd106..d582bbdeb9 100644 --- a/games/xroar/xroar.SlackBuild +++ b/games/xroar/xroar.SlackBuild @@ -6,6 +6,8 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20181201 bkw: update for 0.35.2 + # 20180828 bkw: # - update for 0.35 # - build with --without-oss by default, add OSS=yes option @@ -23,7 +25,7 @@ # 20170122 bkw: update for 0.34.7 PRGNAM=xroar -VERSION=${VERSION:-0.35} +VERSION=${VERSION:-0.35.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/games/xroar/xroar.info b/games/xroar/xroar.info index 56d610c51e..e135d5aa27 100644 --- a/games/xroar/xroar.info +++ b/games/xroar/xroar.info @@ -1,8 +1,8 @@ PRGNAM="xroar" -VERSION="0.35" +VERSION="0.35.2" HOMEPAGE="http://www.6809.org.uk/dragon/xroar.shtml" -DOWNLOAD="http://www.6809.org.uk/xroar/dl/0.35/xroar-0.35.tar.gz" -MD5SUM="c786d5fee430a066a6cc0e1b048907d1" +DOWNLOAD="http://www.6809.org.uk/xroar/dl/0.35/xroar-0.35.2.tar.gz" +MD5SUM="7290fc20830817eaf2208674692bf236" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="SDL2" |