Skip to content
Snippets Groups Projects
Unverified Commit 5ae726e2 authored by Markus Reiter's avatar Markus Reiter Committed by Sam Ford
Browse files

Match Sparkle appcasts with HTTPS namespace.

parent 82535696
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ module Homebrew
return false unless xml
contents = Strategy.page_contents(url)
contents.include?("http://www.andymatuschak.org/xml-namespaces/sparkle")
contents.match?(%r{https?://www.andymatuschak.org/xml-namespaces/sparkle})
end
# Checks the content at the URL for new versions.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment