diff options
author | Andrew Payne <phalange@komputermatrix.com> | 2020-01-17 01:01:11 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-17 01:01:11 +0700 |
commit | 8259e22e8e8ed5ca09ef2ae7c6adcca6bd78ba22 (patch) | |
tree | 38794f882a5b05a64ef6f0d94bccdf6b7595151e /office/pandoc-bin | |
parent | 9e958d48fc0324b636738cb5f4b7f7cb99f49d50 (diff) | |
download | slackbuilds-8259e22e8e8ed5ca09ef2ae7c6adcca6bd78ba22.tar.gz |
office/pandoc-bin: Updated for version 2.9.1.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/pandoc-bin')
-rw-r--r-- | office/pandoc-bin/pandoc-bin.SlackBuild | 4 | ||||
-rw-r--r-- | office/pandoc-bin/pandoc-bin.info | 6 | ||||
-rw-r--r-- | office/pandoc-bin/slack-desc | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/office/pandoc-bin/pandoc-bin.SlackBuild b/office/pandoc-bin/pandoc-bin.SlackBuild index 602715abc2..db32eada28 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 Andrew Payne <phalange@komputermatrix.com> +# Copyright 2019-2020 Andrew Payne, Boston MA <phalange@komputermatrix.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=pandoc-bin SRCNAM=pandoc -VERSION=${VERSION:-2.9.1} +VERSION=${VERSION:-2.9.1.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/office/pandoc-bin/pandoc-bin.info b/office/pandoc-bin/pandoc-bin.info index cc29e679f2..021950eb57 100644 --- a/office/pandoc-bin/pandoc-bin.info +++ b/office/pandoc-bin/pandoc-bin.info @@ -1,10 +1,10 @@ PRGNAM="pandoc-bin" -VERSION="2.9.1" +VERSION="2.9.1.1" HOMEPAGE="https://github.com/jgm/pandoc" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/jgm/pandoc/releases/download/2.9.1/pandoc-2.9.1-linux-amd64.tar.gz" -MD5SUM_x86_64="9e69aa33d9de8a518447314725c21b96" +DOWNLOAD_x86_64="https://github.com/jgm/pandoc/releases/download/2.9.1.1/pandoc-2.9.1.1-linux-amd64.tar.gz" +MD5SUM_x86_64="b6c92f65f0024ebb3425b96b9503c97f" REQUIRES="" MAINTAINER="Andrew Payne" EMAIL="phalange@komputermatrix.com" diff --git a/office/pandoc-bin/slack-desc b/office/pandoc-bin/slack-desc index 4ad318e47f..b8d4cfba69 100644 --- a/office/pandoc-bin/slack-desc +++ b/office/pandoc-bin/slack-desc @@ -16,4 +16,4 @@ pandoc-bin: formats, including, but not limited to, various flavors of Markdown, pandoc-bin: HTML, LaTeX and Word docx. pandoc-bin: pandoc-bin: -pandoc-bin: +pandoc-bin: Homepage: https://pandoc.org/ |