diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2024-03-08 06:51:55 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-09 06:18:13 +0700 |
commit | 9648687859f2dbad44c5af763c3a738298a2d9fb (patch) | |
tree | 434ecf534b7c08770f96faacd4115e3bee488102 | |
parent | ad06840d32ee54abfd68a96eb5daf8171747e635 (diff) |
libraries/camlpdf: Updated for version 2.7.
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 c262fd6600bb..37a5d8626c80 100644 --- a/libraries/camlpdf/camlpdf.SlackBuild +++ b/libraries/camlpdf/camlpdf.SlackBuild @@ -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} diff --git a/libraries/camlpdf/camlpdf.info b/libraries/camlpdf/camlpdf.info index 0063cd2ff2d0..8ab267c795f0 100644 --- a/libraries/camlpdf/camlpdf.info +++ b/libraries/camlpdf/camlpdf.info @@ -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" |