graphics/lilypond: Updated for version 2.24.3
Signed-off-by: Kyle Guinn <elyk03@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f6aa9fbf46
commit
aa8be8385f
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for lilypond
|
# Slackware build script for lilypond
|
||||||
|
|
||||||
# Copyright 2012-2023 Kyle Guinn <elyk03@gmail.com>
|
# Copyright 2012-2024 Kyle Guinn <elyk03@gmail.com>
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -22,14 +22,11 @@
|
||||||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
# 20230630 bkw: Modified by SlackBuilds.org, BUILD=2:
|
|
||||||
# - add doinst.sh to handle /usr/info/dir.
|
|
||||||
|
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=lilypond
|
PRGNAM=lilypond
|
||||||
VERSION=${VERSION:-2.24.1}
|
VERSION=${VERSION:-2.24.3}
|
||||||
BUILD=${BUILD:-2}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="lilypond"
|
PRGNAM="lilypond"
|
||||||
VERSION="2.24.1"
|
VERSION="2.24.3"
|
||||||
HOMEPAGE="https://lilypond.org/"
|
HOMEPAGE="https://lilypond.org/"
|
||||||
DOWNLOAD="https://lilypond.org/download/sources/v2.24/lilypond-2.24.1.tar.gz"
|
DOWNLOAD="https://lilypond.org/download/sources/v2.24/lilypond-2.24.3.tar.gz"
|
||||||
MD5SUM="9ba4b1a5240480a76d5e1ce67c5cdaf3"
|
MD5SUM="4e968f826586b7a5ac24f54f6007166a"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="fontforge texi2html guile2.2"
|
REQUIRES="fontforge texi2html"
|
||||||
MAINTAINER="Kyle Guinn"
|
MAINTAINER="Kyle Guinn"
|
||||||
EMAIL="elyk03@gmail.com"
|
EMAIL="elyk03@gmail.com"
|
||||||
|
|
Loading…
Reference in New Issue