mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 17:51:21 +00:00
Update osv-scanner.json to fit new binary naming scheme (#6097)
Fixes #5580
This commit is contained in:
parent
3b424f4f99
commit
05dc24096b
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"version": "1.6.2",
|
"version": "1.8.3",
|
||||||
"description": "Find existing vulnerabilities affecting your project's dependencies.",
|
"description": "Find existing vulnerabilities affecting your project's dependencies.",
|
||||||
"homepage": "https://github.com/google/osv-scanner",
|
"homepage": "https://github.com/google/osv-scanner",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/google/osv-scanner/releases/download/v1.6.2/osv-scanner_1.6.2_windows_amd64.exe#/osv-scanner.exe",
|
"url": "https://github.com/google/osv-scanner/releases/download/v1.8.3/osv-scanner_windows_amd64.exe#/osv-scanner.exe",
|
||||||
"hash": "2bccba4c1b97906ec9dab4307d2ec701c5636f786e073707880ba91e57a71923"
|
"hash": "96a3a312ce02ffed2694b532a7d8047bf6ddeab58179a794755aeddda5f9c1ce"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "osv-scanner.exe",
|
"bin": "osv-scanner.exe",
|
||||||
@ -14,11 +14,11 @@
|
|||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/google/osv-scanner/releases/download/v$version/osv-scanner_$version_windows_amd64.exe#/osv-scanner.exe"
|
"url": "https://github.com/google/osv-scanner/releases/download/v$version/osv-scanner_windows_amd64.exe#/osv-scanner.exe"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"hash": {
|
"hash": {
|
||||||
"url": "$baseurl/osv-scanner_$version_SHA256SUMS"
|
"url": "$baseurl/osv-scanner_SHA256SUMS"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user