pandoc: Move from 'extras' (#152)

This commit is contained in:
Hsiao-nan Cheung 2019-06-19 15:08:53 +08:00 committed by Ross Smith II
parent c4413ab206
commit 1112873493
2 changed files with 65 additions and 0 deletions

View File

@ -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(?<version>[\\w.]+)/windows-x86_64-pandoc_(?<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"
}

40
bucket/pandoc.json Normal file
View File

@ -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"
}
}