audio/tap_plugins: Updated for version 1.0.0.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
069c7b3cf8
commit
1234595e83
|
@ -6,6 +6,8 @@
|
|||
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20171221 bkw: update for v1.0.0
|
||||
|
||||
# 20151104 bkw:
|
||||
# update for v0.7.3, update docs to 20140526
|
||||
# get rid of reverbed.sh wrapper script (patch reverbed instead)
|
||||
|
@ -13,7 +15,7 @@
|
|||
# add .desktop, icon for reverbed
|
||||
|
||||
PRGNAM=tap_plugins
|
||||
VERSION=${VERSION:-0.7.3}
|
||||
VERSION=${VERSION:-1.0.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="tap_plugins"
|
||||
VERSION="0.7.3"
|
||||
VERSION="1.0.0"
|
||||
HOMEPAGE="http://tap-plugins.sourceforge.net/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/project/tap-plugins/tap-plugins/0.7.3/tap-plugins-0.7.3.tar.gz \
|
||||
DOWNLOAD="http://downloads.sourceforge.net/project/tap-plugins/tap-plugins/1.0.0/tap-plugins-1.0.0.tar.gz \
|
||||
http://downloads.sourceforge.net/project/tap-plugins/tap-reverbed/Release%200/tap-reverbed-r0.tar.gz \
|
||||
http://downloads.sourceforge.net/project/tap-plugins/tap-plugins-doc/2014-05-26/tap-plugins-doc-20140526.tar.gz"
|
||||
MD5SUM="113fa021b2a05e2fd3cf35f65e6ca137 \
|
||||
MD5SUM="86c217d8774974fbbe87909304195e5a \
|
||||
f8b15df131b45d2d5ef2e8d7c34e9a29 \
|
||||
8af9ad9be0aac9f577056311d7ebbd5e"
|
||||
DOWNLOAD_x86_64=""
|
||||
|
|
Loading…
Reference in New Issue