mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/leptonica: Updated for version 1.85.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3d40950602
commit
5ade2ab77b
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=leptonica
|
||||
VERSION=${VERSION:-1.84.1}
|
||||
VERSION=${VERSION:-1.85.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="leptonica"
|
||||
VERSION="1.84.1"
|
||||
VERSION="1.85.0"
|
||||
HOMEPAGE="http://www.leptonica.com/"
|
||||
DOWNLOAD="https://github.com/DanBloomberg/leptonica/archive/1.84.1/leptonica-1.84.1.tar.gz"
|
||||
MD5SUM="58f37c12b1e9473c0c7ac0b1259e6a5c"
|
||||
DOWNLOAD="https://github.com/DanBloomberg/leptonica/archive/1.85.0/leptonica-1.85.0.tar.gz"
|
||||
MD5SUM="9450017d7c9269cae1fad59b6cd06a3e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue