From b6c781207fb68026d28af04ab33b1b9ec29af108 Mon Sep 17 00:00:00 2001 From: newbluemoon Date: Sun, 13 Aug 2023 16:12:41 +0200 Subject: [PATCH] lilypond: update to 2.24.2 --- srcpkgs/lilypond/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/lilypond/template b/srcpkgs/lilypond/template index 8abcd41b1db..8b3f0317938 100644 --- a/srcpkgs/lilypond/template +++ b/srcpkgs/lilypond/template @@ -1,7 +1,7 @@ # Template file for 'lilypond' # should be kept in sync with 'lilypond-doc' pkgname=lilypond -version=2.24.1 +version=2.24.2 revision=1 build_wrksrc="build" build_style="gnu-configure" @@ -18,7 +18,7 @@ maintainer="newbluemoon " license="GPL-3.0-or-later, GFDL-1.3-or-later" homepage="https://lilypond.org/" distfiles="https://lilypond.org/downloads/sources/v${version%.*}/lilypond-${version}.tar.gz" -checksum=d5c59087564a5cd6f08a52ba80e7d6509b91c585e44385dcc0fa39265d181509 +checksum=7944e610d7b4f1de4c71ccfe1fbdd3201f54fac54561bdcd048914f8dbb60a48 python_version=3 make_check=ci-skip # ci sometimes fails, but all checks pass locally