diff options
| author | Adam Vandenberg | 2011-04-16 11:25:57 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2011-04-16 11:25:57 -0700 |
| commit | 2601a1cc2ff124d3a26d82c1e00b9b06b01b05ca (patch) | |
| tree | b8c33fe5f14f070f4d272b3060f7a913f20c53b8 | |
| parent | aae3607d31807bd13325c2952f2dc366f7779a7f (diff) | |
| download | homebrew-2601a1cc2ff124d3a26d82c1e00b9b06b01b05ca.tar.bz2 | |
Fix audit warnings
| -rw-r--r-- | Library/Formula/cimg.rb | 3 | ||||
| -rw-r--r-- | Library/Formula/shaper-probe.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/wine.rb | 4 |
3 files changed, 4 insertions, 5 deletions
diff --git a/Library/Formula/cimg.rb b/Library/Formula/cimg.rb index 0364819db..f2e84387c 100644 --- a/Library/Formula/cimg.rb +++ b/Library/Formula/cimg.rb @@ -10,8 +10,7 @@ class Cimg < Formula doc.install %w( README.txt CHANGES.txt - Licence_CeCILL-C_V1-en.txt - Licence_CeCILL_V2-en.txt + Licence_CeCILL-C_V1-en.txt Licence_CeCILL_V2-en.txt html examples) end end diff --git a/Library/Formula/shaper-probe.rb b/Library/Formula/shaper-probe.rb index b1e3e3887..252fd7c49 100644 --- a/Library/Formula/shaper-probe.rb +++ b/Library/Formula/shaper-probe.rb @@ -1,6 +1,6 @@ require 'formula' -class ShaperProbe <Formula +class ShaperProbe < Formula url 'http://www.cc.gatech.edu/~partha/diffprobe/shaperprobe.tgz' homepage 'http://www.cc.gatech.edu/~partha/diffprobe/shaperprobe.html' md5 'a15b31cce3ffe087c5242d1fc9006c13' diff --git a/Library/Formula/wine.rb b/Library/Formula/wine.rb index a49e4f555..db28030b5 100644 --- a/Library/Formula/wine.rb +++ b/Library/Formula/wine.rb @@ -4,10 +4,10 @@ class Wine < Formula homepage 'http://www.winehq.org/' if ARGV.flag? '--devel' - url 'http://prdownloads.sourceforge.net/wine/wine-1.3.18.tar.bz2' + url 'http://downloads.sourceforge.net/project/wine/Source/wine-1.3.18.tar.bz2' sha256 '994064d326954e6df252002891bfcbb987a35aa573ab74be605224f66623a4ac' else - url 'http://prdownloads.sourceforge.net/wine/wine-1.2.3.tar.bz2' + url 'http://downloads.sourceforge.net/project/wine/Source/wine-1.2.3.tar.bz2' sha256 '3fd8d3f2b466d07eb90b8198cdc9ec3005917a4533db7b8c6c69058a2e57c61f' end |
