mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
graphics/tesseract: Update for 5.3.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
bb01d27661
commit
1a4ad985d0
2 changed files with 5 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
# Copyright 2009-2010 Pierre Cazenave <pwcazenave {at} gmail [dot] com>
|
||||
# Copyright 2013-2015 LukenShiro, Italy
|
||||
# Copyright 2019-2022 Logan Rathbone <poprocks@gmail.com>
|
||||
# Copyright 2019-2023 Logan Rathbone <poprocks@gmail.com>
|
||||
#
|
||||
# All rights reserved.
|
||||
#
|
||||
|
@ -35,7 +35,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=tesseract
|
||||
VERSION=${VERSION:-5.3.0}
|
||||
VERSION=${VERSION:-5.3.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
PRGNAM="tesseract"
|
||||
VERSION="5.3.0"
|
||||
VERSION="5.3.1"
|
||||
HOMEPAGE="https://github.com/tesseract-ocr"
|
||||
DOWNLOAD="https://github.com/tesseract-ocr/tesseract/archive/5.3.0/tesseract-5.3.0.tar.gz \
|
||||
DOWNLOAD="https://github.com/tesseract-ocr/tesseract/archive/5.3.1/tesseract-5.3.1.tar.gz \
|
||||
https://github.com/tesseract-ocr/tessdata/raw/4.1.0/eng.traineddata"
|
||||
MD5SUM="a65c197a4eb6795b2e49f458a7816a7e \
|
||||
MD5SUM="39c2d8d7a3efa2265f8fcf4f27f76652 \
|
||||
57e0df3d84fed9fbf8c7a8e589f8f012"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
Loading…
Reference in a new issue