Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/mxcl/homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
jocelynmallon committed Oct 2, 2011
2 parents f185815 + 54a79b4 commit 8332c4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Library/Formula/exult.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'formula'

class Exult < Formula
url 'http://prdownloads.sourceforge.net/exult/exult-1.4.9rc1.tar.gz'
url 'https://downloads.sourceforge.net/project/exult/exult-all-versions/1.4.9rc1/exult-1.4.9rc1.tar.gz'
md5 'c17a48cc0377aa67264aaaf441cb1bb2'
homepage 'http://exult.sourceforge.net/'

Expand Down
4 changes: 2 additions & 2 deletions Library/Homebrew/cmd/audit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@ def audit_formula_urls f
# Is it a sourceforge http(s) URL?
next unless p =~ %r[^https?://.*\bsourceforge\.]

if p =~ /\?use_mirror=/
problems << " * Update this url (don't use ?use_mirror)."
if p =~ /(\?|&)use_mirror=/
problems << " * Update this url (don't use #{$1}use_mirror)."
end

if p =~ /\/download$/
Expand Down

0 comments on commit 8332c4a

Please sign in to comment.