libraries/camlpdf: Updated for version 2.7.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Alexander Verbovetsky 2024-07-25 08:17:11 +07:00 committed by Willy Sudiarto Raharjo
parent 5132db4ec6
commit 3b88e09e29
2 changed files with 4 additions and 4 deletions

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=camlpdf
VERSION=${VERSION:-2.7}
VERSION=${VERSION:-2.7.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="camlpdf"
VERSION="2.7"
VERSION="2.7.1"
HOMEPAGE="https://github.com/johnwhitington/camlpdf"
DOWNLOAD="https://github.com/johnwhitington/camlpdf/archive/v2.7/camlpdf-2.7.tar.gz"
MD5SUM="7d53d94a2783801ff0df13595d599aa8"
DOWNLOAD="https://github.com/johnwhitington/camlpdf/archive/v2.7.1/camlpdf-2.7.1.tar.gz"
MD5SUM="5ec4c14006769e68be97a3ed70d46bc7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ocaml-findlib"