mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-02 13:04:42 +01:00
audio/cmus: Updated for version 2.7.0.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
89de8ecb62
commit
29b764d5cb
3 changed files with 6 additions and 6 deletions
|
@ -6,5 +6,5 @@ for Linux and many other UNIX like operating systems.
|
|||
Optional dependencies (autodetected) are ffmpeg, libmpcdec,
|
||||
faad2, libcue, libmp4v2, opusfile and pulseaudio.
|
||||
|
||||
It can be built also over roar-audio (but ATM this isn't
|
||||
available at SlackBuilds.org).
|
||||
It can be built also over roar-audio and libayemu, but ATM
|
||||
these are not available at SlackBuilds.org.
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=cmus
|
||||
VERSION=${VERSION:-2.6.0}
|
||||
VERSION=${VERSION:-2.7.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="cmus"
|
||||
VERSION="2.6.0"
|
||||
VERSION="2.7.0"
|
||||
HOMEPAGE="http://cmus.sourceforge.net/"
|
||||
DOWNLOAD="https://github.com/cmus/cmus/archive/v2.6.0.tar.gz"
|
||||
MD5SUM="8257f16df9462c78d8f5adf2ad391bcb"
|
||||
DOWNLOAD="https://github.com/cmus/cmus/archive/v2.7.0.tar.gz"
|
||||
MD5SUM="50c7716ed4d2cc52d2156539a39050d9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue