diff options
| author | Adam Vandenberg | 2010-01-30 00:40:21 -0800 | 
|---|---|---|
| committer | Adam Vandenberg | 2010-01-30 00:40:21 -0800 | 
| commit | 783d48e6d886e747f6bd5919e214e8dfa82066f1 (patch) | |
| tree | 04d43a0dab9fa169e6351d6f5f5670bd9c7bf62d /Library/Formula/repl.rb | |
| parent | fcf60e54fc4baaed80f0b4d85fdf33716433e1e7 (diff) | |
| download | homebrew-783d48e6d886e747f6bd5919e214e8dfa82066f1.tar.bz2 | |
repl - use stable version and rlwrap
Diffstat (limited to 'Library/Formula/repl.rb')
| -rw-r--r-- | Library/Formula/repl.rb | 10 | 
1 files changed, 4 insertions, 6 deletions
diff --git a/Library/Formula/repl.rb b/Library/Formula/repl.rb index 5b109322b..62c713045 100644 --- a/Library/Formula/repl.rb +++ b/Library/Formula/repl.rb @@ -1,13 +1,11 @@  require 'formula'  class Repl < Formula -  head 'git://github.com/defunkt/repl.git', :tag => 'v0.1.0' +  url 'http://github.com/defunkt/repl/tarball/v0.2.1'    homepage 'http://github.com/defunkt/repl' - -  def initialize(*args) -    super -    @version = '0.1.0' -  end +  md5 '5b9d43038f1b561bd3215a01ee3cb766' +   +  depends_on 'rlwrap' => :optional    def install      bin.install 'bin/repl'  | 
