ScoopInstaller_Main/bucket/puppet-bolt.json
2020-02-26 00:01:53 +00:00

26 lines
865 B
JSON

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