mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
python/python3-PyMuPDF: Updated for version 1.24.10.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
72fa3b70ac
commit
4048cd3fe9
2 changed files with 6 additions and 6 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=python3-PyMuPDF
|
||||
VERSION=${VERSION:-1.24.9}
|
||||
VERSION=${VERSION:-1.24.10}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="python3-PyMuPDF"
|
||||
VERSION="1.24.9"
|
||||
VERSION="1.24.10"
|
||||
HOMEPAGE="https://github.com/pymupdf/PyMuPDF"
|
||||
DOWNLOAD="https://github.com/pymupdf/PyMuPDF/archive/1.24.9/PyMuPDF-1.24.9.tar.gz \
|
||||
https://mupdf.com/downloads/archive/mupdf-1.24.8-source.tar.lz"
|
||||
MD5SUM="582044f8b14868da5dfb29b6a4ad3528 \
|
||||
dee21c13ebfa542f3001c85b2a36b627"
|
||||
DOWNLOAD="https://github.com/pymupdf/PyMuPDF/archive/1.24.10/PyMuPDF-1.24.10.tar.gz \
|
||||
https://mupdf.com/downloads/archive/mupdf-1.24.9-source.tar.lz"
|
||||
MD5SUM="f25c2be01fb95165ad74f329c070b5cf \
|
||||
72bb7fcb940cacd28e640ea86f081895"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-psutil %README%"
|
||||
|
|
Loading…
Reference in a new issue