From 38b3e0ef93b41ff3e0c4254a70af76b28c889974 Mon Sep 17 00:00:00 2001 From: afhpayne Date: Fri, 13 Sep 2024 16:32:29 -0400 Subject: [PATCH] office/pandoc: Updated for version 3.4. Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- office/pandoc-bin/pandoc-bin.SlackBuild | 2 +- 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 5af13560f0..4bab2d6cbf 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.3} +VERSION=${VERSION:-3.4} 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 58110ddb2e..8a0900a0bd 100644 --- a/office/pandoc-bin/pandoc-bin.info +++ b/office/pandoc-bin/pandoc-bin.info @@ -1,10 +1,10 @@ PRGNAM="pandoc-bin" -VERSION="3.3" +VERSION="3.4" HOMEPAGE="https://github.com/jgm/pandoc" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/jgm/pandoc/releases/download/3.3/pandoc-3.3-1-amd64.deb" -MD5SUM_x86_64="0639054c7671be5e28d6b140aaf0f38c" +DOWNLOAD_x86_64="https://github.com/jgm/pandoc/releases/download/3.4/pandoc-3.4-1-amd64.deb" +MD5SUM_x86_64="d80527f5ff731198240b4506ddba4859" REQUIRES="" MAINTAINER="Andrew Payne" EMAIL="phalange@komputermatrix.com"