diff options
author | afhpayne <github@komputermatrix.com> | 2023-01-20 11:54:04 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-21 10:21:58 +0700 |
commit | a50b6a1ef88568c210ecd72e9bf128ed19b6d293 (patch) | |
tree | fdb31388018700908aa4c8ed1daa4adfaaba7864 /office/pandoc-bin/pandoc-bin.SlackBuild | |
parent | c580af59d6bbdbe4ec91810c00865490b5aa3931 (diff) |
office/pandoc-bin: Updated for version 3.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/pandoc-bin/pandoc-bin.SlackBuild')
-rw-r--r-- | office/pandoc-bin/pandoc-bin.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/office/pandoc-bin/pandoc-bin.SlackBuild b/office/pandoc-bin/pandoc-bin.SlackBuild index 47bf9b3366348..6f2645dddd3f2 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-2022 Andrew Payne <phalange@komputermatrix.com> +# Copyright 2019-2023 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:-2.19.2} +VERSION=${VERSION:-3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |