diff options
| author | Adam Vandenberg | 2013-01-27 14:20:08 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-28 21:39:48 -0800 |
| commit | b5ac9a046cd9e1739b9b2d348fba7bdf70f45fc8 (patch) | |
| tree | fd88ff2ae7eab68234305e5d43fa9a309d014c39 | |
| parent | 94bc08645e76e7db53f5c3c4328389edd54ee67c (diff) | |
| download | homebrew-b5ac9a046cd9e1739b9b2d348fba7bdf70f45fc8.tar.bz2 | |
doubledown: style nits
| -rw-r--r-- | Library/Formula/doubledown.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/doubledown.rb b/Library/Formula/doubledown.rb index 3a4644137..5efec569d 100644 --- a/Library/Formula/doubledown.rb +++ b/Library/Formula/doubledown.rb @@ -1,9 +1,10 @@ require 'formula' class Doubledown < Formula - url 'https://github.com/devstructure/doubledown/tarball/v0.0.2' homepage 'https://github.com/devstructure/doubledown' + url 'https://github.com/devstructure/doubledown/tarball/v0.0.2' sha1 '518d9df0457b6ce464679f8db4c7f692c7c72a9f' + head 'https://github.com/devstructure/doubledown.git' def install |
