diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2023-07-28 20:28:21 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-29 08:13:30 +0700 |
commit | 11d173bf9673a324afcb85199029cc1546146b62 (patch) | |
tree | 76d43cdbfa47ff3acee5c637382ca20f051550e4 | |
parent | e6ec3e048b3a0ce47ca8d7ae0d3ce828e07c05c6 (diff) |
libraries/camlpdf: Updated for version 2.6.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | libraries/camlpdf/camlpdf.SlackBuild | 4 | ||||
-rw-r--r-- | libraries/camlpdf/camlpdf.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/libraries/camlpdf/camlpdf.SlackBuild b/libraries/camlpdf/camlpdf.SlackBuild index a5d2e9af17f7..65efa8f13d65 100644 --- a/libraries/camlpdf/camlpdf.SlackBuild +++ b/libraries/camlpdf/camlpdf.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for camlpdf -# Copyright 2022, Alexander Verbovetsky, Moscow, Russia +# Copyright 2022-2023, 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.5.1} +VERSION=${VERSION:-2.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/libraries/camlpdf/camlpdf.info b/libraries/camlpdf/camlpdf.info index c820c65a4848..ba18dfe1fbdd 100644 --- a/libraries/camlpdf/camlpdf.info +++ b/libraries/camlpdf/camlpdf.info @@ -1,8 +1,8 @@ PRGNAM="camlpdf" -VERSION="2.5.1" +VERSION="2.6" HOMEPAGE="https://github.com/johnwhitington/camlpdf" -DOWNLOAD="https://github.com/johnwhitington/camlpdf/archive/v2.5.1/camlpdf-2.5.1.tar.gz" -MD5SUM="b75d810b9f9273e48b637ccb520d0b1b" +DOWNLOAD="https://github.com/johnwhitington/camlpdf/archive/v2.6/camlpdf-2.6.tar.gz" +MD5SUM="1da6373ac680f3b4b8079335201578c3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="ocaml-findlib" |