aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrewTestBot2014-04-23 01:00:03 +0100
committerJack Nagel2014-04-22 19:03:42 -0500
commitccb196fcd6bab117b494442aec7a663efbdfaea9 (patch)
tree406256f7c06ce24dd2dc098e1a756201b469145c /Library/Formula
parent5f502972079888f4ff906e74d2e5c863b6d18b1a (diff)
downloadhomebrew-ccb196fcd6bab117b494442aec7a663efbdfaea9.tar.bz2
tinyxml2: update 2.1.0 bottle.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/tinyxml2.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/tinyxml2.rb b/Library/Formula/tinyxml2.rb
index 92d451d46..c936283ce 100644
--- a/Library/Formula/tinyxml2.rb
+++ b/Library/Formula/tinyxml2.rb
@@ -8,9 +8,9 @@ class Tinyxml2 < Formula
bottle do
cellar :any
- sha1 "" => :mavericks
- sha1 "" => :mountain_lion
- sha1 "" => :lion
+ sha1 "82860d4195cb6c1230770cb35899a26480d608b3" => :mavericks
+ sha1 "bebfd80f824aeccc679c3efd719457f353d8132e" => :mountain_lion
+ sha1 "4fba761a6b118583a2ef064c43b7a839fe210cd3" => :lion
end
depends_on "cmake" => :build