diff options
| author | yanniks | 2014-02-03 15:55:23 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2014-02-03 15:07:29 +0000 | 
| commit | dc248db16317aa4d1913e9030a48eea9d6cff5ec (patch) | |
| tree | 83f39bef8612c7678646751f3eab175962f56d76 | |
| parent | 3ac106fc069f2f5909ef32c00ebf52df8d559578 (diff) | |
| download | homebrew-dc248db16317aa4d1913e9030a48eea9d6cff5ec.tar.bz2 | |
repo 1.21
Closes #26374.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
| -rw-r--r-- | Library/Formula/repo.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/Library/Formula/repo.rb b/Library/Formula/repo.rb index 88ff7ddd8..15356cbab 100644 --- a/Library/Formula/repo.rb +++ b/Library/Formula/repo.rb @@ -2,9 +2,9 @@ require 'formula'  class Repo < Formula    homepage 'http://source.android.com/source/git-repo.html' -  url 'https://raw.github.com/android/tools_repo/v1.12.4/repo' -  version '1.20' -  sha1 'e197cb48ff4ddda4d11f23940d316e323b29671c' +  url 'https://raw.github.com/android/tools_repo/v1.12.13/repo' +  version '1.21' +  sha1 'b8bd1804f432ecf1bab730949c82b93b0fc5fede'    def install      bin.install 'repo' | 
