diff options
| author | Will Ross | 2012-06-05 12:47:27 -0400 | 
|---|---|---|
| committer | Charlie Sharpsteen | 2012-06-05 09:57:19 -0700 | 
| commit | 2db0fd6ca8098c84672eb7ea3fbb842f8af0e1ab (patch) | |
| tree | ea5ebd1eae2bc0b78b16f6795ca665d1fdf26148 | |
| parent | dde738c77e57b2dfcf75e79679512a6af2ab9d5c (diff) | |
| download | homebrew-2db0fd6ca8098c84672eb7ea3fbb842f8af0e1ab.tar.bz2 | |
repo: Update to 1.17
Closes #12604.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
| -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 e7d3c4473..eef04bfd0 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.16' -  sha1 'f3bfa7fd2d0a44aa40579bb0242cc20df37b5e17' -  version '1.16' +  url 'http://git-repo.googlecode.com/files/repo-1.17' +  sha1 'ddd79b6d5a7807e911b524cb223bc3544b661c28' +  version '1.17'    def install      bin.install "repo-#{version}" => 'repo' | 
