From 4ff36d95ab9aaabe771cc2df508318ae9695e178 Mon Sep 17 00:00:00 2001 From: Justin Balthrop Date: Sat, 8 Sep 2012 07:22:14 -0700 Subject: drip 0.1.4 Closes #14807. Signed-off-by: Adam Vandenberg --- Library/Formula/drip.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/drip.rb b/Library/Formula/drip.rb index cbd261c4b..3248e8567 100644 --- a/Library/Formula/drip.rb +++ b/Library/Formula/drip.rb @@ -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 -- cgit v1.2.3