diff options
| author | Max Howell | 2009-06-05 23:39:56 +0100 |
|---|---|---|
| committer | Max Howell | 2009-06-05 23:39:56 +0100 |
| commit | 02878497790a072df8b65647c2025155c9ea8660 (patch) | |
| tree | bb6f2d32e2b9249a643d00dd03e2b16f9949041f /Library/Formula | |
| parent | f8813207aa3a76e680f2ce6866eb2322578999a5 (diff) | |
| download | homebrew-02878497790a072df8b65647c2025155c9ea8660.tar.bz2 | |
Refactor class heirarchy
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/ack.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/git.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/term.rb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/ack.rb b/Library/Formula/ack.rb index 4bab09c89..dbc8faf08 100644 --- a/Library/Formula/ack.rb +++ b/Library/Formula/ack.rb @@ -1,6 +1,6 @@ require 'brewkit' -class Ack <UncompressedScriptFormula +class Ack <ScriptFileFormula def initialize @version='1.88' @url="http://ack.googlecode.com/svn/tags/#{@version}/ack" diff --git a/Library/Formula/git.rb b/Library/Formula/git.rb index 56cf84e95..fd82b0512 100644 --- a/Library/Formula/git.rb +++ b/Library/Formula/git.rb @@ -1,6 +1,6 @@ require 'brewkit' -class GitManuals <Formula +class GitManuals <UnidentifiedFormula @url='http://kernel.org/pub/software/scm/git/git-manpages-1.6.3.1.tar.bz2' @md5='971d573e8f261feb83290a59728c2b33' end diff --git a/Library/Formula/term.rb b/Library/Formula/term.rb index 427d3607a..1d99f205e 100644 --- a/Library/Formula/term.rb +++ b/Library/Formula/term.rb @@ -1,6 +1,6 @@ require 'brewkit' -class Term <UncompressedScriptFormula +class Term <ScriptFileFormula def initialize @url='http://github.com/liyanage/macosx-shell-scripts/raw/e29f7eaa1eb13d78056dec85dc517626ab1d93e3/term' @md5='1bbf4509a50224b27ac8c20d3fe8682e' |
