From c1ffa71758b80e249f645d7056713fd5dd9e51c8 Mon Sep 17 00:00:00 2001 From: Chilledheart Date: Wed, 26 Nov 2014 01:42:59 +0800 Subject: ninja: 1.5.3 notable changes: - the bootstrap.py script is being retired, `configure.py --bootstrap` now does what bootstrap.py used to do release note: - https://groups.google.com/forum/#!topic/ninja-build/PHgWwy4DL0c Closes #34447. Signed-off-by: Mike McQuaid --- Library/Formula/ninja.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/ninja.rb b/Library/Formula/ninja.rb index 557935667..ec3c3fdc7 100644 --- a/Library/Formula/ninja.rb +++ b/Library/Formula/ninja.rb @@ -2,8 +2,8 @@ require "formula" class Ninja < Formula homepage "https://martine.github.io/ninja/" - url "https://github.com/martine/ninja/archive/v1.5.1.tar.gz" - sha1 "c5a3af39f6d7ee3a30263f34091c046964d442f0" + url "https://github.com/martine/ninja/archive/v1.5.3.tar.gz" + sha1 "b3ff794461ff5e4e1e73fe6bd11e653bbe509e63" head "https://github.com/martine/ninja.git" bottle do @@ -21,7 +21,7 @@ class Ninja < Formula end def install - system "python", "bootstrap.py" + system "python", "configure.py", "--bootstrap" if build.with? "tests" (buildpath/"gtest").install resource("gtest") -- cgit v1.2.3