diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/drip.rb | 5 |
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 |
