aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/task-spooler.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/task-spooler.rb b/Library/Formula/task-spooler.rb
index 0283eecdb..adaac8f30 100644
--- a/Library/Formula/task-spooler.rb
+++ b/Library/Formula/task-spooler.rb
@@ -5,6 +5,13 @@ class TaskSpooler < Formula
url 'http://vicerveza.homeunix.net/~viric/soft/ts/ts-0.7.5.tar.gz'
sha1 'c2a81abbc3bcec14629a3a288a06e1f0c57f175c'
+ bottle do
+ cellar :any
+ sha256 "bda2858d1071b3091c48b9774786c3b88b0ded7cb7a569054aa1774b141e5555" => :yosemite
+ sha256 "48fec6fbf078cffbc77ad1a5f7eaa01ca28561efbd5d847957bdf574bbb6c8fe" => :mavericks
+ sha256 "00fdb36feaadc5c6f552318cf7e3aed402b1c49ffde203652a0eb0ccf4ffec8b" => :mountain_lion
+ end
+
conflicts_with 'moreutils',
:because => "both install a 'ts' executable."