Browse Source
office/pandoc-bin: Updated for version 3.8.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
master
afhpayne
2 days ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
4 additions and
4 deletions
-
office/pandoc-bin/pandoc-bin.SlackBuild
-
office/pandoc-bin/pandoc-bin.info
|
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=pandoc-bin |
|
|
|
SRCNAM=pandoc |
|
|
|
VERSION=${VERSION:-3.8} |
|
|
|
VERSION=${VERSION:-3.8.1} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,10 +1,10 @@ |
|
|
|
PRGNAM="pandoc-bin" |
|
|
|
VERSION="3.8" |
|
|
|
VERSION="3.8.1" |
|
|
|
HOMEPAGE="https://github.com/jgm/pandoc" |
|
|
|
DOWNLOAD="UNSUPPORTED" |
|
|
|
MD5SUM="" |
|
|
|
DOWNLOAD_x86_64="https://github.com/jgm/pandoc/releases/download/3.8/pandoc-3.8-1-amd64.deb" |
|
|
|
MD5SUM_x86_64="9b87fd46b1eaa78d233b8202607d1e3a" |
|
|
|
DOWNLOAD_x86_64="https://github.com/jgm/pandoc/releases/download/3.8.1/pandoc-3.8.1-1-amd64.deb" |
|
|
|
MD5SUM_x86_64="1361dd918695b2828db170cf865f0e4d" |
|
|
|
REQUIRES="" |
|
|
|
MAINTAINER="Andrew Payne" |
|
|
|
EMAIL="phalange@komputermatrix.com" |