mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
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>
This commit is contained in:
parent
491d2a7ea4
commit
9c914427ef
3 changed files with 6 additions and 9 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue