ScoopInstaller_Main/bucket/puppet-bolt.json
2020-07-07 23:00:25 +00:00

26 lines
867 B
JSON

{
"homepage": "https://puppet.com/open-source/bolt",
"description": "Orchestration and agentless IT automation",
"version": "2.17.0",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://downloads.puppetlabs.com/windows/puppet6/puppet-bolt-2.17.0-x64.msi",
"hash": "cdde29f5830ee76a5004304fcb2f3f40f1841e42503a261ea3d50e16df36b681"
}
},
"extract_dir": "Puppet Labs\\Bolt",
"bin": "bin\\bolt.bat",
"checkver": {
"url": "https://downloads.puppetlabs.com/windows/puppet/index_by_lastModified_reverse.html",
"regex": "puppet-bolt-([\\d.]+)-x64\\.msi"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://downloads.puppetlabs.com/windows/puppet6/puppet-bolt-$version-x64.msi"
}
}
}
}