Skip to content

Commit

Permalink
repo 1.19
Browse files Browse the repository at this point in the history
Closes Homebrew#16951.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
nemith authored and adamv committed Jan 8, 2013
1 parent e27dec7 commit 62d3855
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Library/Formula/repo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

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'
Expand Down

0 comments on commit 62d3855

Please sign in to comment.