From aee4167a0662cd14adf490ac3115ce40cee07fe8 Mon Sep 17 00:00:00 2001 From: Baptiste Fontaine Date: Mon, 12 Oct 2015 23:41:16 +0200 Subject: [PATCH] xml-tooling-c: use an https url --- Formula/xml-tooling-c.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/xml-tooling-c.rb b/Formula/xml-tooling-c.rb index 666049b0f7..571968b323 100644 --- a/Formula/xml-tooling-c.rb +++ b/Formula/xml-tooling-c.rb @@ -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