diff options
| author | Brandon Bennett | 2013-01-07 23:03:35 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-08 05:57:30 -0800 |
| commit | 62d3855d3412ca1657f2a1e145a41ea088b080c4 (patch) | |
| tree | a7470d4b4dba855189de0b8f04323f39d4049ee3 /Library/Formula | |
| parent | e27dec7117f9189598511c364aa7cb442202157a (diff) | |
| download | homebrew-62d3855d3412ca1657f2a1e145a41ea088b080c4.tar.bz2 | |
repo 1.19
Closes #16951.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -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 b68dcf8b7..53344e10e 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 'http://git-repo.googlecode.com/files/repo-1.18' - version '1.18' - sha1 '562a9091b4529d7a2afb87131e548a9d12241da5' + url 'http://git-repo.googlecode.com/files/repo-1.19' + version '1.19' + sha1 'e48d46e36194859fe8565e8cbdf4c5d1d8768ef3' def install bin.install "repo-#{version}" => 'repo' |
