aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/term.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/term.rb')
-rw-r--r--Library/Formula/term.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/term.rb b/Library/Formula/term.rb
index 8274ecc34..3e4d5b2a2 100644
--- a/Library/Formula/term.rb
+++ b/Library/Formula/term.rb
@@ -1,8 +1,8 @@
require 'formula'
class Term <ScriptFileFormula
- @url='http://github.com/liyanage/macosx-shell-scripts/raw/e29f7eaa1eb13d78056dec85dc517626ab1d93e3/term'
- @md5='1bbf4509a50224b27ac8c20d3fe8682e'
- @version='2.1'
- @homepage='http://gist.github.com/116587'
+ url 'http://github.com/liyanage/macosx-shell-scripts/raw/e29f7eaa1eb13d78056dec85dc517626ab1d93e3/term'
+ md5 '1bbf4509a50224b27ac8c20d3fe8682e'
+ version '2.1'
+ homepage 'http://gist.github.com/116587'
end \ No newline at end of file