Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
SaltStack Windows Package Manager Repo
Commits
7fddad73
Unverified
Commit
7fddad73
authored
Dec 08, 2018
by
TheBigBear
Committed by
GitHub
Dec 08, 2018
Browse files
Merge pull request #1513 from TheBigBear/travis-ci_cron_daily
Update winscp.sls to ver. 5.13.5 on branch Travis ci cron daily
parents
82fe32a1
e1fa71ed
Changes
2
Hide whitespace changes
Inline
Side-by-side
adobereader-dc-classic.sls
View file @
7fddad73
...
...
@@ -2,7 +2,7 @@
# http://www.adobe.com/devnet-docs/acrobatetk/tools/AdminGuide/whatsnewdc.html
adobereader-dc-classic:
{% for version in ['19.008.20071', '18.011.20063', '18.011.20058', '18.011.20055', '18.011.20040'] %}
{% for version in [
'19.008.20081',
'19.008.20071', '18.011.20063', '18.011.20058', '18.011.20055', '18.011.20040'] %}
{% set versionNoDots = version | replace(".","") %}
'{{ version }}':
full_name: 'Adobe Acrobat Reader DC'
...
...
winscp.sls
View file @
7fddad73
...
...
@@ -4,7 +4,7 @@
{% set PROGRAM_FILES = "%ProgramFiles%" %}
{% endif %}
winscp:
{% for version in ['5.13.4', '5.13.3', '5.13.2', '5.13.1', '5.13', '5.11.3', '5.11.2', '5.11.1', '5.9.6', '5.9.2', '5.9.1', '5.9'] %}
{% for version in [
'5.13.5',
'5.13.4', '5.13.3', '5.13.2', '5.13.1', '5.13', '5.11.3', '5.11.2', '5.11.1', '5.9.6', '5.9.2', '5.9.1', '5.9'] %}
'{{ version }}':
full_name: 'WinSCP {{ version }}'
installer: 'https://downloads.sourceforge.net/project/winscp/WinSCP/{{ version }}/WinSCP-{{ version }}-Setup.exe'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment