From 52deda50d7dcff967289e475869901c9464b4322 Mon Sep 17 00:00:00 2001 From: mintchkin Date: Tue, 11 Jul 2017 14:16:28 -0400 Subject: [PATCH] Add LilyPond (#1580) * Add LilyPond * Fixed up json issues --- lilypond.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 lilypond.json diff --git a/lilypond.json b/lilypond.json new file mode 100644 index 0000000000..9854f76ccf --- /dev/null +++ b/lilypond.json @@ -0,0 +1,17 @@ +{ + "version": "2.18.2", + "homepage": "http://lilypond.org", + "url": "http://download.linuxaudio.org/lilypond/binaries/mingw/lilypond-2.18.2-1.mingw.exe#/lilypond.7z", + "hash": "606413b751506830a86efbd8a18225a8862b628e7a49daf1a9c9cb953e1956ab", + "bin": "usr/bin/lilypond.exe", + "checkver": { + "url": "http://lilypond.org/download.html", + "re": "Downloads for LilyPond ([\\d.]+)" + }, + "autoupdate": { + "url": "http://download.linuxaudio.org/lilypond/binaries/mingw/lilypond-$version-1.mingw.exe#/lilypond.7z", + "hash": { + "url": "$url.sha256" + } + } +}