Browse Source
office/pandoc-bin: Updated for version 2.19.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/186/head
afhpayne
3 years 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:-2.18} |
|
|
|
VERSION=${VERSION:-2.19} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,10 +1,10 @@ |
|
|
|
PRGNAM="pandoc-bin" |
|
|
|
VERSION="2.18" |
|
|
|
VERSION="2.19" |
|
|
|
HOMEPAGE="https://github.com/jgm/pandoc" |
|
|
|
DOWNLOAD="UNSUPPORTED" |
|
|
|
MD5SUM="" |
|
|
|
DOWNLOAD_x86_64="https://github.com/jgm/pandoc/releases/download/2.18/pandoc-2.18-1-amd64.deb" |
|
|
|
MD5SUM_x86_64="7fd97018032acc929616ba402ff12301" |
|
|
|
DOWNLOAD_x86_64="https://github.com/jgm/pandoc/releases/download/2.19/pandoc-2.19-1-amd64.deb" |
|
|
|
MD5SUM_x86_64="59e93137618fe6dbf943837cf8f785cd" |
|
|
|
REQUIRES="" |
|
|
|
MAINTAINER="Andrew Payne" |
|
|
|
EMAIL="phalange@komputermatrix.com" |