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 /libraries/camlpdf/camlpdf.SlackBuild | |
parent | ad06840d32ee54abfd68a96eb5daf8171747e635 (diff) |
libraries/camlpdf: Updated for version 2.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/camlpdf/camlpdf.SlackBuild')
-rw-r--r-- | libraries/camlpdf/camlpdf.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/camlpdf/camlpdf.SlackBuild b/libraries/camlpdf/camlpdf.SlackBuild index c262fd6600bb0..37a5d8626c804 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} |