diff options
| author | skim | 2011-03-05 22:08:24 -0600 |
|---|---|---|
| committer | Adam Vandenberg | 2011-03-05 21:19:25 -0800 |
| commit | 44a09fb650a1ce1534f21482f83fff31ec4714aa (patch) | |
| tree | a5c3b0e0476dde318aa44078a562aa09d0319a72 /Library | |
| parent | c440261cc44c9645436d10bf0fca9870f33730a7 (diff) | |
| download | homebrew-44a09fb650a1ce1534f21482f83fff31ec4714aa.tar.bz2 | |
Updated gist to 2.0.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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 0fb036e8e..24f17b32f 100644 --- a/Library/Formula/gist.rb +++ b/Library/Formula/gist.rb @@ -1,9 +1,9 @@ require 'formula' class Gist < Formula - url 'https://github.com/defunkt/gist/tarball/v2.0.0' + url 'https://github.com/defunkt/gist/tarball/v2.0.1' homepage 'https://github.com/defunkt/gist' - md5 '4be2158b5a3d570f0f14d3ba092458db' + md5 'f6c8ef18f8019876cb54c9bfa3d4865b' def install system "rake", "install", "prefix=#{prefix}" |
