libraries/camlpdf: Updated for version 2.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ad06840d32
commit
9648687859
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for camlpdf
|
||||
|
||||
# Copyright 2022-2023, Alexander Verbovetsky, Moscow, Russia
|
||||
# Copyright 2022-2024, Alexander Verbovetsky, Moscow, Russia
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=camlpdf
|
||||
VERSION=${VERSION:-2.6.2}
|
||||
VERSION=${VERSION:-2.7}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="camlpdf"
|
||||
VERSION="2.6.2"
|
||||
VERSION="2.7"
|
||||
HOMEPAGE="https://github.com/johnwhitington/camlpdf"
|
||||
DOWNLOAD="https://github.com/johnwhitington/camlpdf/archive/v2.6.2/camlpdf-2.6.2.tar.gz"
|
||||
MD5SUM="0dd2e81763be48eb67c5143e9142e6f7"
|
||||
DOWNLOAD="https://github.com/johnwhitington/camlpdf/archive/v2.7/camlpdf-2.7.tar.gz"
|
||||
MD5SUM="7d53d94a2783801ff0df13595d599aa8"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="ocaml-findlib"
|
||||
|
|
Loading…
Reference in New Issue