aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/tinyxml2.rb
diff options
context:
space:
mode:
authorBrewTestBot2014-03-17 22:18:10 +0000
committerMike McQuaid2014-03-17 22:25:22 +0000
commitb836740134d100e6bfee9d97306b086ab92725ad (patch)
tree0e8fc50134b5858bab2357dfa64c104e35d9f2ae /Library/Formula/tinyxml2.rb
parentfc2ce37eaa34f36d29f894861a11664787648cdb (diff)
downloadhomebrew-b836740134d100e6bfee9d97306b086ab92725ad.tar.bz2
tinyxml2: add 2.0.2 bottle.
Closes #27622. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/tinyxml2.rb')
-rw-r--r--Library/Formula/tinyxml2.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/tinyxml2.rb b/Library/Formula/tinyxml2.rb
index fbfc358c8..0cfd2beb2 100644
--- a/Library/Formula/tinyxml2.rb
+++ b/Library/Formula/tinyxml2.rb
@@ -6,6 +6,13 @@ class Tinyxml2 < Formula
sha1 "c78a4de58540e2a35f4775fd3e577299ebd15117"
head "https://github.com/leethomason/tinyxml2.git", :branch => "master"
+ bottle do
+ cellar :any
+ sha1 "21ac26ad280788da33d3d40b85c51443b8e621bb" => :mavericks
+ sha1 "796b13f7e196897af63cd41e149bea133774a61f" => :mountain_lion
+ sha1 "623579a7a5216e1789f2ef97c6048ccbf349f99b" => :lion
+ end
+
depends_on "cmake" => :build
def install