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.30.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.30.0-x64.msi",
|
|
"hash": "5c283d74cd1e0e9430a2d01661d7454a925eedfd6be62bf9553a3b4e6c5334bb"
|
|
},
|
|
"32bit": {
|
|
"url": "https://downloads.puppetlabs.com/windows/puppet/puppet-agent-7.30.0-x86.msi",
|
|
"hash": "b4cef01f4deea3174f3142677f887236601c52b2daf354420c2d5ebe95ca7917"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|