aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2011-04-28 23:17:20 -0500
committerAdam Vandenberg2011-04-28 21:50:52 -0700
commitb1a2693d91d9d262934cfb751ebd03c2a8038df1 (patch)
treee5c7a5c9b1fc23491f7a03800f9a08669de9a98c
parentd221c05c68fad0dc84cbdceff0f4668f01b13142 (diff)
downloadhomebrew-b1a2693d91d9d262934cfb751ebd03c2a8038df1.tar.bz2
gist 2.0.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-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 7f20a417e..befcfd131 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.2'
+ url 'https://github.com/defunkt/gist/tarball/v2.0.3'
homepage 'https://github.com/defunkt/gist'
- md5 'f43e0b5fd8cc3d0edab6aec840adf0b5'
+ md5 '5b9bfa8255e5f488b78a9d37a317b12a'
def install
system "rake", "install", "prefix=#{prefix}"