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/xroar/xroar.SlackBuild | |
parent | fab51ff95ce89adfa6b758883f1a2287b85a159d (diff) |
games/xroar: Updated for version 0.35.2.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'games/xroar/xroar.SlackBuild')
-rw-r--r-- | games/xroar/xroar.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/xroar/xroar.SlackBuild b/games/xroar/xroar.SlackBuild index d6de5dd106db..d582bbdeb983 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} |