diff options
author | klaatu <klaatu@member.fsf.org> | 2020-01-07 21:21:58 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-09 23:21:20 +0700 |
commit | 71019571487e61e6c9eeffffde3e079d9f558556 (patch) | |
tree | d4a30ed1343599b04081f6e58d393c50745caf2d /audio/luppp/luppp.SlackBuild | |
parent | c94872fb0a7206bc41ee12d8519aee3fb28c0f79 (diff) |
audio/luppp: Updated for version 1.0.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/luppp/luppp.SlackBuild')
-rw-r--r-- | audio/luppp/luppp.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/luppp/luppp.SlackBuild b/audio/luppp/luppp.SlackBuild index b236969220446..824d5526e3597 100644 --- a/audio/luppp/luppp.SlackBuild +++ b/audio/luppp/luppp.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# Slackware build script for fabla -# Copyright 2015 Klaatu, Wellington NZ +# Slackware build script for luppp +# Copyright 2019 Klaatu | Lawrence NZ | klaatu@member.fsf.org # GNU All-Permissive License # Copying and distribution of this file, with or without modification, @@ -9,7 +9,7 @@ # without any warranty. PRGNAM=luppp -VERSION=${VERSION:-1.0.1} +VERSION=${VERSION:-1.2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |