diff options
Diffstat (limited to 'audio/mp3splt/mp3splt.SlackBuild')
-rw-r--r-- | audio/mp3splt/mp3splt.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/mp3splt/mp3splt.SlackBuild b/audio/mp3splt/mp3splt.SlackBuild index 0680c86d01..de3a5e3e99 100644 --- a/audio/mp3splt/mp3splt.SlackBuild +++ b/audio/mp3splt/mp3splt.SlackBuild @@ -28,8 +28,11 @@ # - Get rid of empty TODO and redundant INSTALL from /usr/doc. # - Use make install-strip instead of find/xargs/strip +# 20150107 bkw: +# - Updated for v2.6.2 + PRGNAM=mp3splt -VERSION=${VERSION:-2.6.1a} +VERSION=${VERSION:-2.6.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |