python/python3-PyMuPDF: Updated for version 1.24.10.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Alexander Verbovetsky 2024-09-06 23:13:40 +07:00 committed by Willy Sudiarto Raharjo
parent 72fa3b70ac
commit 4048cd3fe9
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 6 additions and 6 deletions

View file

@ -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}

View file

@ -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%"