diff options
| author | Jack Nagel | 2014-02-14 15:31:29 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-02-14 16:55:49 -0500 |
| commit | 1a0f2a3d7ee0a07a0b138b9427428d0e189a8a1d (patch) | |
| tree | 9f4c918bd3881b327109b36ce6da5115e9e0ae21 /Library/Formula | |
| parent | 32598fdf14b3c80aeca8cc7600454f6841e2552f (diff) | |
| download | homebrew-1a0f2a3d7ee0a07a0b138b9427428d0e189a8a1d.tar.bz2 | |
task: remove obsoleted download strategy
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/task.rb | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/Library/Formula/task.rb b/Library/Formula/task.rb index 136ed0a75..c2917fd3e 100644 --- a/Library/Formula/task.rb +++ b/Library/Formula/task.rb @@ -1,19 +1,10 @@ require 'formula' -class TaskwarriorDownloadStrategy < GitDownloadStrategy - # CMakeLists.txt requires presence of .git to generate commit.h - # (version information), otherwise make fails. - def support_depth? - false - end -end - class Task < Formula homepage 'http://www.taskwarrior.org/' url 'http://www.taskwarrior.org/download/task-2.3.0.tar.gz' sha1 'b5390a1c1232bcb727f5a595ac1141184810d09d' - head 'git://tasktools.org/task.git', :branch => '2.4.0', - :using => TaskwarriorDownloadStrategy + head 'git://tasktools.org/task.git', :branch => '2.4.0', :shallow => false depends_on "cmake" => :build depends_on "gnutls" => :optional |
