ScoopInstaller_Main/bucket/puppet-bolt.json
2020-05-06 02:01:49 +00:00

26 lines
865 B
JSON

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