aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBirger J. Nordølum2011-05-27 01:46:37 +0200
committerAdam Vandenberg2011-05-26 21:45:36 -0700
commit56a1b274b94c8c10fd8c33aa2d3a8cf1b6c4344c (patch)
treea8b15b4833035395eba3bb2b2118c4f7aa5992e6
parentf58e7004de49cbf149f7b54960988c4a986bc4b1 (diff)
downloadhomebrew-56a1b274b94c8c10fd8c33aa2d3a8cf1b6c4344c.tar.bz2
gist: add --HEAD
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-rw-r--r--Library/Formula/gist.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/gist.rb b/Library/Formula/gist.rb
index 064e4bdc2..7ab7c679f 100644
--- a/Library/Formula/gist.rb
+++ b/Library/Formula/gist.rb
@@ -1,9 +1,10 @@
require 'formula'
class Gist < Formula
- url 'https://github.com/defunkt/gist/tarball/v2.0.3'
homepage 'https://github.com/defunkt/gist'
+ url 'https://github.com/defunkt/gist/tarball/v2.0.3'
md5 '0b99159635df2083651d2ff9db8abb25'
+ head 'git://github.com/defunkt/gist.git'
def install
system "rake", "install", "prefix=#{prefix}"