mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
38 lines
1.4 KiB
JSON
38 lines
1.4 KiB
JSON
{
|
|
"version": "7.32.1",
|
|
"description": "An open-core software configuration management tool.",
|
|
"homepage": "https://puppetlabs.com",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://downloads.puppetlabs.com/windows/puppet/puppet-agent-7.32.1-x64.msi",
|
|
"hash": "a835c00e76bbb565d6742e0edb75acd667575635ce408167b9213126ac45be58"
|
|
},
|
|
"32bit": {
|
|
"url": "https://downloads.puppetlabs.com/windows/puppet/puppet-agent-7.32.1-x86.msi",
|
|
"hash": "7e3154bc41e6fdb26003a0de548878af08f07f30079ef6d592df4628c0901cb6"
|
|
}
|
|
},
|
|
"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/puppet/index_by_lastModified_reverse.html",
|
|
"regex": "puppet-agent-([\\d.]+)-x64\\.msi"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://downloads.puppetlabs.com/windows/puppet/puppet-agent-$version-x64.msi"
|
|
},
|
|
"32bit": {
|
|
"url": "https://downloads.puppetlabs.com/windows/puppet/puppet-agent-$version-x86.msi"
|
|
}
|
|
}
|
|
}
|
|
}
|