mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-27 20:59:36 +08:00
Download the leptonica source from github
1.74.2 is no longer available from the leptonica website. But anyway, it seems safer going forward to download it from github. It's https, and it won't disappear as easily. Also, this is the same source used by travis, so there's less chance of shipping something untested.
This commit is contained in:
parent
2b854e3749
commit
91afb5540f
@ -30,5 +30,5 @@ parts:
|
||||
- libcairo2-dev
|
||||
after: [leptonica]
|
||||
leptonica:
|
||||
source: http://www.leptonica.org/source/leptonica-1.74.2.tar.gz
|
||||
source: https://github.com/DanBloomberg/leptonica/archive/1.74.2.tar.gz
|
||||
plugin: autotools
|
||||
|
Loading…
Reference in New Issue
Block a user