From f235688dedcda970c221580a3059d94a408ce47a Mon Sep 17 00:00:00 2001 From: newbluemoon Date: Wed, 16 Nov 2022 10:46:29 +0100 Subject: [PATCH] lilypond: update to 2.23.81 --- srcpkgs/lilypond/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/lilypond/template b/srcpkgs/lilypond/template index b6a9ebf39f8..3949ae5b2ab 100644 --- a/srcpkgs/lilypond/template +++ b/srcpkgs/lilypond/template @@ -1,7 +1,7 @@ # Template file for 'lilypond' -pkgname=lilypond # should be kept in sync with 'lilypond-doc' -version=2.23.80 +pkgname=lilypond +version=2.23.81 revision=1 build_wrksrc="build" build_style="gnu-configure" @@ -16,8 +16,8 @@ short_desc="Music engraving program" maintainer="newbluemoon " license="GPL-3.0-or-later, GFDL-1.3-or-later" homepage="https://lilypond.org/" -distfiles="https://lilypond.org/downloads/sources/v2.23/lilypond-${version}.tar.gz" -checksum=2b0c80d4ca73a7208eb593682a0cef79bae5ee86780f3c24b18c995c9264cff9 +distfiles="https://lilypond.org/downloads/sources/v${version%.*}/lilypond-${version}.tar.gz" +checksum=7428b9a7e4712b775ce456dfc9ea985c092b293231f76314db3d815cf9f1f4b1 python_version=3 make_check=ci-skip # ci sometimes fails, but all checks pass locally