diff options
| author | Jacob Bandes-Storch | 2013-06-30 14:45:48 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-07-01 09:40:31 -0700 | 
| commit | a9edcc7a3706c5c6dd1c3891b7f0924f40eb4e85 (patch) | |
| tree | b6fea35e372b8968348757162eb7e169ab1db68c | |
| parent | f9769d294d4935354311aec040ef24ebc7a33f64 (diff) | |
| download | homebrew-a9edcc7a3706c5c6dd1c3891b7f0924f40eb4e85.tar.bz2 | |
ninja: add URL for HEAD version
Closes #20928.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/ninja.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/Library/Formula/ninja.rb b/Library/Formula/ninja.rb index fd17c7dfb..1c77ef6b1 100644 --- a/Library/Formula/ninja.rb +++ b/Library/Formula/ninja.rb @@ -4,6 +4,7 @@ class Ninja < Formula    homepage 'https://github.com/martine/ninja'    url 'https://github.com/martine/ninja/archive/v1.3.4.tar.gz'    sha1 'e6ac7d49b2b5913956ad6740c8612981183808af' +  head 'https://github.com/martine/ninja.git'    depends_on :python | 
