diff options
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 e822d7d17002d..553698f8e9dee 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 68ca311d7a824..66f19361c4def 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="" |