forked from saltstack/salt-winrepo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gpg4win-vanilla.sls
55 lines (55 loc) · 1.7 KB
/
gpg4win-vanilla.sls
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
gpg4win-vanilla:
'2.3.3':
full_name: 'Gpg4Win (2.3.3)'
installer: 'http://files.gpg4win.org/gpg4win-vanilla-2.3.3.exe'
install_flags: '/S'
uninstaller: '%ProgramFiles(x86)%\GNU\GnuPG\gpg4win-uninstall.exe'
uninstall_flags: '/S'
msiexec: False
locale: en_US
reboot: False
'2.3.2':
full_name: 'Gpg4Win (2.3.2)'
installer: 'http://files.gpg4win.org/gpg4win-vanilla-2.3.2.exe'
install_flags: '/S'
uninstaller: '%ProgramFiles(x86)%\GNU\GnuPG\gpg4win-uninstall.exe'
uninstall_flags: '/S'
msiexec: False
locale: en_US
reboot: False
'2.3.1':
full_name: 'Gpg4Win (2.3.1)'
installer: 'http://files.gpg4win.org/gpg4win-vanilla-2.3.1.exe'
install_flags: '/S'
uninstaller: '%ProgramFiles(x86)%\GNU\GnuPG\gpg4win-uninstall.exe'
uninstall_flags: '/S'
msiexec: False
locale: en_US
reboot: False
'2.3.0':
full_name: 'Gpg4Win (2.3.0)'
installer: 'http://files.gpg4win.org/gpg4win-vanilla-2.3.0.exe'
install_flags: '/S'
uninstaller: '%ProgramFiles(x86)%\GNU\GnuPG\gpg4win-uninstall.exe'
uninstall_flags: '/S'
msiexec: False
locale: en_US
reboot: False
'2.2.4':
full_name: 'Gpg4Win (2.2.4)'
installer: 'http://files.gpg4win.org/gpg4win-vanilla-2.2.4.exe'
install_flags: '/S'
uninstaller: '%ProgramFiles(x86)%\GNU\GnuPG\gpg4win-uninstall.exe'
uninstall_flags: '/S'
msiexec: False
locale: en_US
reboot: False
'2.2.3':
full_name: 'Gpg4Win (2.2.3)'
installer: 'http://files.gpg4win.org/gpg4win-vanilla-2.2.3.exe'
install_flags: '/S'
uninstaller: '%ProgramFiles(x86)%\GNU\GnuPG\gpg4win-uninstall.exe'
uninstall_flags: '/S'
msiexec: False
locale: en_US
reboot: False