mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python-djvulibre: Updated for version 0.8.8.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
288a98e0d3
commit
c8ed41bec0
2 changed files with 6 additions and 4 deletions
|
@ -6,6 +6,8 @@
|
|||
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20230108 bkw: update for v0.8.8.
|
||||
|
||||
# 20211205 bkw:
|
||||
# - update for v0.8.7.
|
||||
# - rename back to python-djvulibre, because:
|
||||
|
@ -14,7 +16,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=python-djvulibre
|
||||
VERSION=${VERSION:-0.8.7}
|
||||
VERSION=${VERSION:-0.8.8}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python-djvulibre"
|
||||
VERSION="0.8.7"
|
||||
VERSION="0.8.8"
|
||||
HOMEPAGE="http://jwilk.net/software/python-djvulibre"
|
||||
DOWNLOAD="https://github.com/jwilk/python-djvulibre/archive/0.8.7/python-djvulibre-0.8.7.tar.gz"
|
||||
MD5SUM="55b10b0de9de627905e042943c5403a2"
|
||||
DOWNLOAD="https://github.com/jwilk/python-djvulibre/archive/0.8.8/python-djvulibre-0.8.8.tar.gz"
|
||||
MD5SUM="e5471cd24d5aa987945d836b55ed34d7"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue