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/tesseract/tesseract.SlackBuild | |
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/tesseract/tesseract.SlackBuild')
-rw-r--r-- | graphics/tesseract/tesseract.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/tesseract/tesseract.SlackBuild b/graphics/tesseract/tesseract.SlackBuild index 9331e4bc77dba..c83831d7e800c 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} |