diff options
author | afhpayne <github@komputermatrix.com> | 2023-06-11 17:08:03 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-06-15 21:32:09 +0700 |
commit | e06b2117ef9bc3bc53b99c34fc1ce4d0d8dd0019 (patch) | |
tree | 92c714be1db4a166bd9eda451c881738a0ab56f4 /office/pandoc-bin | |
parent | 4a512a22dbf7eab655402880acdb510f81c9fb6d (diff) |
office/pandoc-bin: Updated for version 3.1.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/pandoc-bin')
-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 288635930f38..e366385ad15e 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:-3.1.2} +VERSION=${VERSION:-3.1.3} 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 ca1ad2cbf13d..aae408c68c46 100644 --- a/office/pandoc-bin/pandoc-bin.info +++ b/office/pandoc-bin/pandoc-bin.info @@ -1,10 +1,10 @@ PRGNAM="pandoc-bin" -VERSION="3.1.2" +VERSION="3.1.3" HOMEPAGE="https://github.com/jgm/pandoc" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/jgm/pandoc/releases/download/3.1.2/pandoc-3.1.2-1-amd64.deb" -MD5SUM_x86_64="f1244234d1ac1149b280acded163619d" +DOWNLOAD_x86_64="https://github.com/jgm/pandoc/releases/download/3.1.3/pandoc-3.1.3-1-amd64.deb" +MD5SUM_x86_64="2a7be6acf69697aee4a99e0adb46df28" REQUIRES="" MAINTAINER="Andrew Payne" EMAIL="phalange@komputermatrix.com" |