From 0314e3d1bdf1af02e25b6de1aa5002deb90d0bd2 Mon Sep 17 00:00:00 2001 From: Ross Smith II Date: Sat, 16 Dec 2017 08:39:36 -0800 Subject: [PATCH] Add https to lilypond (#1913) --- lilypond.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lilypond.json b/lilypond.json index 9854f76ccf..7f49600e7a 100644 --- a/lilypond.json +++ b/lilypond.json @@ -1,7 +1,7 @@ { "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", + "url": "https://download.linuxaudio.org/lilypond/binaries/mingw/lilypond-2.18.2-1.mingw.exe#/lilypond.7z", "hash": "606413b751506830a86efbd8a18225a8862b628e7a49daf1a9c9cb953e1956ab", "bin": "usr/bin/lilypond.exe", "checkver": { @@ -9,7 +9,7 @@ "re": "Downloads for LilyPond ([\\d.]+)" }, "autoupdate": { - "url": "http://download.linuxaudio.org/lilypond/binaries/mingw/lilypond-$version-1.mingw.exe#/lilypond.7z", + "url": "https://download.linuxaudio.org/lilypond/binaries/mingw/lilypond-$version-1.mingw.exe#/lilypond.7z", "hash": { "url": "$url.sha256" }