aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrewTestBot2015-01-11 22:13:51 +0000
committerMike McQuaid2015-01-11 22:13:51 +0000
commitb559ea59cc57b0d848397d9a7f22ed8149c4b0df (patch)
tree26e7b6ac4ad2f46a3fd2e46e87b3a5df00f652db /Library
parentba574e756608252275b45618a23823366b2450a3 (diff)
downloadhomebrew-b559ea59cc57b0d848397d9a7f22ed8149c4b0df.tar.bz2
task: add 2.4.0 bottle.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/task.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/task.rb b/Library/Formula/task.rb
index 0b010086a..dccec9d1e 100644
--- a/Library/Formula/task.rb
+++ b/Library/Formula/task.rb
@@ -4,6 +4,12 @@ class Task < Formula
sha1 "2c01e3eb874e7e499d31c99f93a37925b2f60ce8"
head "https://git.tasktools.org/scm/tm/task.git", :branch => "2.4.1", :shallow => false
+ bottle do
+ sha1 "38699c8bead1b03912c2ca5bc7205d655629ae75" => :yosemite
+ sha1 "aecc318a37aeb78b0f34f6cb2bb1702115d0efef" => :mavericks
+ sha1 "709dd83ede6c94a0440b9e67ce64f682143792a7" => :mountain_lion
+ end
+
depends_on "cmake" => :build
depends_on "gnutls" => :optional