diff options
author | Logan Rathbone <poprocks@gmail.com> | 2023-08-10 14:31:55 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-08-12 08:29:49 +0700 |
commit | 4b9ba1d06e85db0883b7c80f410886329acf4be5 (patch) | |
tree | c41797831f2ae830e049273630e40b97c4745dfe /graphics | |
parent | bd3ec7ee51fb7da5e4a9dcbe03d4368094669ac8 (diff) |
graphics/tesseract: Updated for version 5.3.2.
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 9331e4bc77db..c83831d7e800 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.3.1} +VERSION=${VERSION:-5.3.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/graphics/tesseract/tesseract.info b/graphics/tesseract/tesseract.info index 86c3f316091d..764f0224cc6a 100644 --- a/graphics/tesseract/tesseract.info +++ b/graphics/tesseract/tesseract.info @@ -1,9 +1,9 @@ PRGNAM="tesseract" -VERSION="5.3.1" +VERSION="5.3.2" HOMEPAGE="https://github.com/tesseract-ocr" -DOWNLOAD="https://github.com/tesseract-ocr/tesseract/archive/5.3.1/tesseract-5.3.1.tar.gz \ +DOWNLOAD="https://github.com/tesseract-ocr/tesseract/archive/5.3.2/tesseract-5.3.2.tar.gz \ https://github.com/tesseract-ocr/tessdata/raw/4.1.0/eng.traineddata" -MD5SUM="39c2d8d7a3efa2265f8fcf4f27f76652 \ +MD5SUM="48257c40a24a49912383626cf4d9606c \ 57e0df3d84fed9fbf8c7a8e589f8f012" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |