mdxmini: use secure resource url
This commit is contained in:
parent
cf84fd726b
commit
22dd945828
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ class Mdxmini < Formula
|
|||
depends_on "sdl" if build.without? "lib-only"
|
||||
|
||||
resource "test_song" do
|
||||
url "http://ftp.modland.com/pub/modules/MDX/Popful%20Mail/pop-00.mdx"
|
||||
url "https://ftp.modland.com/pub/modules/MDX/Popful%20Mail/pop-00.mdx"
|
||||
sha256 "86f21fbbaf93eb60e79fa07c759b906a782afe4e1db5c7e77a1640e6bf63fd14"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue