mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-02 22:14:30 +00:00
Improve JSONPath querys for openssl and nuget
This commit is contained in:
parent
5d7819fe23
commit
246d983fc5
@ -7,7 +7,7 @@
|
||||
"bin": "NuGet.exe",
|
||||
"checkver": {
|
||||
"url": "https://dist.nuget.org/index.json",
|
||||
"jp": "$.artifacts[0].versions[0].version"
|
||||
"jp": "$..versions[?(@.displayName == 'nuget.exe - recommended latest')].version"
|
||||
},
|
||||
"autoupdate": {
|
||||
"url": "https://dist.nuget.org/win-x86-commandline/v$version/NuGet.exe"
|
||||
|
||||
@ -30,7 +30,7 @@
|
||||
},
|
||||
"hash": {
|
||||
"mode": "json",
|
||||
"jp": "$.files.$basename.sha512",
|
||||
"jp": "$.files.['$basename'].sha512",
|
||||
"url": "$baseurl/win32_openssl_hashes.json"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user