diff options
Diffstat (limited to 'office')
-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 47bf9b336634..6f2645dddd3f 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-2022 Andrew Payne <phalange@komputermatrix.com> +# Copyright 2019-2023 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:-2.19.2} +VERSION=${VERSION:-3.0} 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 bc8e67468226..cb8f1f9b6ffc 100644 --- a/office/pandoc-bin/pandoc-bin.info +++ b/office/pandoc-bin/pandoc-bin.info @@ -1,10 +1,10 @@ PRGNAM="pandoc-bin" -VERSION="2.19.2" +VERSION="3.0" HOMEPAGE="https://github.com/jgm/pandoc" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/jgm/pandoc/releases/download/2.19.2/pandoc-2.19.2-1-amd64.deb" -MD5SUM_x86_64="67453e0061c0fa5278eff7d004209639" +DOWNLOAD_x86_64="https://github.com/jgm/pandoc/releases/download/3.0/pandoc-3.0-1-amd64.deb" +MD5SUM_x86_64="d7ac4745062001d9960dd6f1c66c9174" REQUIRES="" MAINTAINER="Andrew Payne" EMAIL="phalange@komputermatrix.com" |