diff options
| author | Adam Vandenberg | 2012-04-05 20:30:45 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-04-05 20:30:45 -0700 |
| commit | 7e6123609a0a2e086dc84043e32cdaee8067e5fa (patch) | |
| tree | d349a78620c867375b946b2df4c4428a5e2553f7 /Library/Formula | |
| parent | 5ed1927ce36603cfb4dd89377ebaf2ca0e831c80 (diff) | |
| download | homebrew-7e6123609a0a2e086dc84043e32cdaee8067e5fa.tar.bz2 | |
fix audit warnings
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/ghc.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/trafficserver.rb | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/Library/Formula/ghc.rb b/Library/Formula/ghc.rb index 9cbdd8b3a..2ea9a3dc2 100644 --- a/Library/Formula/ghc.rb +++ b/Library/Formula/ghc.rb @@ -2,7 +2,6 @@ require 'formula' class Ghc < Formula homepage 'http://haskell.org/ghc/' - version '7.0.4' if ARGV.include? '--64bit' url "http://www.haskell.org/ghc/dist/7.0.4/ghc-7.0.4-x86_64-apple-darwin.tar.bz2" md5 'af89d3d2ca6e9b23384baacb7d8161dd' @@ -12,7 +11,6 @@ class Ghc < Formula end devel do - version '7.4.1' if ARGV.include? '--64bit' url "http://www.haskell.org/ghc/dist/7.4.1/ghc-7.4.1-x86_64-apple-darwin.tar.bz2" md5 '04a572f72c25e9d8fcbd7e9363d276bf' diff --git a/Library/Formula/trafficserver.rb b/Library/Formula/trafficserver.rb index 2a604ac26..5b5278a24 100644 --- a/Library/Formula/trafficserver.rb +++ b/Library/Formula/trafficserver.rb @@ -10,7 +10,6 @@ class Trafficserver < Formula devel do url 'http://www.apache.org/dyn/closer.cgi/trafficserver/trafficserver-3.1.2-unstable.tar.bz2' md5 '2208cb9a0d0b7cea07770d51b1cf7df2' - version '3.1.2' end depends_on 'pcre' |
