From ac8712dc21ec995f5404ec9e61c6a7ebece26c74 Mon Sep 17 00:00:00 2001 From: yanniks Date: Mon, 7 Oct 2013 19:24:26 +0200 Subject: repo 1.20 Closes #23107. Signed-off-by: Mike McQuaid --- Library/Formula/repo.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/repo.rb b/Library/Formula/repo.rb index 53344e10e..88ff7ddd8 100644 --- a/Library/Formula/repo.rb +++ b/Library/Formula/repo.rb @@ -2,11 +2,11 @@ require 'formula' class Repo < Formula homepage 'http://source.android.com/source/git-repo.html' - url 'http://git-repo.googlecode.com/files/repo-1.19' - version '1.19' - sha1 'e48d46e36194859fe8565e8cbdf4c5d1d8768ef3' + url 'https://raw.github.com/android/tools_repo/v1.12.4/repo' + version '1.20' + sha1 'e197cb48ff4ddda4d11f23940d316e323b29671c' def install - bin.install "repo-#{version}" => 'repo' + bin.install 'repo' end end -- cgit v1.2.3