graphics/tesseract: Updated for version 5.3.4.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
4684c8dd88
commit
0efe6f97ee
|
@ -3,7 +3,7 @@
|
|||
|
||||
# Copyright 2009-2010 Pierre Cazenave <pwcazenave {at} gmail [dot] com>
|
||||
# Copyright 2013-2015 LukenShiro, Italy
|
||||
# Copyright 2019-2023 Logan Rathbone <poprocks@gmail.com>
|
||||
# Copyright 2019-2024 Logan Rathbone <poprocks@gmail.com>
|
||||
#
|
||||
# All rights reserved.
|
||||
#
|
||||
|
@ -35,7 +35,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=tesseract
|
||||
VERSION=${VERSION:-5.3.3}
|
||||
VERSION=${VERSION:-5.3.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
PRGNAM="tesseract"
|
||||
VERSION="5.3.3"
|
||||
VERSION="5.3.4"
|
||||
HOMEPAGE="https://github.com/tesseract-ocr"
|
||||
DOWNLOAD="https://github.com/tesseract-ocr/tesseract/archive/5.3.3/tesseract-5.3.3.tar.gz \
|
||||
DOWNLOAD="https://github.com/tesseract-ocr/tesseract/archive/5.3.4/tesseract-5.3.4.tar.gz \
|
||||
https://github.com/tesseract-ocr/tessdata/raw/4.1.0/eng.traineddata"
|
||||
MD5SUM="dbaad34a44ecbb7b81f185af7c13e21c \
|
||||
MD5SUM="53de961804ccbcb83b73122f721d8f83 \
|
||||
57e0df3d84fed9fbf8c7a8e589f8f012"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
Loading…
Reference in New Issue