diff options
Diffstat (limited to 'Library/Formula/repl.rb')
| -rw-r--r-- | Library/Formula/repl.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/repl.rb b/Library/Formula/repl.rb index cd533531e..24e8e81ce 100644 --- a/Library/Formula/repl.rb +++ b/Library/Formula/repl.rb @@ -2,8 +2,8 @@ require 'formula' class Repl < Formula homepage 'https://github.com/defunkt/repl' - url 'https://github.com/defunkt/repl/tarball/v1.0.0' - sha1 '1a376273043d7c5193ad688dd9d5ee72329655bd' + url 'https://github.com/defunkt/repl/archive/v1.0.0.tar.gz' + sha1 'd47d31856a0c474daf54707d1575b45f01ef5cda' depends_on 'rlwrap' => :optional |
