diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2024-05-14 10:28:59 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-05-18 06:55:48 +0700 |
commit | 9c914427efccafa4057dd0be380c6f5bb17879d6 (patch) | |
tree | 657ff9884a039f27b9fe105091b404cf5d66f26a /audio | |
parent | 491d2a7ea41769b8bda842e316623bae31a7c15b (diff) |
audio/cmus: Updated for version 2.11.0.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/cmus/README | 2 | ||||
-rw-r--r-- | audio/cmus/cmus.SlackBuild | 7 | ||||
-rw-r--r-- | audio/cmus/cmus.info | 6 |
3 files changed, 6 insertions, 9 deletions
diff --git a/audio/cmus/README b/audio/cmus/README index c804621b441c..f5f7c1eb0c5b 100644 --- a/audio/cmus/README +++ b/audio/cmus/README @@ -4,4 +4,4 @@ cmus is a small and fast text mode music player for Linux and many other UNIX like operating systems. Optional dependencies (autodetected) are musepack-tools, faad2, -libmp4v2. +jack and libmp4v2. diff --git a/audio/cmus/cmus.SlackBuild b/audio/cmus/cmus.SlackBuild index 41e8195a1ab5..43223d2cfcd0 100644 --- a/audio/cmus/cmus.SlackBuild +++ b/audio/cmus/cmus.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for cmus # Copyright (c) 2008-2010, Antonio Hernández Blas <hba.nihilismus@gmail.com> -# Copyright 2013-2022, Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy +# Copyright 2013-2024, Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=cmus -VERSION=${VERSION:-2.10.0} +VERSION=${VERSION:-2.11.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -38,9 +38,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/audio/cmus/cmus.info b/audio/cmus/cmus.info index 38db697f2657..bcf98c0e8acd 100644 --- a/audio/cmus/cmus.info +++ b/audio/cmus/cmus.info @@ -1,8 +1,8 @@ PRGNAM="cmus" -VERSION="2.10.0" +VERSION="2.11.0" HOMEPAGE="https://cmus.github.io" -DOWNLOAD="https://github.com/cmus/cmus/archive/v2.10.0/cmus-2.10.0.tar.gz" -MD5SUM="299c09a91024bc81418353743943bfae" +DOWNLOAD="https://github.com/cmus/cmus/archive/v2.11.0/cmus-2.11.0.tar.gz" +MD5SUM="6c4137c6994d26f95a3bceff4fc17047" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |