mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-12 11:41:20 +00:00
36 lines
1.3 KiB
JSON
36 lines
1.3 KiB
JSON
{
|
|
"homepage": "https://puppetlabs.com",
|
|
"version": "5.5.4",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://downloads.puppetlabs.com/windows/puppet5/puppet-agent-5.5.4-x64.msi",
|
|
"hash": "d9e9896a2fd2b4799b5fadcdc294377d08e29d9b4b24b90451ba3ad0501e551a"
|
|
},
|
|
"32bit": {
|
|
"url": "https://downloads.puppetlabs.com/windows/puppet5/puppet-agent-5.5.4-x86.msi",
|
|
"hash": "1f91a70311b6939de4a0d10ba2b8373f418b7a7e217c85fbb3a0aad5020188a8"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|