aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gist.rb
diff options
context:
space:
mode:
authorSimon Rozet2010-06-05 03:16:20 +0200
committerAdam Vandenberg2010-06-04 18:32:57 -0700
commit73492943184cd07c5fd47c3358527207111492c1 (patch)
tree7d5a281f8efbfb9d391d1586ee9c204ca371247b /Library/Formula/gist.rb
parent8130f502934c1610d6ddccf71b891c987f877aa0 (diff)
downloadhomebrew-73492943184cd07c5fd47c3358527207111492c1.tar.bz2
gist: upgrade to 1.1.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/gist.rb')
-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 1ce052f59..e7a1ff5b3 100644
--- a/Library/Formula/gist.rb
+++ b/Library/Formula/gist.rb
@@ -1,9 +1,9 @@
require 'formula'
class Gist <Formula
- url 'http://github.com/defunkt/gist/tarball/v1.0.3'
+ url 'http://github.com/defunkt/gist/tarball/v1.1.1'
homepage 'http://github.com/defunkt/gist'
- md5 'e0b9eb913c46ad49e5d6072c420b2a17'
+ md5 'a1288387245cee6b1605d6756a2dac3b'
def install
system "rake", "install", "prefix=#{prefix}"