diff options
Diffstat (limited to 'Library')
| -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 |
