aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/git-subtree.rb
diff options
context:
space:
mode:
authorStuart Carnie2011-02-26 10:31:15 -0700
committerAdam Vandenberg2011-02-26 10:41:08 -0800
commit46ce610b1d0f558116ee600c9562c6c7185a3f7a (patch)
tree2132ea9bf8d04d750410acc114a5a3936df9fbdd /Library/Formula/git-subtree.rb
parent66f1c2559ed4d41abdc5bb28d4c43ffd7f1d259b (diff)
downloadhomebrew-46ce610b1d0f558116ee600c9562c6c7185a3f7a.tar.bz2
Updated to git-subtree v4.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/git-subtree.rb')
-rw-r--r--Library/Formula/git-subtree.rb12
1 files changed, 5 insertions, 7 deletions
diff --git a/Library/Formula/git-subtree.rb b/Library/Formula/git-subtree.rb
index 8cf5bd3cd..484d1a406 100644
--- a/Library/Formula/git-subtree.rb
+++ b/Library/Formula/git-subtree.rb
@@ -2,13 +2,14 @@ require 'formula'
class GitSubtree <Formula
homepage 'https://github.com/apenwarr/git-subtree'
- url 'https://github.com/apenwarr/git-subtree/zipball/v0.3'
+ url 'https://github.com/apenwarr/git-subtree/zipball/v0.4'
+ version '0.4'
+ md5 '904f325d2208ad5ca542e7bb56c50f9c'
+
head 'git://github.com/apenwarr/git-subtree.git'
def options
- [
- ['--build-docs', "Build man pages using asciidoc and xmlto"]
- ]
+ [['--build-docs', "Build man pages using asciidoc and xmlto"]]
end
if ARGV.include? '--build-docs'
@@ -17,9 +18,6 @@ class GitSubtree <Formula
depends_on 'xmlto'
end
- # Not depending on git because people might have it
- # installed through another means
-
def install
if ARGV.include? '--build-docs'
system "make doc"