diff options
author | klaatu <klaatu@member.fsf.org> | 2022-02-05 17:20:49 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-06 12:49:58 +0700 |
commit | 2a1797f9d1b96d3867c107ed616d0e2f0d93d2ce (patch) | |
tree | d6d844b90a329b52642bdd05824839574a900e1f /audio | |
parent | 920a1e87e6ab712ac4c65d72cf062d9bf77fe266 (diff) | |
download | slackbuilds-2a1797f9d1b96d3867c107ed616d0e2f0d93d2ce.tar.gz |
audio/butt: Updated for version 0.1.32.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/butt/butt.SlackBuild | 4 | ||||
-rw-r--r-- | audio/butt/butt.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/audio/butt/butt.SlackBuild b/audio/butt/butt.SlackBuild index e3e7be14e9..e63d4d9529 100644 --- a/audio/butt/butt.SlackBuild +++ b/audio/butt/butt.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash # Slackware build script for butt -# Copyright 2013-2019 klaatu | Lawrence NZ | klaatu@member.fsf.org +# Copyright 2013-2022 klaatu | Lawrence NZ | klaatu@member.fsf.org # # GNU All Permissive License # Copying and distribution of this file, with or without modification, @@ -11,7 +11,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=butt -VERSION=${VERSION:-0.1.18} +VERSION=${VERSION:-0.1.32} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/audio/butt/butt.info b/audio/butt/butt.info index e232d184d5..406979bb0f 100644 --- a/audio/butt/butt.info +++ b/audio/butt/butt.info @@ -1,8 +1,8 @@ PRGNAM="butt" -VERSION="0.1.18" +VERSION="0.1.32" HOMEPAGE="http://danielnoethen.de/" -DOWNLOAD="http://sourceforge.net/projects/butt/files/butt/butt-0.1.18/butt-0.1.18.tar.gz" -MD5SUM="7197c6f2ca9239230713fdccd3713f22" +DOWNLOAD="http://sourceforge.net/projects/butt/files/butt/butt-0.1.32/butt-0.1.32.tar.gz" +MD5SUM="3596bca2e44e011e7cae753e29e7fd17" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="portaudio fltk libfdk-aac" |