Skip to content

Commit

Permalink
Merge pull request #2244 from dafyddj/update/pandoc
Browse files Browse the repository at this point in the history
update: add older `pandoc` versions from v3.0 to v3.4
  • Loading branch information
dafyddj authored Nov 24, 2024
2 parents 4bf8892 + 272ae43 commit 0fdbcff
Showing 1 changed file with 29 additions and 4 deletions.
33 changes: 29 additions & 4 deletions pandoc.sls
Original file line number Diff line number Diff line change
@@ -1,9 +1,36 @@
{%- load_yaml as versions %}
{% load_yaml as versions -%}
# renovate: datasource=github-releases depName=pandoc packageName=jgm/pandoc
- '3.5'
- '3.4'
- '3.3'
- '3.2.1'
- '3.2'
- '3.1.13'
- '3.1.12.3'
- '3.1.12.2'
- '3.1.12.1'
- '3.1.12'
- '3.1.11.1'
- '3.1.11'
- '3.1.10'
- '3.1.9'
- '3.1.8'
- '3.1.7'
- '3.1.6.2'
- '3.1.6.1'
- '3.1.6'
- '3.1.5'
- '3.1.4'
- '3.1.3'
- '3.1.2'
- '3.1.1'
- '3.1'
- '3.0.1'
- '3.0'
- '1.19.2.1'
- '1.17.0.2'
{%- endload%}
{% endload -%}

pandoc:
{%- for version in versions %}
{%- set parts = version.split(".") %}
Expand All @@ -21,6 +48,4 @@ pandoc:
uninstaller: 'https://github.com/jgm/pandoc/releases/download/{{ version }}/{{ file_name }}'
uninstall_flags: '/qn /norestart'
msiexec: True
locale: en_US
reboot: False
{%- endfor %}

0 comments on commit 0fdbcff

Please sign in to comment.