diff options
| author | Jack Nagel | 2012-02-07 00:12:49 -0600 |
|---|---|---|
| committer | Jack Nagel | 2012-02-07 00:12:49 -0600 |
| commit | f6442dcba3629e00a457166b757ea95968660300 (patch) | |
| tree | addf3b55e2d60c51db87513eee7ae0c288863a0e /Library | |
| parent | 57a782612908dc0f2021a8b1e61124e50dc9432a (diff) | |
| download | homebrew-f6442dcba3629e00a457166b757ea95968660300.tar.bz2 | |
repo: move to stable URL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/repo.rb | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/Library/Formula/repo.rb b/Library/Formula/repo.rb index ea47f6b61..92cf392a5 100644 --- a/Library/Formula/repo.rb +++ b/Library/Formula/repo.rb @@ -1,6 +1,12 @@ require 'formula' -class Repo < ScriptFileFormula - homepage 'http://source.android.com/source/using-repo.html' - head 'https://dl-ssl.google.com/dl/googlesource/git-repo/repo' +class Repo < Formula + homepage 'http://source.android.com/source/git-repo.html' + url 'http://git-repo.googlecode.com/files/repo-1.14' + sha1 '29ba4221d4fccdfa8d87931cd73466fdc24040b5' + version '1.14' + + def install + bin.install "repo-#{version}" => 'repo' + end end |
