aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAndre Arko2010-11-05 20:35:00 -0700
committerAdam Vandenberg2010-11-05 20:40:51 -0700
commit463f67e3ccd78956f4158bf0e629f8f3e2682f6f (patch)
tree6242d720d16126de188641370eac321a2aa54d2a /Library/Formula
parent172eddd15ebbeaf5aee82baf0aff06b802f0027b (diff)
downloadhomebrew-463f67e3ccd78956f4158bf0e629f8f3e2682f6f.tar.bz2
gist 1.4.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/gist.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/gist.rb b/Library/Formula/gist.rb
index cec277b4f..a71747531 100644
--- a/Library/Formula/gist.rb
+++ b/Library/Formula/gist.rb
@@ -1,9 +1,9 @@
require 'formula'
-class Gist <Formula
- url 'http://github.com/indirect/gist/tarball/v1.4.0'
- homepage 'http://github.com/indirect/gist'
- md5 '014c3c8f02b7b46a0ea986da29dd9f18'
+class Gist < Formula
+ url 'http://github.com/defunkt/gist/tarball/v1.4.1'
+ homepage 'http://github.com/defunkt/gist'
+ md5 '424af9443b8ef35964045dd8943a224e'
def install
system "rake", "install", "prefix=#{prefix}"