shibboleth-sp: use secure url
Closes Homebrew/homebrew#49692. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
a6cf7b109b
commit
a304afabb7
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
class ShibbolethSp < Formula
|
||||
desc "Shibboleth 2 Service Provider daemon"
|
||||
homepage "https://wiki.shibboleth.net/confluence/display/SHIB2"
|
||||
url "http://shibboleth.net/downloads/service-provider/2.5.6/shibboleth-sp-2.5.6.tar.gz"
|
||||
url "https://shibboleth.net/downloads/service-provider/2.5.6/shibboleth-sp-2.5.6.tar.gz"
|
||||
sha256 "024739a7b5190aebecac913d9445719912c6e4e401bfe256a25ca75ab4e67ad5"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue