aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/gist.rb4
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}"