audio/butt: Updated for version 0.1.32.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
klaatu 2022-02-05 17:20:49 +13:00 committed by Willy Sudiarto Raharjo
parent 920a1e87e6
commit 2a1797f9d1
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View File

@ -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}

View File

@ -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"