aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryanniks2013-10-07 19:24:26 +0200
committerMike McQuaid2013-10-08 08:27:28 +0100
commitac8712dc21ec995f5404ec9e61c6a7ebece26c74 (patch)
tree570f4f0d9e35a5934b352d5c583a1b76a57a4cd5
parentc3937ffce586e9fc0463baaa00349ffd60a04794 (diff)
downloadhomebrew-ac8712dc21ec995f5404ec9e61c6a7ebece26c74.tar.bz2
repo 1.20
Closes #23107. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
-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