diff options
author | B. Watson <yalhcru@gmail.com> | 2016-10-16 20:48:02 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-10-22 08:47:29 +0700 |
commit | ea03acf75a06a1046c420c25cde4930a116f477e (patch) | |
tree | 7b98fe1ee9915a74beb66ea57261b605fc97abb6 /audio/guitarix/guitarix.SlackBuild | |
parent | c645cc6a4e54737e3a662785869ec9eb2c528f39 (diff) |
audio/guitarix: Updated for version 0.35.2.
Diffstat (limited to 'audio/guitarix/guitarix.SlackBuild')
-rw-r--r-- | audio/guitarix/guitarix.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/guitarix/guitarix.SlackBuild b/audio/guitarix/guitarix.SlackBuild index a8920d89109a9..47f6bf6c28c32 100644 --- a/audio/guitarix/guitarix.SlackBuild +++ b/audio/guitarix/guitarix.SlackBuild @@ -62,11 +62,14 @@ # will be linked if installed, otherwise guitarix's bundled copies will # be used. I only mention this here so I won't forget again... +# 20161016 bkw: +# - Updated for 0.35.2 + # Modified version released under the WTFPL, for details see # http://www.wtfpl.net/txt/copying/ PRGNAM=guitarix -VERSION=${VERSION:-0.35.1} +VERSION=${VERSION:-0.35.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |