aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/repo.rb8
1 files changed, 4 insertions, 4 deletions
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