drip 0.2.2
Closes Homebrew/homebrew#17333. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
6af6944a91
commit
d1ed67e3b6
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Drip < Formula
|
||||
homepage 'https://github.com/flatland/drip'
|
||||
url 'https://github.com/flatland/drip/tarball/0.1.8'
|
||||
sha1 '70fa447b360c82cc411e871c052d7c073947e700'
|
||||
url 'https://github.com/flatland/drip/tarball/0.2.2'
|
||||
sha1 '21036ee36bf1bcd67808e9fc6cdc18d829360689'
|
||||
|
||||
def install
|
||||
system 'make'
|
||||
|
|
Loading…
Reference in a new issue