xml-tooling-c: use an https url
This commit is contained in:
parent
49b44ec397
commit
aee4167a06
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
class XmlToolingC < Formula
|
||||
desc "Provides a higher level interface to XML processing"
|
||||
homepage "https://wiki.shibboleth.net/confluence/display/OpenSAML/XMLTooling-C"
|
||||
url "http://shibboleth.net/downloads/c++-opensaml/2.5.3/xmltooling-1.5.3.tar.gz"
|
||||
url "https://shibboleth.net/downloads/c++-opensaml/2.5.3/xmltooling-1.5.3.tar.gz"
|
||||
sha256 "90e453deb738574b04f1f1aa08ed7cc9d8746bcbf93eb59f401a6e38f2ec9574"
|
||||
|
||||
depends_on "pkg-config" => :build
|
||||
|
|
Loading…
Reference in a new issue