aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/drip.rb
diff options
context:
space:
mode:
authorJustin Balthrop2012-09-08 07:22:14 -0700
committerAdam Vandenberg2012-09-08 11:35:03 -0700
commit4ff36d95ab9aaabe771cc2df508318ae9695e178 (patch)
tree339a246686c862b8a0a8ef7e9af31d1219a692f8 /Library/Formula/drip.rb
parent3071cc5870ec6fa62f91970e8ff23bb88bc97c2b (diff)
downloadhomebrew-4ff36d95ab9aaabe771cc2df508318ae9695e178.tar.bz2
drip 0.1.4
Closes #14807. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/drip.rb')
-rw-r--r--Library/Formula/drip.rb5
1 files changed, 3 insertions, 2 deletions
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