mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
27 lines
888 B
JSON
27 lines
888 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|