aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/tinyxml2.rb
diff options
context:
space:
mode:
authorBaptiste Fontaine2015-03-22 22:58:50 +0100
committerMike McQuaid2015-03-23 08:40:05 +0000
commitd7c8cbf7b7a0ad9c84427a751991e9ce1d9fd752 (patch)
tree42beb6e2844895866f17d36d34fc6cd10d07b11d /Library/Formula/tinyxml2.rb
parent5c597d5aeacfa4eb72b49e20317120f98127b4af (diff)
downloadhomebrew-d7c8cbf7b7a0ad9c84427a751991e9ce1d9fd752.tar.bz2
tinyxml2 3.0.0
Closes #37976. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/tinyxml2.rb')
-rw-r--r--Library/Formula/tinyxml2.rb8
1 files changed, 3 insertions, 5 deletions
diff --git a/Library/Formula/tinyxml2.rb b/Library/Formula/tinyxml2.rb
index f4b04311b..6c43ae900 100644
--- a/Library/Formula/tinyxml2.rb
+++ b/Library/Formula/tinyxml2.rb
@@ -1,9 +1,7 @@
-require "formula"
-
class Tinyxml2 < Formula
homepage "http://grinninglizard.com/tinyxml2"
- url "https://github.com/leethomason/tinyxml2/archive/2.2.0.tar.gz"
- sha1 "7869aa08241ce16f93ba3732c1cde155b1f2b6a0"
+ url "https://github.com/leethomason/tinyxml2/archive/3.0.0.tar.gz"
+ sha256 "128aa1553e88403833e0cccf1b651f45ce87bc207871f53fdcc8e7f9ec795747"
head "https://github.com/leethomason/tinyxml2.git"
bottle do
@@ -21,7 +19,7 @@ class Tinyxml2 < Formula
end
test do
- (testpath/'test.cpp').write <<-EOS.undent
+ (testpath/"test.cpp").write <<-EOS.undent
#include <tinyxml2.h>
int main() {
tinyxml2::XMLDocument doc (false);