task: fix HEAD.
Old head was not pointing to a valid destination. Corrected it according to http://taskwarrior.org/download/#git Closes Homebrew/homebrew#32868. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
6830e5d3c6
commit
5142678265
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,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', :shallow => false
|
||||
head 'https://git.tasktools.org/scm/tm/task.git', :branch => '2.4.0', :shallow => false
|
||||
|
||||
depends_on "cmake" => :build
|
||||
depends_on "gnutls" => :optional
|
||||
|
|
Loading…
Reference in a new issue