mercury: use secure url
This commit is contained in:
parent
531ee04c64
commit
c753274ce7
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
class Mercury < Formula
|
||||
desc "Logic/functional programming language"
|
||||
homepage "https://mercurylang.org/"
|
||||
url "http://dl.mercurylang.org/release/mercury-srcdist-14.01.1.tar.gz"
|
||||
url "https://dl.mercurylang.org/release/mercury-srcdist-14.01.1.tar.gz"
|
||||
sha256 "98f7cbde7a7425365400feef3e69f1d6a848b25dc56ba959050523d546c4e88b"
|
||||
revision 1
|
||||
|
||||
|
|
Loading…
Reference in a new issue