mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 08:11:20 +00:00
bom: Add version 0.6.0 (#6171)
Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
This commit is contained in:
parent
ff7ccd4761
commit
00820ac7dc
26
bucket/bom.json
Normal file
26
bucket/bom.json
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"version": "0.6.0",
|
||||||
|
"description": "A utility that lets you create, view and transform Software Bills of Materials (SBOMs).",
|
||||||
|
"homepage": "https://kubernetes-sigs.github.io/bom/",
|
||||||
|
"license": "Apache-2.0",
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://github.com/kubernetes-sigs/bom/releases/download/v0.6.0/bom-amd64-windows.exe#/bom.exe",
|
||||||
|
"hash": "34697174293afe491bedc5ce5ef24f3a36fe4a293aebe81bd519593c550aa0fd"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"bin": "bom.exe",
|
||||||
|
"checkver": {
|
||||||
|
"github": "https://github.com/kubernetes-sigs/bom"
|
||||||
|
},
|
||||||
|
"autoupdate": {
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://github.com/kubernetes-sigs/bom/releases/download/v$version/bom-amd64-windows.exe#/bom.exe"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"hash": {
|
||||||
|
"url": "$baseurl/checksums.txt"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user