libraries/camlpdf: Updated for version 2.6.1.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Alexander Verbovetsky 2023-09-08 20:48:19 +09:00 committed by Willy Sudiarto Raharjo
parent c8148a939a
commit 685671f668
No known key found for this signature in database
GPG key ID: 3F617144D7238786
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.6}
VERSION=${VERSION:-2.6.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="camlpdf"
VERSION="2.6"
VERSION="2.6.1"
HOMEPAGE="https://github.com/johnwhitington/camlpdf"
DOWNLOAD="https://github.com/johnwhitington/camlpdf/archive/v2.6/camlpdf-2.6.tar.gz"
MD5SUM="1da6373ac680f3b4b8079335201578c3"
DOWNLOAD="https://github.com/johnwhitington/camlpdf/archive/v2.6.1/camlpdf-2.6.1.tar.gz"
MD5SUM="72dd9faf70fa8b9e0a5aa636f2841a87"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ocaml-findlib"