diff options
Diffstat (limited to 'audio/soxr/soxr.SlackBuild')
-rw-r--r-- | audio/soxr/soxr.SlackBuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/soxr/soxr.SlackBuild b/audio/soxr/soxr.SlackBuild index f04d9945c3254..e7011a8aef19a 100644 --- a/audio/soxr/soxr.SlackBuild +++ b/audio/soxr/soxr.SlackBuild @@ -1,8 +1,7 @@ #!/bin/sh - # Slackware build script for soxr -# Copyright 2016 klaatu +# Copyright 2019 | Klaatu, Lawrence NZ | klaatu@member.fsf.org # All rights reserved. # # GNU All-Permissive License @@ -12,7 +11,7 @@ # without any warranty. PRGNAM=soxr -VERSION=${VERSION:-0.1.2} +VERSION=${VERSION:-0.1.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |