diff options
| author | Adam Vandenberg | 2010-11-07 10:43:39 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2010-11-07 10:43:39 -0800 |
| commit | f3fe455f8d7d77705ceef8c8af8dab370b1dda52 (patch) | |
| tree | a85c1d050855e5e606efffddae58660b34f28625 /Library | |
| parent | 1649184a3204f03327a2b2609dbbb3262262d9d4 (diff) | |
| download | homebrew-f3fe455f8d7d77705ceef8c8af8dab370b1dda52.tar.bz2 | |
Gist 2.0.0
Fixes #3105
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/gist.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/gist.rb b/Library/Formula/gist.rb index a71747531..283cfffcb 100644 --- a/Library/Formula/gist.rb +++ b/Library/Formula/gist.rb @@ -1,9 +1,9 @@ require 'formula' class Gist < Formula - url 'http://github.com/defunkt/gist/tarball/v1.4.1' + url 'https://github.com/defunkt/gist/tarball/v2.0.0' homepage 'http://github.com/defunkt/gist' - md5 '424af9443b8ef35964045dd8943a224e' + md5 '4be2158b5a3d570f0f14d3ba092458db' def install system "rake", "install", "prefix=#{prefix}" |
