mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
audio/synthv1: Updated for version 0.8.6.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
c915fed369
commit
6edef12ba7
2 changed files with 7 additions and 4 deletions
|
@ -6,6 +6,9 @@
|
|||
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20180101 bkw:
|
||||
# - updated for v0.8.6
|
||||
|
||||
# 20171220 bkw:
|
||||
# - updated for v0.8.5. Skipped 0.8.4 due to compile errors.
|
||||
|
||||
|
@ -20,7 +23,7 @@
|
|||
# 20170324 bkw: updated for v0.8.1
|
||||
|
||||
PRGNAM=synthv1
|
||||
VERSION=${VERSION:-0.8.5}
|
||||
VERSION=${VERSION:-0.8.6}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="synthv1"
|
||||
VERSION="0.8.5"
|
||||
VERSION="0.8.6"
|
||||
HOMEPAGE="https://synthv1.sourceforge.io/"
|
||||
DOWNLOAD="https://downloads.sourceforge.net/project/synthv1/synthv1/0.8.5/synthv1-0.8.5.tar.gz"
|
||||
MD5SUM="0c71c38a3eff36fa85cc395fdc790b83"
|
||||
DOWNLOAD="https://downloads.sourceforge.net/project/synthv1/synthv1/0.8.6/synthv1-0.8.6.tar.gz"
|
||||
MD5SUM="d21ba0b79cb0de144070940d30786f8f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="jack-audio-connection-kit"
|
||||
|
|
Loading…
Reference in a new issue