diff options
| author | Adam Vandenberg | 2010-04-02 17:52:46 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-04-02 17:52:46 -0700 |
| commit | c0c852b553937a6fba2faee837a0ca45e11dcf16 (patch) | |
| tree | 54b5abc0c0801e33290d55312b18a9861d899449 /Library | |
| parent | 8210545e10c6b1e867c048f7180160214b957946 (diff) | |
| download | homebrew-c0c852b553937a6fba2faee837a0ca45e11dcf16.tar.bz2 | |
Update kiwi to 0.2.3.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/kiwi.rb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Library/Formula/kiwi.rb b/Library/Formula/kiwi.rb index b77e66967..06c9d77e8 100644 --- a/Library/Formula/kiwi.rb +++ b/Library/Formula/kiwi.rb @@ -1,16 +1,14 @@ require 'formula' class Kiwi <Formula - url 'http://github.com/visionmedia/kiwi/zipball/0.2.2' + url 'http://github.com/visionmedia/kiwi/tarball/0.2.3' homepage 'http://github.com/visionmedia/kiwi' - md5 '7c5291a42f3cc848a3ae5a29b1028eff' - version '0.2.2' + md5 'a6ad119593d5817730f57f5aa53e73cf' depends_on 'rlwrap' => :recommended def install inreplace "Makefile", "/usr/local", "#{prefix}" - bin.mkpath system "make install" end |
