aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/drip.rb
diff options
context:
space:
mode:
authorJustin Balthrop2012-09-01 20:33:28 -0700
committerAdam Vandenberg2012-09-01 22:05:02 -0700
commit82a1481f6fa824816bbf2bdeb53fd1933a1a15f2 (patch)
treef68b3349be23284bc09dc16b7cb11816a3963eb3 /Library/Formula/drip.rb
parenta98896c51bb5230583145e0d4560ceb115fffa18 (diff)
downloadhomebrew-82a1481f6fa824816bbf2bdeb53fd1933a1a15f2.tar.bz2
drip 0.0.4
Closes #14630. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/drip.rb')
-rw-r--r--Library/Formula/drip.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/drip.rb b/Library/Formula/drip.rb
index 282c7bd74..cbd261c4b 100644
--- a/Library/Formula/drip.rb
+++ b/Library/Formula/drip.rb
@@ -2,8 +2,8 @@ require 'formula'
class Drip < Formula
homepage 'https://github.com/flatland/drip'
- url 'https://github.com/flatland/drip/tarball/0.0.3'
- sha1 '6cd5d2346314e3adda71ceeccf037e863b12c8c3'
+ url 'https://github.com/flatland/drip/tarball/0.0.4'
+ sha1 '0960dbeb940925df8675b0088df90ab00aca97d5'
def install
libexec.install %w{ bin src Makefile }