diff options
| author | Birger J. Nordølum | 2011-05-27 01:46:37 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2011-05-26 21:45:36 -0700 |
| commit | 56a1b274b94c8c10fd8c33aa2d3a8cf1b6c4344c (patch) | |
| tree | a8b15b4833035395eba3bb2b2118c4f7aa5992e6 | |
| parent | f58e7004de49cbf149f7b54960988c4a986bc4b1 (diff) | |
| download | homebrew-56a1b274b94c8c10fd8c33aa2d3a8cf1b6c4344c.tar.bz2 | |
gist: add --HEAD
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/gist.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/gist.rb b/Library/Formula/gist.rb index 064e4bdc2..7ab7c679f 100644 --- a/Library/Formula/gist.rb +++ b/Library/Formula/gist.rb @@ -1,9 +1,10 @@ require 'formula' class Gist < Formula - url 'https://github.com/defunkt/gist/tarball/v2.0.3' homepage 'https://github.com/defunkt/gist' + url 'https://github.com/defunkt/gist/tarball/v2.0.3' md5 '0b99159635df2083651d2ff9db8abb25' + head 'git://github.com/defunkt/gist.git' def install system "rake", "install", "prefix=#{prefix}" |
