audio/sooperlooper: Updated for version 1.7.3.
This commit is contained in:
parent
f719854dc9
commit
aa6ea5076b
|
@ -6,6 +6,9 @@
|
|||
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20150514 bkw:
|
||||
# - update for v1.7.3
|
||||
|
||||
# 20140910 bkw:
|
||||
# - update for v1.7.2
|
||||
# - explicitly use the correct config script for wx, instead of relying
|
||||
|
@ -13,7 +16,7 @@
|
|||
# - add option to build against wxGTK3
|
||||
|
||||
PRGNAM=sooperlooper
|
||||
VERSION=${VERSION:-1.7.2}
|
||||
VERSION=${VERSION:-1.7.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="sooperlooper"
|
||||
VERSION="1.7.2"
|
||||
VERSION="1.7.3"
|
||||
HOMEPAGE="http://essej.net/sooperlooper/"
|
||||
DOWNLOAD="http://essej.net/sooperlooper/sooperlooper-1.7.2.tar.gz"
|
||||
MD5SUM="72fe8e2585a3e0bca641b0ef67d18cd6"
|
||||
DOWNLOAD="http://essej.net/sooperlooper/sooperlooper-1.7.3.tar.gz"
|
||||
MD5SUM="9a841cbaf2b4707174232ea3ce01b0f2"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="jack-audio-connection-kit liblo libsigc++ rubberband wxPython"
|
||||
|
|
Loading…
Reference in New Issue