aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrewTestBot2015-01-15 14:38:55 +0000
committerMike McQuaid2015-01-15 15:36:04 +0000
commit73f64ebf925adbb81467ec6d0ee4092e55c20424 (patch)
tree79279d567631a963c71713d6e10ddf6803a2edfe /Library
parent279832e8b790a85eee7c069654aab695f322b620 (diff)
downloadhomebrew-73f64ebf925adbb81467ec6d0ee4092e55c20424.tar.bz2
getxbook: add 1.1 bottle.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/getxbook.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/getxbook.rb b/Library/Formula/getxbook.rb
index b6ca1b14a..4e02cbe4d 100644
--- a/Library/Formula/getxbook.rb
+++ b/Library/Formula/getxbook.rb
@@ -3,6 +3,13 @@ class Getxbook < Formula
url "http://njw.me.uk/software/getxbook/getxbook-1.1.tar.bz2"
sha1 "9d47918ed77e8fb4f4e8b3c412cdcc82834be3e8"
+ bottle do
+ cellar :any
+ sha1 "ec68ebd4b467ad6c3ffbb90a64118f670cf07445" => :yosemite
+ sha1 "6a7f366ad91c8cfc0bdf3f40892eb95734f7149a" => :mavericks
+ sha1 "048a83fbd2e824e8ad77fa86a7c6a91fd69cb6a3" => :mountain_lion
+ end
+
option "with-gui", "Build the GUI"
depends_on "tcl-tk" if build.with? "gui"