mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
office/pandoc-bin: Updated for version 2.9.1.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9e958d48fc
commit
8259e22e8e
3 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for pandoc-bin
|
||||
|
||||
# Copyright 2019 Andrew Payne <phalange@komputermatrix.com>
|
||||
# Copyright 2019-2020 Andrew Payne, Boston MA <phalange@komputermatrix.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=pandoc-bin
|
||||
SRCNAM=pandoc
|
||||
VERSION=${VERSION:-2.9.1}
|
||||
VERSION=${VERSION:-2.9.1.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="pandoc-bin"
|
||||
VERSION="2.9.1"
|
||||
VERSION="2.9.1.1"
|
||||
HOMEPAGE="https://github.com/jgm/pandoc"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://github.com/jgm/pandoc/releases/download/2.9.1/pandoc-2.9.1-linux-amd64.tar.gz"
|
||||
MD5SUM_x86_64="9e69aa33d9de8a518447314725c21b96"
|
||||
DOWNLOAD_x86_64="https://github.com/jgm/pandoc/releases/download/2.9.1.1/pandoc-2.9.1.1-linux-amd64.tar.gz"
|
||||
MD5SUM_x86_64="b6c92f65f0024ebb3425b96b9503c97f"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Andrew Payne"
|
||||
EMAIL="phalange@komputermatrix.com"
|
||||
|
|
|
@ -16,4 +16,4 @@ pandoc-bin: formats, including, but not limited to, various flavors of Markdown,
|
|||
pandoc-bin: HTML, LaTeX and Word docx.
|
||||
pandoc-bin:
|
||||
pandoc-bin:
|
||||
pandoc-bin:
|
||||
pandoc-bin: Homepage: https://pandoc.org/
|
||||
|
|
Loading…
Reference in a new issue