Update kiwi to 0.2.3.

master
Adam Vandenberg 2010-04-02 17:52:46 -07:00
parent 93ff5a28f8
commit 9651a804f9
1 changed files with 2 additions and 4 deletions

View File

@ -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