repo 1.16
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
a9d70b7663
commit
ff34b61a3d
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@ require 'formula'
|
||||||
|
|
||||||
class Repo < Formula
|
class Repo < Formula
|
||||||
homepage 'http://source.android.com/source/git-repo.html'
|
homepage 'http://source.android.com/source/git-repo.html'
|
||||||
url 'http://git-repo.googlecode.com/files/repo-1.15'
|
url 'http://git-repo.googlecode.com/files/repo-1.16'
|
||||||
sha1 '4c06bc2d1466c638f4594d492fd18fd2da38bf5f'
|
sha1 'f3bfa7fd2d0a44aa40579bb0242cc20df37b5e17'
|
||||||
version '1.15'
|
version '1.16'
|
||||||
|
|
||||||
def install
|
def install
|
||||||
bin.install "repo-#{version}" => 'repo'
|
bin.install "repo-#{version}" => 'repo'
|
||||||
|
|
Loading…
Reference in a new issue