From 111287349344bc585a8401d92bd1d3a6e57be2db Mon Sep 17 00:00:00 2001 From: Hsiao-nan Cheung Date: Wed, 19 Jun 2019 15:08:53 +0800 Subject: [PATCH] pandoc: Move from 'extras' (#152) --- bucket/pandoc-crossref.json | 25 +++++++++++++++++++++++ bucket/pandoc.json | 40 +++++++++++++++++++++++++++++++++++++ 2 files changed, 65 insertions(+) create mode 100644 bucket/pandoc-crossref.json create mode 100644 bucket/pandoc.json diff --git a/bucket/pandoc-crossref.json b/bucket/pandoc-crossref.json new file mode 100644 index 0000000000..72b265a65d --- /dev/null +++ b/bucket/pandoc-crossref.json @@ -0,0 +1,25 @@ +{ + "homepage": "https://hackage.haskell.org/package/pandoc-crossref", + "version": "0.3.4.1", + "license": "GPL-2.0-or-later", + "description": "Pandoc filter for cross-references.", + "architecture": { + "64bit": { + "url": "https://github.com/lierdakil/pandoc-crossref/releases/download/v0.3.4.1/windows-x86_64-pandoc_2.7.zip", + "hash": "836277468b11527da159cc6d4091758e31744ca73c337243f45b67678e235e48" + } + }, + "bin": "pandoc-crossref.exe", + "checkver": { + "url": "https://github.com/lierdakil/pandoc-crossref/releases/", + "re": "download/v(?[\\w.]+)/windows-x86_64-pandoc_(?[\\d.]+).zip" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/lierdakil/pandoc-crossref/releases/download/v$version/windows-x86_64-pandoc_$matchPandoc.zip" + } + } + }, + "depends": "pandoc" +} diff --git a/bucket/pandoc.json b/bucket/pandoc.json new file mode 100644 index 0000000000..dc4f1fc270 --- /dev/null +++ b/bucket/pandoc.json @@ -0,0 +1,40 @@ +{ + "homepage": "https://pandoc.org/", + "version": "2.7.3", + "license": "GPL-2.0-or-later", + "description": "Universal markup converter.", + "architecture": { + "64bit": { + "url": "https://github.com/jgm/pandoc/releases/download/2.7.3/pandoc-2.7.3-windows-x86_64.zip", + "hash": "d8b7db32e2da55325d0ad825437c0695af7e6921c8fbbd0ae95120608f5906aa", + "extract_dir": "pandoc-2.7.3-windows-x86_64" + }, + "32bit": { + "url": "https://github.com/jgm/pandoc/releases/download/2.7.3/pandoc-2.7.3-windows-i386.zip", + "hash": "b63b03a75648472d6ee8498ab0955048de6a19feaa8c346e83baa4c02b2bb5a0", + "extract_dir": "pandoc-2.7.3-windows-i386" + } + }, + "bin": [ + "pandoc.exe", + "pandoc-citeproc.exe" + ], + "checkver": { + "github": "https://github.com/jgm/pandoc" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/jgm/pandoc/releases/download/$version/pandoc-$version-windows-x86_64.zip", + "extract_dir": "pandoc-$version-windows-x86_64" + }, + "32bit": { + "url": "https://github.com/jgm/pandoc/releases/download/$version/pandoc-$version-windows-i386.zip", + "extract_dir": "pandoc-$version-windows-i386" + } + } + }, + "suggest": { + "MiKTeX": "latex" + } +}