aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrewTestBot2014-11-14 19:31:10 +0000
committerMisty De Meo2014-11-14 12:19:01 -0800
commite7c0cdd05d57f5f2c42c59c7fdcdbc617a745a3a (patch)
tree09c274345f4c6dd749e9aeffb926b663bd0e7b79 /Library/Formula
parent6f24b31a393e455124385faf40c813a02233692d (diff)
downloadhomebrew-e7c0cdd05d57f5f2c42c59c7fdcdbc617a745a3a.tar.bz2
chuck: add 1.3.4.0 bottle.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/chuck.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/chuck.rb b/Library/Formula/chuck.rb
index 7acfb84b4..298327130 100644
--- a/Library/Formula/chuck.rb
+++ b/Library/Formula/chuck.rb
@@ -5,6 +5,13 @@ class Chuck < Formula
url "http://chuck.cs.princeton.edu/release/files/chuck-1.3.4.0.tgz"
sha1 "d32faae2cb60fc81d2716b477cf2d54bc548d9c6"
+ bottle do
+ cellar :any
+ sha1 "54f55280bd5b153277bd7657a8338ae03f674a08" => :yosemite
+ sha1 "54a4b27ef78e49544134fbe688a356e4e9001dfc" => :mavericks
+ sha1 "515e650f18e765e023947a2f8c75334611f0f7ed" => :mountain_lion
+ end
+
# Homebrew already takes care of setting the sysroot;
# also lets the build work on CLT.
# Also fixes the version regex for 10.10+; reported to chuck-dev.