drip 0.1.4

Closes Homebrew/homebrew#14807.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Justin Balthrop 2012-09-08 07:22:14 -07:00 committed by Adam Vandenberg
parent 0c9951aac2
commit 98b5e635c7
1 changed files with 3 additions and 2 deletions

View File

@ -2,10 +2,11 @@ require 'formula'
class Drip < Formula
homepage 'https://github.com/flatland/drip'
url 'https://github.com/flatland/drip/tarball/0.0.4'
sha1 '0960dbeb940925df8675b0088df90ab00aca97d5'
url 'https://github.com/flatland/drip/tarball/0.1.4'
sha1 '564ebb5971d0366fe5e19da074b2bdf3494ac655'
def install
system 'make'
libexec.install %w{ bin src Makefile }
bin.install_symlink libexec/'bin/drip'
end