aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrewTestBot2014-07-03 20:34:32 +0100
committerMike McQuaid2014-07-03 22:33:25 +0100
commitf1d7c89e9dd0bb77f88fe679ab98b437f1be4a1c (patch)
tree1b94ecd71ffcc3abec1fec838715e454000d67a7
parente148199a63f813744f1a300f23a46d98d0ebeba5 (diff)
downloadhomebrew-f1d7c89e9dd0bb77f88fe679ab98b437f1be4a1c.tar.bz2
libdrawtext: add 0.1 bottle.
-rw-r--r--Library/Formula/libdrawtext.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/libdrawtext.rb b/Library/Formula/libdrawtext.rb
index 132db9663..f2a3e9f85 100644
--- a/Library/Formula/libdrawtext.rb
+++ b/Library/Formula/libdrawtext.rb
@@ -5,6 +5,13 @@ class Libdrawtext < Formula
url 'http://nuclear.mutantstargoat.com/sw/libdrawtext/libdrawtext-0.1.tar.gz'
sha1 '0d7166bbb1479553abf82b71a56ec565d861fe81'
+ bottle do
+ cellar :any
+ sha1 "598e85bf3fd3df14e212fa1eee9a2f79b570152b" => :mavericks
+ sha1 "de5a6352e9b1f0336f439ddaaa6c8f594da429d7" => :mountain_lion
+ sha1 "afc5256c5b5594aa08ca5b78d710eb0292081e68" => :lion
+ end
+
depends_on 'pkg-config' => :build
depends_on 'freetype'
depends_on 'glew'