diff options
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 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}" |
