diff options
| author | Brandon Bennett | 2012-04-30 11:21:19 -0600 |
|---|---|---|
| committer | Jack Nagel | 2012-04-30 17:15:11 -0500 |
| commit | d957641c2ee4cdbbac6e066d65e69b4d45f7519d (patch) | |
| tree | 7b35083a8654aac0a1c356f231c36f0f0426f201 | |
| parent | d5de374868d976305b3442a1de249ef410319a92 (diff) | |
| download | homebrew-d957641c2ee4cdbbac6e066d65e69b4d45f7519d.tar.bz2 | |
repo 1.15
Closes #11970.
Signed-off-by: Jack Nagel <jacknagel@gmail.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 92cf392a5..7dbdf5e1e 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.14' - sha1 '29ba4221d4fccdfa8d87931cd73466fdc24040b5' - version '1.14' + url 'http://git-repo.googlecode.com/files/repo-1.15' + sha1 '4c06bc2d1466c638f4594d492fd18fd2da38bf5f' + version '1.15' def install bin.install "repo-#{version}" => 'repo' |
