diff options
| author | stites | 2015-02-17 14:27:30 -0800 |
|---|---|---|
| committer | Mike McQuaid | 2015-02-18 13:35:42 +0000 |
| commit | e8887bcf26b1f3082e88f75f8cc3ef67122de5b3 (patch) | |
| tree | 849f1473f6412bd00b29ff2a9f2b175425c1043b /Library | |
| parent | 5a819e33291c237c7cb568c1dc0bc965886204c1 (diff) | |
| download | homebrew-e8887bcf26b1f3082e88f75f8cc3ef67122de5b3.tar.bz2 | |
task 2.4.1
bump - task to 2.4.1
Closes #36912.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/task.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/task.rb b/Library/Formula/task.rb index dccec9d1e..0b104c1c8 100644 --- a/Library/Formula/task.rb +++ b/Library/Formula/task.rb @@ -1,8 +1,8 @@ class Task < Formula homepage "http://www.taskwarrior.org/" - url "http://www.taskwarrior.org/download/task-2.4.0.tar.gz" - sha1 "2c01e3eb874e7e499d31c99f93a37925b2f60ce8" - head "https://git.tasktools.org/scm/tm/task.git", :branch => "2.4.1", :shallow => false + url "http://taskwarrior.org/download/task-2.4.1.tar.gz" + sha1 "4882628ac339e31fcb0fef2f4a1c585e86eb95c7" + head "https://git.tasktools.org/scm/tm/task.git", :branch => "2.4.2", :shallow => false bottle do sha1 "38699c8bead1b03912c2ca5bc7205d655629ae75" => :yosemite |
