mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 16:51:20 +00:00
38 lines
1.4 KiB
JSON
38 lines
1.4 KiB
JSON
{
|
|
"version": "7.15.0",
|
|
"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.15.0-x64.msi",
|
|
"hash": "997677d85253fa7c4276c7f1a6eb9d5e549ee5e45123267e81400e2a3ea39cc6"
|
|
},
|
|
"32bit": {
|
|
"url": "https://downloads.puppetlabs.com/windows/puppet/puppet-agent-7.15.0-x86.msi",
|
|
"hash": "403fe3a4bedd15ff72bfd3fc4a6f662a4e75f9c8d0f538a4c7506606fea9cb7a"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|