diff options
author | Logan Rathbone <poprocks@gmail.com> | 2024-07-04 09:27:50 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-07-06 12:19:56 +0700 |
commit | feb07d995898d14cbaf380e5c0ea11b5451d3cc9 (patch) | |
tree | 34f488e27b76c935b640b1ba333df277cf4fe093 | |
parent | 0d3bb12f7b5f6ecdf444676ac7d8d2c847189e49 (diff) |
graphics/tesseract: Updated for version 5.4.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 e822d7d17002..553698f8e9de 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.4} +VERSION=${VERSION:-5.4.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/graphics/tesseract/tesseract.info b/graphics/tesseract/tesseract.info index 68ca311d7a82..66f19361c4de 100644 --- a/graphics/tesseract/tesseract.info +++ b/graphics/tesseract/tesseract.info @@ -1,9 +1,9 @@ PRGNAM="tesseract" -VERSION="5.3.4" +VERSION="5.4.1" HOMEPAGE="https://github.com/tesseract-ocr" -DOWNLOAD="https://github.com/tesseract-ocr/tesseract/archive/5.3.4/tesseract-5.3.4.tar.gz \ +DOWNLOAD="https://github.com/tesseract-ocr/tesseract/archive/5.4.1/tesseract-5.4.1.tar.gz \ https://github.com/tesseract-ocr/tessdata/raw/4.1.0/eng.traineddata" -MD5SUM="53de961804ccbcb83b73122f721d8f83 \ +MD5SUM="d26794016908c0859d893951f0efea73 \ 57e0df3d84fed9fbf8c7a8e589f8f012" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |