go-gui: use https for "quaqua" resource
This commit is contained in:
parent
b30c616b72
commit
f91378d888
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ class GoGui < Formula
|
|||
depends_on :java => "1.6"
|
||||
|
||||
resource "quaqua" do
|
||||
url "http://www.randelshofer.ch/quaqua/files/quaqua-5.4.1.nested.zip"
|
||||
url "https://www.randelshofer.ch/quaqua/files/quaqua-5.4.1.nested.zip"
|
||||
sha256 "a01ce8bcce6e81941ca928468e728e76e0773957c685c349474ee04f3be677d6"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue