diff options
author | afhpayne <github@komputermatrix.com> | 2025-02-01 21:34:11 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-02-02 17:50:46 +0700 |
commit | 2d6f832f74868362486d7b35ae9dc27e316b5475 (patch) | |
tree | 1638248152959425bcc3a3c6d8f37588c7be4cab /office | |
parent | 0a493dfa1b42fb4b1907c002bffeac6ae4337e53 (diff) |
office/pandoc-bin: update 3.6.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 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" |