forked from saltstack/salt-winrepo-ng
-
Notifications
You must be signed in to change notification settings - Fork 0
/
git-extensions.sls
19 lines (19 loc) · 902 Bytes
/
git-extensions.sls
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
git-extensions:
'3.4.3':
full_name: 'Git Extensions 3.4.3'
installer: 'https://github.com/gitextensions/gitextensions/releases/download/v3.4.3/GitExtensions-3.4.3.9999-d4b0f48bb.msi'
install_flags: '/qn ALLUSERS=1 /norestart'
uninstaller: 'https://github.com/gitextensions/gitextensions/releases/download/v3.4.3/GitExtensions-3.4.3.9999-d4b0f48bb.msi'
uninstall_flags: '/qn /norestart'
msiexec: True
locale: en_US
reboot: False
'2.48.05':
full_name: 'Git Extensions 2.48.05'
installer: 'https://github.com/gitextensions/gitextensions/releases/download/v2.48.05/GitExtensions-2.48.05-Setup.msi'
install_flags: '/qn ALLUSERS=1 /norestart'
uninstaller: 'https://github.com/gitextensions/gitextensions/releases/download/v2.48.05/GitExtensions-2.48.05-Setup.msi'
uninstall_flags: '/qn /norestart'
msiexec: True
locale: en_US
reboot: False