ScoopInstaller_Main/puppet.json
2018-10-23 21:00:35 +00:00

36 lines
1.3 KiB
JSON

{
"homepage": "https://puppetlabs.com",
"version": "5.5.7",
"architecture": {
"64bit": {
"url": "https://downloads.puppetlabs.com/windows/puppet5/puppet-agent-5.5.7-x64.msi",
"hash": "505c2129cf9a2129b1b9ce18fe92afe7746c0e1313b0d68a383f2c8fb6836555"
},
"32bit": {
"url": "https://downloads.puppetlabs.com/windows/puppet5/puppet-agent-5.5.7-x86.msi",
"hash": "cc0e9d46e9c167e73e09d767ce46a93a67abab7499b8d7a8fb2e252bc474996d"
}
},
"bin": [
"Puppet Labs\\Puppet\\bin\\facter.bat",
"Puppet Labs\\Puppet\\bin\\facter_interactive.bat",
"Puppet Labs\\Puppet\\bin\\hiera.bat",
"Puppet Labs\\Puppet\\bin\\puppet.bat",
"Puppet Labs\\Puppet\\bin\\puppet_interactive.bat"
],
"checkver": {
"url": "https://downloads.puppetlabs.com/windows/puppet5/index_by_name_reverse.html",
"re": "puppet-agent-([\\d.]+)-x64.msi"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://downloads.puppetlabs.com/windows/puppet5/puppet-agent-$version-x64.msi"
},
"32bit": {
"url": "https://downloads.puppetlabs.com/windows/puppet5/puppet-agent-$version-x86.msi"
}
}
}
}