ScoopInstaller_Main/bucket/puppet-bolt.json
2020-04-06 23:01:52 +00:00

26 lines
865 B
JSON

{
"homepage": "https://puppet.com/open-source/bolt",
"description": "Orchestration and agentless IT automation",
"version": "2.4.0",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://downloads.puppetlabs.com/windows/puppet6/puppet-bolt-2.4.0-x64.msi",
"hash": "ab10599b73fbad9a83c114398fe4e23669e26773c6987687329d2dc9da1914c5"
}
},
"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"
}
}
}
}