mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
office/pandoc-bin: Updated for version 2.19.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
7657acf8a7
commit
059fa1cdbc
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=pandoc-bin
|
||||
SRCNAM=pandoc
|
||||
VERSION=${VERSION:-2.19}
|
||||
VERSION=${VERSION:-2.19.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="pandoc-bin"
|
||||
VERSION="2.19"
|
||||
VERSION="2.19.1"
|
||||
HOMEPAGE="https://github.com/jgm/pandoc"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://github.com/jgm/pandoc/releases/download/2.19/pandoc-2.19-1-amd64.deb"
|
||||
MD5SUM_x86_64="59e93137618fe6dbf943837cf8f785cd"
|
||||
DOWNLOAD_x86_64="https://github.com/jgm/pandoc/releases/download/2.19.1/pandoc-2.19.1-1-amd64.deb"
|
||||
MD5SUM_x86_64="c903a136d441b2b04dc3f2798c05277b"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Andrew Payne"
|
||||
EMAIL="phalange@komputermatrix.com"
|
||||
|
|
Loading…
Reference in a new issue