diff options
| author | Jim Regan | 2014-08-14 16:27:54 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-08-14 17:56:28 +0100 |
| commit | c85398fc208aa3cef32b7b5240b8aa6f8a64fa41 (patch) | |
| tree | a05b84a1a4bc51fe0f824f10f08d9b558068c0a1 /Library | |
| parent | 9947262fbe4965b5bccc45fcd0b4219bdf5e2ff7 (diff) | |
| download | homebrew-c85398fc208aa3cef32b7b5240b8aa6f8a64fa41.tar.bz2 | |
tesseract: update head URL.
Closes #31595.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/tesseract.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/tesseract.rb b/Library/Formula/tesseract.rb index 43201070c..8f9e6856f 100644 --- a/Library/Formula/tesseract.rb +++ b/Library/Formula/tesseract.rb @@ -19,7 +19,7 @@ class Tesseract < Formula end head do - url "http://tesseract-ocr.googlecode.com/svn/trunk" + url 'https://code.google.com/p/tesseract-ocr/', :using => :git depends_on :autoconf depends_on :automake |
