aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/tracebox.rb
diff options
context:
space:
mode:
authorBrewTestBot2014-03-17 07:23:55 +0000
committerMike McQuaid2014-03-17 09:57:42 +0000
commit46f6c4306c07b086d42de02fb57367d4134d7bdb (patch)
treedb8d18ab9b2d342bd5cbf8d3d37516a4fb5c72ae /Library/Formula/tracebox.rb
parentaf7bd157c375b5159a97a07d28b038fcc0fc3448 (diff)
downloadhomebrew-46f6c4306c07b086d42de02fb57367d4134d7bdb.tar.bz2
tracebox: add 0.2 bottle.
Closes #27548. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/tracebox.rb')
-rw-r--r--Library/Formula/tracebox.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/tracebox.rb b/Library/Formula/tracebox.rb
index 2b0c2c498..f4a03c483 100644
--- a/Library/Formula/tracebox.rb
+++ b/Library/Formula/tracebox.rb
@@ -5,6 +5,13 @@ class Tracebox < Formula
head 'https://github.com/tracebox/tracebox.git'
url 'https://github.com/tracebox/tracebox.git', :tag => 'v0.2'
+ bottle do
+ cellar :any
+ sha1 "ec8033c2cd6db48f747cb0d3a1881ae90bccfd81" => :mavericks
+ sha1 "08425c77bfbae29a31f4b60acbc614235023a6e7" => :mountain_lion
+ sha1 "9a71c329fad5e6e39108e198506fa0b8b2d40e6c" => :lion
+ end
+
depends_on 'lua'
depends_on :autoconf
depends_on :automake