linsui 4a8b18a7da puppet: fix checkver and autoupdate (#295)
* Puppet: fix checkver and autoupdate

* Add desc
2019-08-04 08:59:50 -07:00

38 lines
1.4 KiB
JSON

{
"homepage": "https://puppetlabs.com",
"description": "An open-core software configuration management tool.",
"version": "6.7.2",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://downloads.puppetlabs.com/windows/puppet/puppet-agent-6.7.2-x64.msi",
"hash": "cf8317ba1ff55abf5ae55f1938d761fb4d808087fbb7e24d691d47d7434f7af2"
},
"32bit": {
"url": "https://downloads.puppetlabs.com/windows/puppet/puppet-agent-6.7.2-x86.msi",
"hash": "ebc9d5caf8ff72690cb279822377ef30de2f490c5a08064952cc1cfc633eebfd"
}
},
"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"
}
}
}
}