Skip to content

Commit

Permalink
pandoc: Move from 'extras' (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
niheaven authored and rasa committed Jun 19, 2019
1 parent c4413ab commit 1112873
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 0 deletions.
25 changes: 25 additions & 0 deletions bucket/pandoc-crossref.json
Original file line number Diff line number Diff line change
@@ -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 changes: 40 additions & 0 deletions bucket/pandoc.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit 1112873

Please sign in to comment.