diff options
author | afhpayne <github@komputermatrix.com> | 2022-08-05 20:27:54 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-08-06 20:16:02 +0700 |
commit | 6df9431fc96d7e2fe4112b17c0e674122bdabfe6 (patch) | |
tree | 461742ef273283f88c71387bccd2e3ee13aa22ea /office | |
parent | 4b46645dd9cdd1b9fdc14ee7090c6403ba8368d1 (diff) |
office/pandoc-bin: Updated for version 2.19.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r-- | office/pandoc-bin/pandoc-bin.SlackBuild | 2 | ||||
-rw-r--r-- | office/pandoc-bin/pandoc-bin.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/office/pandoc-bin/pandoc-bin.SlackBuild b/office/pandoc-bin/pandoc-bin.SlackBuild index 37ab75005cc0..f22d5ec1307c 100644 --- a/office/pandoc-bin/pandoc-bin.SlackBuild +++ b/office/pandoc-bin/pandoc-bin.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=pandoc-bin SRCNAM=pandoc -VERSION=${VERSION:-2.18} +VERSION=${VERSION:-2.19} 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 4aed59b8233c..7c8b0b8f18a2 100644 --- a/office/pandoc-bin/pandoc-bin.info +++ b/office/pandoc-bin/pandoc-bin.info @@ -1,10 +1,10 @@ PRGNAM="pandoc-bin" -VERSION="2.18" +VERSION="2.19" HOMEPAGE="https://github.com/jgm/pandoc" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/jgm/pandoc/releases/download/2.18/pandoc-2.18-1-amd64.deb" -MD5SUM_x86_64="7fd97018032acc929616ba402ff12301" +DOWNLOAD_x86_64="https://github.com/jgm/pandoc/releases/download/2.19/pandoc-2.19-1-amd64.deb" +MD5SUM_x86_64="59e93137618fe6dbf943837cf8f785cd" REQUIRES="" MAINTAINER="Andrew Payne" EMAIL="phalange@komputermatrix.com" |