diff options
author | B. Watson <yalhcru@gmail.com> | 2017-01-22 13:40:07 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-24 07:23:27 +0700 |
commit | 965e674f99e551275c74c9bb5d97e93ed90e9aba (patch) | |
tree | 2c3a389a37e1d11428be2cc906283b43b02e985e /games/xroar/xroar.SlackBuild | |
parent | 1799f85411ce0c189ae185ad419d627155dc5073 (diff) |
games/xroar: Updated for version 0.34.7.
Diffstat (limited to 'games/xroar/xroar.SlackBuild')
-rw-r--r-- | games/xroar/xroar.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games/xroar/xroar.SlackBuild b/games/xroar/xroar.SlackBuild index 667b1b65ce85..207ccddeb9cf 100644 --- a/games/xroar/xroar.SlackBuild +++ b/games/xroar/xroar.SlackBuild @@ -6,6 +6,9 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20170122 bkw: +# - update for 0.34.7 + # 20161016 bkw: # - update for 0.34.5 # - move binary to /usr/games @@ -40,7 +43,7 @@ # - mention gtkglext in README as an optional dep PRGNAM=xroar -VERSION=${VERSION:-0.34.5} +VERSION=${VERSION:-0.34.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |