mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
audio/butt: Updated for version 0.1.32.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
920a1e87e6
commit
2a1797f9d1
2 changed files with 5 additions and 5 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue