ninja 1.3.2
Closes Homebrew/homebrew#19906. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
1f831313c9
commit
755bd7253a
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Ninja < Formula
|
||||
homepage 'https://github.com/martine/ninja'
|
||||
url 'https://github.com/martine/ninja/archive/v1.1.0.tar.gz'
|
||||
sha1 'ce37677326997c70da4fe49c1e948aba5b77317f'
|
||||
url 'https://github.com/martine/ninja/archive/v1.3.2.tar.gz'
|
||||
sha1 'c91b0df9bd4d3700695e77c31baaef74f6496152'
|
||||
|
||||
def install
|
||||
system "./bootstrap.py"
|
||||
|
|
Loading…
Reference in a new issue