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 | |
parent | c94872fb0a7206bc41ee12d8519aee3fb28c0f79 (diff) | |
download | slackbuilds-71019571487e61e6c9eeffffde3e079d9f558556.tar.gz |
audio/luppp: Updated for version 1.0.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | audio/luppp/luppp.SlackBuild | 6 | ||||
-rw-r--r-- | audio/luppp/luppp.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/audio/luppp/luppp.SlackBuild b/audio/luppp/luppp.SlackBuild index b236969220..824d5526e3 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} diff --git a/audio/luppp/luppp.info b/audio/luppp/luppp.info index 0c23c3f0c3..e08e1b9c95 100644 --- a/audio/luppp/luppp.info +++ b/audio/luppp/luppp.info @@ -1,8 +1,8 @@ PRGNAM="luppp" -VERSION="1.0.1" +VERSION="1.2.1" HOMEPAGE="http://openavproductions.com/luppp/" -DOWNLOAD="https://github.com/harryhaaren/openAV-Luppp/archive/release-1.0.1.tar.gz" -MD5SUM="6c6db49fb10df3ef93d4b664644080f2" +DOWNLOAD="https://github.com/harryhaaren/openAV-Luppp/archive/release-1.2.1.tar.gz" +MD5SUM="566f3aabde4d87ec3b862d7cc2e04a90" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="jack-audio-connection-kit liblo ntk" |