diff options
author | Logan Rathbone <poprocks@gmail.com> | 2022-12-29 10:33:41 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-31 09:14:35 +0700 |
commit | 044199ece808d2453033f7b9cec600c22eff2cbb (patch) | |
tree | 289cf121cc8aa3aa3d9a3f4b2fa84075909610bf /graphics | |
parent | 1a40b92cb43f31b42ed5963e83e4a8495ac734c6 (diff) |
graphics/tesseract: Updated for version 5.3.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/tesseract/tesseract.SlackBuild | 2 | ||||
-rw-r--r-- | graphics/tesseract/tesseract.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/tesseract/tesseract.SlackBuild b/graphics/tesseract/tesseract.SlackBuild index 2c44f6bda541..b247c849467f 100644 --- a/graphics/tesseract/tesseract.SlackBuild +++ b/graphics/tesseract/tesseract.SlackBuild @@ -35,7 +35,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=tesseract -VERSION=${VERSION:-5.0.1} +VERSION=${VERSION:-5.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/graphics/tesseract/tesseract.info b/graphics/tesseract/tesseract.info index 976d062fd6d7..d1d54dd07424 100644 --- a/graphics/tesseract/tesseract.info +++ b/graphics/tesseract/tesseract.info @@ -1,9 +1,9 @@ PRGNAM="tesseract" -VERSION="5.0.1" +VERSION="5.3.0" HOMEPAGE="https://github.com/tesseract-ocr" -DOWNLOAD="https://github.com/tesseract-ocr/tesseract/archive/5.0.1/tesseract-5.0.1.tar.gz \ +DOWNLOAD="https://github.com/tesseract-ocr/tesseract/archive/5.3.0/tesseract-5.3.0.tar.gz \ https://github.com/tesseract-ocr/tessdata/raw/4.1.0/eng.traineddata" -MD5SUM="5b4e638bc01850278f9948938cfc390f \ +MD5SUM="a65c197a4eb6795b2e49f458a7816a7e \ 57e0df3d84fed9fbf8c7a8e589f8f012" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |