diff options
| author | Misty De Meo | 2013-09-16 08:35:36 -0700 | 
|---|---|---|
| committer | Misty De Meo | 2013-09-16 08:35:57 -0700 | 
| commit | 4656e399f5df8e58e468eb06d40f578babbf90ec (patch) | |
| tree | 449a78ca5e9721559c63d356ddb325731f91c07e | |
| parent | 7ce874f14de783f86014d1810f813f1d9eb97d23 (diff) | |
| download | homebrew-4656e399f5df8e58e468eb06d40f578babbf90ec.tar.bz2 | |
ninja 1.4.0
Fixes #22587.
| -rw-r--r-- | Library/Formula/ninja.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Formula/ninja.rb b/Library/Formula/ninja.rb index 1c77ef6b1..54ea84952 100644 --- a/Library/Formula/ninja.rb +++ b/Library/Formula/ninja.rb @@ -2,8 +2,8 @@ require 'formula'  class Ninja < Formula    homepage 'https://github.com/martine/ninja' -  url 'https://github.com/martine/ninja/archive/v1.3.4.tar.gz' -  sha1 'e6ac7d49b2b5913956ad6740c8612981183808af' +  url 'https://github.com/martine/ninja/archive/v1.4.0.tar.gz' +  sha1 '3ab2fcb71e9f70c19cda2d63983cdfe0f971d04f'    head 'https://github.com/martine/ninja.git'    depends_on :python | 
