mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-25 12:54:39 +00:00
parlay: Add version 0.11.0 (#7342)
This commit is contained in:
parent
48228f3e28
commit
cb047afbd7
31
bucket/parlay.json
Normal file
31
bucket/parlay.json
Normal file
@ -0,0 +1,31 @@
|
||||
{
|
||||
"version": "0.11.0",
|
||||
"description": "Enrich SBOMs with data from third party services.",
|
||||
"homepage": "https://github.com/snyk/parlay",
|
||||
"license": "Apache-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/snyk/parlay/releases/download/v0.11.0/parlay_Windows_x86_64.zip",
|
||||
"hash": "51e5fee301181cffb8dd1fad8757bdc9328990ad7c73f4d700b06591b7757599"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/snyk/parlay/releases/download/v0.11.0/parlay_Windows_arm64.zip",
|
||||
"hash": "26887cf90fccb9c7f8daf2f3003022551fa6c1f2e4146ad199785039a4b8ac7c"
|
||||
}
|
||||
},
|
||||
"bin": "parlay.exe",
|
||||
"checkver": "github",
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/snyk/parlay/releases/download/v$version/parlay_Windows_x86_64.zip"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/snyk/parlay/releases/download/v$version/parlay_Windows_arm64.zip"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
"url": "$baseurl/checksums.txt"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user