Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lilypond: update to 2.23.0 #28337

Merged
merged 2 commits into from
Jan 31, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/lilypond-doc/template
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Template file for 'lilypond-doc'
pkgname=lilypond-doc
version=2.22.0
version=2.23.0
revision=1
create_wrksrc=yes
short_desc="Documentation for the lilypond music engraving program"
maintainer="newbluemoon <blaumolch@mailbox.org>"
license="GPL-3.0-or-later, GFDL-1.3-or-later"
homepage="http://lilypond.org/"
distfiles="http://lilypond.org/downloads/binaries/documentation/lilypond-${version}-1.documentation.tar.bz2"
checksum=2698a407424e29abf834d12376fb33aa1bfa2afa8b7f3537120b0817b982bd8f
checksum=1b7f10a0a03923ab7e944916cdb1532312afe91d97272c3c0e0a547fe7161e88

do_install() {
vmkdir usr
Expand Down
6 changes: 3 additions & 3 deletions srcpkgs/lilypond/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'lilypond'
pkgname=lilypond
version=2.22.0
version=2.23.0
revision=1
build_wrksrc="build"
build_style="gnu-configure"
Expand All @@ -16,8 +16,8 @@ short_desc="Music engraving program"
maintainer="newbluemoon <blaumolch@mailbox.org>"
license="GPL-3.0-or-later, GFDL-1.3-or-later"
homepage="https://lilypond.org/"
distfiles="https://lilypond.org/downloads/sources/v2.22/lilypond-${version}.tar.gz"
checksum=64ddd03171d247adc243e01a3be3ec2610d97c62b893c253ad02ac50694b0f4e
distfiles="https://lilypond.org/downloads/sources/v2.23/lilypond-${version}.tar.gz"
checksum=b2c795278ecef7e7b4383be6d9ad64b735dd826e790ccf791e656fa16a135fd3
python_version=3

if [ -n "${CROSS_BUILD}" ]; then
Expand Down