diff options
| author | Jack Nagel | 2011-04-21 16:00:06 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2011-04-21 14:06:49 -0700 |
| commit | 2e717dedd4068a303d2d7bf907715893d2f08cc1 (patch) | |
| tree | b82fbe6afbbd23983db3bb7b04de2d11fbb05141 /Library/Formula | |
| parent | 33f3d25414be52fcf829b54255aa22a32099139b (diff) | |
| download | homebrew-2e717dedd4068a303d2d7bf907715893d2f08cc1.tar.bz2 | |
gist 2.0.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -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 24f17b32f..7f20a417e 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.1' + url 'https://github.com/defunkt/gist/tarball/v2.0.2' homepage 'https://github.com/defunkt/gist' - md5 'f6c8ef18f8019876cb54c9bfa3d4865b' + md5 'f43e0b5fd8cc3d0edab6aec840adf0b5' def install system "rake", "install", "prefix=#{prefix}" |
