summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
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
commit9648687859f2dbad44c5af763c3a738298a2d9fb (patch)
tree434ecf534b7c08770f96faacd4115e3bee488102 /libraries
parentad06840d32ee54abfd68a96eb5daf8171747e635 (diff)
downloadslackbuilds-9648687859f2dbad44c5af763c3a738298a2d9fb.tar.gz
slackbuilds-9648687859f2dbad44c5af763c3a738298a2d9fb.tar.xz
libraries/camlpdf: Updated for version 2.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r--libraries/camlpdf/camlpdf.SlackBuild4
-rw-r--r--libraries/camlpdf/camlpdf.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/libraries/camlpdf/camlpdf.SlackBuild b/libraries/camlpdf/camlpdf.SlackBuild
index c262fd6600..37a5d8626c 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 0063cd2ff2..8ab267c795 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"