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 /libraries/camlpdf/camlpdf.SlackBuild | |
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>
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 a5d2e9af17f75..65efa8f13d650 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} |