mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-22 00:21:37 +00:00
26 lines
867 B
JSON
26 lines
867 B
JSON
{
|
|
"homepage": "https://puppet.com/open-source/bolt",
|
|
"description": "Orchestration and agentless IT automation",
|
|
"version": "2.11.1",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://downloads.puppetlabs.com/windows/puppet6/puppet-bolt-2.11.1-x64.msi",
|
|
"hash": "9ce68ca7a6cdc034cdf5144f190ebf6c98001be812b5a34bfd83988cf19aa36c"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|