aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ack.rb2
-rw-r--r--Library/Formula/git.rb2
-rw-r--r--Library/Formula/term.rb2
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'