diff options
| author | Chilledheart | 2014-11-26 01:42:59 +0800 |
|---|---|---|
| committer | Mike McQuaid | 2014-11-25 18:18:45 +0000 |
| commit | c1ffa71758b80e249f645d7056713fd5dd9e51c8 (patch) | |
| tree | 49d22cd76523bdc93736c9f19d20392bcd20ed8b /Library/Formula | |
| parent | ccaaafa1c2cbd78bcd9cf949e46923b9e7977e29 (diff) | |
| download | homebrew-c1ffa71758b80e249f645d7056713fd5dd9e51c8.tar.bz2 | |
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 <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/ninja.rb | 6 |
1 files changed, 3 insertions, 3 deletions
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") |
