diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2023-10-28 09:16:43 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-10-28 13:11:55 +0700 |
commit | 0e83605c7e13e95e816f21b9cbd35d4e8fb5d40b (patch) | |
tree | 5a6fcbf7eac8238107c71426abebfd439e189289 /libraries | |
parent | a241ee02eb77d8e92c808986d4abaa9e7bc265ae (diff) |
libraries/camlpdf: Updated for version 2.6.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/camlpdf/camlpdf.SlackBuild | 2 | ||||
-rw-r--r-- | libraries/camlpdf/camlpdf.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/libraries/camlpdf/camlpdf.SlackBuild b/libraries/camlpdf/camlpdf.SlackBuild index b40e47c4ae99b..c262fd6600bb0 100644 --- a/libraries/camlpdf/camlpdf.SlackBuild +++ b/libraries/camlpdf/camlpdf.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=camlpdf -VERSION=${VERSION:-2.6.1} +VERSION=${VERSION:-2.6.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/libraries/camlpdf/camlpdf.info b/libraries/camlpdf/camlpdf.info index 1d05c5dd64e2e..0063cd2ff2d09 100644 --- a/libraries/camlpdf/camlpdf.info +++ b/libraries/camlpdf/camlpdf.info @@ -1,8 +1,8 @@ PRGNAM="camlpdf" -VERSION="2.6.1" +VERSION="2.6.2" HOMEPAGE="https://github.com/johnwhitington/camlpdf" -DOWNLOAD="https://github.com/johnwhitington/camlpdf/archive/v2.6.1/camlpdf-2.6.1.tar.gz" -MD5SUM="72dd9faf70fa8b9e0a5aa636f2841a87" +DOWNLOAD="https://github.com/johnwhitington/camlpdf/archive/v2.6.2/camlpdf-2.6.2.tar.gz" +MD5SUM="0dd2e81763be48eb67c5143e9142e6f7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="ocaml-findlib" |