diff options
| author | Will Ross | 2012-05-31 04:02:36 -0400 |
|---|---|---|
| committer | Adam Vandenberg | 2012-05-31 07:18:45 -0700 |
| commit | 812e45407cfb212806a01284b4afb94fe15f8a5d (patch) | |
| tree | 3d01288575cab5ce6b0e18e6ed63fe9182162d5e /Library/Formula | |
| parent | ac4307ab23e129ae6d7aacc3ce5133abeb54a52c (diff) | |
| download | homebrew-812e45407cfb212806a01284b4afb94fe15f8a5d.tar.bz2 | |
repo 1.16
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 7dbdf5e1e..e7d3c4473 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.15' - sha1 '4c06bc2d1466c638f4594d492fd18fd2da38bf5f' - version '1.15' + url 'http://git-repo.googlecode.com/files/repo-1.16' + sha1 'f3bfa7fd2d0a44aa40579bb0242cc20df37b5e17' + version '1.16' def install bin.install "repo-#{version}" => 'repo' |
