diff options
author | B. Watson <yalhcru@gmail.com> | 2017-12-23 19:22:06 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2017-12-27 18:09:36 -0600 |
commit | 2b32e556f3b06b420ea44836fa722090a8972344 (patch) | |
tree | 76a0159d19fd8ae6c12fa9ce4187b4436f2a9dcc /audio/guitarix/guitarix.SlackBuild | |
parent | 6c2624b6c267aa012aa873a787bcd248c7776b58 (diff) |
audio/guitarix: Updated for version 0.36.1.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'audio/guitarix/guitarix.SlackBuild')
-rw-r--r-- | audio/guitarix/guitarix.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/guitarix/guitarix.SlackBuild b/audio/guitarix/guitarix.SlackBuild index bf682a7d2d55e..0b19d82a245b9 100644 --- a/audio/guitarix/guitarix.SlackBuild +++ b/audio/guitarix/guitarix.SlackBuild @@ -6,6 +6,8 @@ # Modified by B. Watson <yalhcru@gmail.com>. Modified version released # under the WTFPL, for details see http://www.wtfpl.net/txt/copying/ +# 20171223 bkw: Updated for 0.36.1. + # 20170825 bkw: # - Updated for 0.35.6 # - Install the bundled roboto font. @@ -91,7 +93,7 @@ # - Add guitarix's README to /usr/doc PRGNAM=guitarix -VERSION=${VERSION:-0.35.6} +VERSION=${VERSION:-0.36.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |