diff options
-rw-r--r-- | office/pandoc-bin/pandoc-bin.SlackBuild | 4 | ||||
-rw-r--r-- | office/pandoc-bin/pandoc-bin.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/office/pandoc-bin/pandoc-bin.SlackBuild b/office/pandoc-bin/pandoc-bin.SlackBuild index 9b685663bd..a72aad03cb 100644 --- a/office/pandoc-bin/pandoc-bin.SlackBuild +++ b/office/pandoc-bin/pandoc-bin.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for pandoc-bin -# Copyright 2019-2024 Andrew Payne <phalange@komputermatrix.com> +# Copyright 2019-2025 Andrew Payne <phalange@komputermatrix.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=pandoc-bin SRCNAM=pandoc -VERSION=${VERSION:-3.6.1} +VERSION=${VERSION:-3.6.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/office/pandoc-bin/pandoc-bin.info b/office/pandoc-bin/pandoc-bin.info index 912ba8fdd0..981675c15e 100644 --- a/office/pandoc-bin/pandoc-bin.info +++ b/office/pandoc-bin/pandoc-bin.info @@ -1,10 +1,10 @@ PRGNAM="pandoc-bin" -VERSION="3.6.1" +VERSION="3.6.2" HOMEPAGE="https://github.com/jgm/pandoc" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/jgm/pandoc/releases/download/3.6.1/pandoc-3.6.1-1-amd64.deb" -MD5SUM_x86_64="f77a1b2052f93e07cbf9723fea992bb5" +DOWNLOAD_x86_64="https://github.com/jgm/pandoc/releases/download/3.6.2/pandoc-3.6.2-1-amd64.deb" +MD5SUM_x86_64="8a417facf2fb25e5ef774fdf82fc7610" REQUIRES="" MAINTAINER="Andrew Payne" EMAIL="phalange@komputermatrix.com" |