Browse Source
graphics/tesseract: Updated for version 4.1.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/66/head
Logan Rathbone
6 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with
4 additions and
4 deletions
-
graphics/tesseract/tesseract.SlackBuild
-
graphics/tesseract/tesseract.info
|
|
|
@ -33,7 +33,7 @@ |
|
|
|
# Modified by Willy Sudiarto Raharjo <willysr@slackware-id.org> |
|
|
|
|
|
|
|
PRGNAM=tesseract |
|
|
|
VERSION=${VERSION:-4.1.0} |
|
|
|
VERSION=${VERSION:-4.1.1} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
|
|
|
|
|
|
|
|
@ -1,9 +1,9 @@ |
|
|
|
PRGNAM="tesseract" |
|
|
|
VERSION="4.1.0" |
|
|
|
VERSION="4.1.1" |
|
|
|
HOMEPAGE="https://github.com/tesseract-ocr" |
|
|
|
DOWNLOAD="https://github.com/tesseract-ocr/tesseract/archive/4.1.0/tesseract-4.1.0.tar.gz \ |
|
|
|
DOWNLOAD="https://github.com/tesseract-ocr/tesseract/archive/4.1.1/tesseract-4.1.1.tar.gz \ |
|
|
|
https://github.com/tesseract-ocr/tessdata/raw/4.0.0/eng.traineddata" |
|
|
|
MD5SUM="88572a88fc757bc7b43ae81502f921a2 \ |
|
|
|
MD5SUM="51fe2bcbff1bbce77a25d180fd247f7d \ |
|
|
|
57e0df3d84fed9fbf8c7a8e589f8f012" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
|