diff options
author | afhpayne <github@komputermatrix.com> | 2023-02-10 17:00:28 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-11 09:30:29 +0700 |
commit | 7f5c5f74e550db2cff5332f16da75e6d0d89e6a7 (patch) | |
tree | ac39ba1511dbf1f96023971c676ba23d7370b901 /office/pandoc-bin/pandoc-bin.SlackBuild | |
parent | a89fa0a2e84b5b0e1b3b0d43767eb748261ad813 (diff) |
office/pandoc-bin: Updated for version 3.1.
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/office/pandoc-bin/pandoc-bin.SlackBuild b/office/pandoc-bin/pandoc-bin.SlackBuild index ececa5c30a9ea..d2fd4ce797a9a 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.0.1} +VERSION=${VERSION:-3.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |