repo 1.18

Closes Homebrew/homebrew#15796.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Brandon Bennett 2012-11-01 08:57:28 -06:00 committed by Adam Vandenberg
parent bf01b6f4e8
commit 9cce08202a

View file

@ -2,9 +2,9 @@ require 'formula'
class Repo < Formula
homepage 'http://source.android.com/source/git-repo.html'
url 'http://git-repo.googlecode.com/files/repo-1.17'
sha1 'ddd79b6d5a7807e911b524cb223bc3544b661c28'
version '1.17'
url 'http://git-repo.googlecode.com/files/repo-1.18'
version '1.18'
sha1 '562a9091b4529d7a2afb87131e548a9d12241da5'
def install
bin.install "repo-#{version}" => 'repo'