mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-13 10:51:19 +00:00
26 lines
865 B
JSON
26 lines
865 B
JSON
{
|
|
"homepage": "https://puppet.com/open-source/bolt",
|
|
"description": "Orchestration and agentless IT automation",
|
|
"version": "2.9.0",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://downloads.puppetlabs.com/windows/puppet6/puppet-bolt-2.9.0-x64.msi",
|
|
"hash": "467614943115570d1be8f860074a9dd183dad29858c74e9bfd8ff251b34b7a32"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|