ScoopInstaller_Main/bucket/puppet-bolt.json

32 lines
1.1 KiB
JSON

{
"homepage": "https://puppet.com/open-source/bolt",
"description": "Orchestration and agentless IT automation",
"version": "2.31.0",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://downloads.puppetlabs.com/windows/puppet6/puppet-bolt-2.31.0-x64.msi",
"hash": "019ccb2238bd39144c9204541a156723f2e7750e369568a4597b028b114fd6c4"
}
},
"post_install": [
"if (Test-Path \"$dir\\share\\install-tarballs\\ruby*.tgz\") {",
" Write-Host -F yellow \"Extract tarball of gems...\"",
" Expand-7zipArchive \"$dir\\share\\install-tarballs\\ruby*.tgz\" \"$dir\"",
"}"
],
"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"
}
}
}
}