diff options
Diffstat (limited to 'Library/Formula/task.rb')
| -rw-r--r-- | Library/Formula/task.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/task.rb b/Library/Formula/task.rb index ea999e35f..136ed0a75 100644 --- a/Library/Formula/task.rb +++ b/Library/Formula/task.rb @@ -12,7 +12,7 @@ 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", + head 'git://tasktools.org/task.git', :branch => '2.4.0', :using => TaskwarriorDownloadStrategy depends_on "cmake" => :build |
