mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
38 lines
1.4 KiB
JSON
38 lines
1.4 KiB
JSON
{
|
|
"homepage": "https://puppetlabs.com",
|
|
"description": "An open-core software configuration management tool.",
|
|
"version": "6.4.5",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://downloads.puppetlabs.com/windows/puppet/puppet-agent-6.4.5-x64.msi",
|
|
"hash": "0f4d5a0bafae9878f8da92449e6991c3342560cda588cabbb3e6e52f196bec66"
|
|
},
|
|
"32bit": {
|
|
"url": "https://downloads.puppetlabs.com/windows/puppet/puppet-agent-6.4.5-x86.msi",
|
|
"hash": "a8d592275558d65f23858803982c43364edc44ef748d30027c67f7ab88b28a8b"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|