Skip to content

Commit

Permalink
Update npp.sls
Browse files Browse the repository at this point in the history
  • Loading branch information
xzenor authored Jan 17, 2024
1 parent d7455ca commit 583f184
Showing 1 changed file with 81 additions and 79 deletions.
160 changes: 81 additions & 79 deletions npp.sls
Original file line number Diff line number Diff line change
Expand Up @@ -6,55 +6,57 @@
{% endif %}
npp:
{% for version in [
'8.6',
'8.5.8',
'8.5.7',
'8.5.6',
'8.5.4',
'8.5.3',
'8.5.2',
'8.5.1',
'8.5',
'8.4.9',
'8.4.8',
'8.4.7',
'8.4.6',
'8.4.5',
'8.4.4',
'8.4.3',
'8.4.2',
'8.4.1',
'8.4',
'8.3.3',
'8.3.1',
'8.2.1',
'8.2',
'8.1.9.3',
'8.1.9.2',
'8.1.5',
'8.1.4',
'8.1.3',
'8.1.2',
'8.1.1',
'8.1',
'7.9.5',
'7.9.4',
'7.9.3',
'7.9.2',
'7.9.1',
'7.9',
'7.8.9',
'7.8.8',
'7.8.7',
'7.8.6',
'7.8.5',
'7.8.4',
'7.8.3',
'7.8.2',
'7.8.1',
'7.8',
'7.7.1',
'7.7',
'8.6.2',
'8.6.1',
'8.6',
'8.5.8',
'8.5.7',
'8.5.6',
'8.5.4',
'8.5.3',
'8.5.2',
'8.5.1',
'8.5',
'8.4.9',
'8.4.8',
'8.4.7',
'8.4.6',
'8.4.5',
'8.4.4',
'8.4.3',
'8.4.2',
'8.4.1',
'8.4',
'8.3.3',
'8.3.1',
'8.2.1',
'8.2',
'8.1.9.3',
'8.1.9.2',
'8.1.5',
'8.1.4',
'8.1.3',
'8.1.2',
'8.1.1',
'8.1',
'7.9.5',
'7.9.4',
'7.9.3',
'7.9.2',
'7.9.1',
'7.9',
'7.8.9',
'7.8.8',
'7.8.7',
'7.8.6',
'7.8.5',
'7.8.4',
'7.8.3',
'7.8.2',
'7.8.1',
'7.8',
'7.7.1',
'7.7',
] %}
'{{ version }}':
full_name: 'Notepad++ (32-bit x86)'
Expand All @@ -74,36 +76,36 @@ npp:
# correctly in `pkg.list_pkgs` and to allow for removal using `pkg.remove`
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
{% for version in [
'8.5.5',
'7.6.6',
'7.6.5',
'7.6.4',
'7.6.3',
'7.6.2',
'7.6.1',
'7.6',
'7.5.9',
'7.5.8',
'7.5.7',
'7.5.6',
'7.5.5',
'7.5.4',
'7.5.3',
'7.5.2',
'7.5.1',
'7.5',
'7.4.2',
'7.4.1',
'7.4',
'7.3.3',
'7.3.2',
'7.3.1',
'7.3',
'7.2.2',
'7.2.1',
'7.2',
'7.1',
'7'
'8.5.5',
'7.6.6',
'7.6.5',
'7.6.4',
'7.6.3',
'7.6.2',
'7.6.1',
'7.6',
'7.5.9',
'7.5.8',
'7.5.7',
'7.5.6',
'7.5.5',
'7.5.4',
'7.5.3',
'7.5.2',
'7.5.1',
'7.5',
'7.4.2',
'7.4.1',
'7.4',
'7.3.3',
'7.3.2',
'7.3.1',
'7.3',
'7.2.2',
'7.2.1',
'7.2',
'7.1',
'7'
] %}
'{{ version }}':
skip_urltest: True
Expand Down

0 comments on commit 583f184

Please sign in to comment.