diff options
author | Antonio Hernández Blas <hba.nihilismus@gmail.com> | 2015-07-04 09:18:53 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-07-04 15:14:34 +0700 |
commit | 29b764d5cb36d5b66b31054757efe376e8240297 (patch) | |
tree | ee25500f0504d69a3d85e733a504054fd3c8bed0 /audio | |
parent | 89de8ecb62f0dab26e1c560bf8440e8b75b0f348 (diff) | |
download | slackbuilds-29b764d5cb36d5b66b31054757efe376e8240297.tar.gz |
audio/cmus: Updated for version 2.7.0.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/cmus/README | 4 | ||||
-rw-r--r-- | audio/cmus/cmus.SlackBuild | 2 | ||||
-rw-r--r-- | audio/cmus/cmus.info | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/audio/cmus/README b/audio/cmus/README index 6604588dec..9b248177fe 100644 --- a/audio/cmus/README +++ b/audio/cmus/README @@ -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. diff --git a/audio/cmus/cmus.SlackBuild b/audio/cmus/cmus.SlackBuild index 35fd4662e7..2b08c51a56 100644 --- a/audio/cmus/cmus.SlackBuild +++ b/audio/cmus/cmus.SlackBuild @@ -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} diff --git a/audio/cmus/cmus.info b/audio/cmus/cmus.info index 3e7081a285..ab0bcfeb57 100644 --- a/audio/cmus/cmus.info +++ b/audio/cmus/cmus.info @@ -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="" |