Skip to content

Commit

Permalink
xml-tooling-c: use an https url
Browse files Browse the repository at this point in the history
  • Loading branch information
bfontaine committed Oct 12, 2015
1 parent 49b44ec commit aee4167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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
Expand Down

0 comments on commit aee4167

Please sign in to comment.