mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-05 14:17:35 +03:00
Update pandoc
This commit is contained in:
parent
61b660405b
commit
47c22ba93c
1 changed files with 3 additions and 3 deletions
|
@ -33,9 +33,9 @@ FILTER_EXE = os.path.join(TOOLS_PATH, "filter.py")
|
|||
POSTPROCESSOR_EXE = os.path.join(TOOLS_PATH, "postprocessor.py")
|
||||
PANDOC_EXE = "pandoc"
|
||||
PANDOC_DOWNLOAD = ("https://github.com/jgm/pandoc/releases/download/"
|
||||
"2.16.2/pandoc-2.16.2-1-amd64.deb")
|
||||
PANDOC_SHA256 = ("2001d93463c003f8fee6c36b1bfeccd5"
|
||||
"51ab6e35370b24f74f457e3f6dffb8b7")
|
||||
"2.18/pandoc-2.18-1-amd64.deb")
|
||||
PANDOC_SHA256 = ("bc6e8e401720d7cec28c230a0cb6f8bc"
|
||||
"f3ffb502155e7c9372ca15fbf9509aed")
|
||||
BRANCH_ORDERING = [ # Format: (REGEX, ORDER, DEFAULT)
|
||||
(r"v?\d+(?:\.\d+)*(?:\.x)*", 0, True),
|
||||
(r".*", 1, False)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue