aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/tinyxml.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/tinyxml.rb')
-rw-r--r--Library/Formula/tinyxml.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/tinyxml.rb b/Library/Formula/tinyxml.rb
index 19f027332..361347693 100644
--- a/Library/Formula/tinyxml.rb
+++ b/Library/Formula/tinyxml.rb
@@ -3,6 +3,13 @@ class Tinyxml < Formula
url "https://downloads.sourceforge.net/project/tinyxml/tinyxml/2.6.2/tinyxml_2_6_2.tar.gz"
sha1 "cba3f50dd657cb1434674a03b21394df9913d764"
+ bottle do
+ cellar :any
+ sha1 "c0939c0120467f4f27f53e62ed9e262935a240f7" => :yosemite
+ sha1 "4c8aa1d3c529a87e3aebae4e2f7c425e0c96e29f" => :mavericks
+ sha1 "a36a2ebad9f8ec43591edbb522cc7371c60a490d" => :mountain_lion
+ end
+
option :universal
depends_on "cmake" => :build