diff options
Diffstat (limited to 'Library/Formula/task.rb')
| -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 |
