xml-tooling-c: use an https url

This commit is contained in:
Baptiste Fontaine 2015-10-12 23:41:16 +02:00
parent 49b44ec397
commit aee4167a06

View file

@ -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