tinyxml2 2.1.0
Update to 2.1.0 Closes Homebrew/homebrew#28601. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
4c72cd49d9
commit
46d96f05a7
1 changed files with 5 additions and 5 deletions
|
@ -2,15 +2,15 @@ require "formula"
|
|||
|
||||
class Tinyxml2 < Formula
|
||||
homepage "http://grinninglizard.com/tinyxml2"
|
||||
url "https://github.com/leethomason/tinyxml2/archive/2.0.2.tar.gz"
|
||||
sha1 "c78a4de58540e2a35f4775fd3e577299ebd15117"
|
||||
url "https://github.com/leethomason/tinyxml2/archive/2.1.0.tar.gz"
|
||||
sha1 "70ef3221bdc190fd8fc50cdd4a6ef440f44b74dc"
|
||||
head "https://github.com/leethomason/tinyxml2.git", :branch => "master"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
sha1 "21ac26ad280788da33d3d40b85c51443b8e621bb" => :mavericks
|
||||
sha1 "796b13f7e196897af63cd41e149bea133774a61f" => :mountain_lion
|
||||
sha1 "623579a7a5216e1789f2ef97c6048ccbf349f99b" => :lion
|
||||
sha1 "" => :mavericks
|
||||
sha1 "" => :mountain_lion
|
||||
sha1 "" => :lion
|
||||
end
|
||||
|
||||
depends_on "cmake" => :build
|
||||
|
|
Loading…
Reference in a new issue