This repository has been archived on 2025-07-21. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
EnvyUpdate/res/scoop/envyupdate.json

24 lines
744 B
JSON
Raw Normal View History

2021-09-09 20:59:21 +02:00
{
2021-09-17 12:20:36 +02:00
"version": "2.10",
2021-09-09 20:59:21 +02:00
"description": "A small update checker for NVidia GPUs.",
"homepage": "https://github.com/fyr77/EnvyUpdate",
"license": "MIT",
2021-09-17 12:20:36 +02:00
"url": "https://github.com/fyr77/EnvyUpdate/releases/download/2.10/PackageManagerZip.zip",
"hash": "03B70FD950BD5A91B295706B2938C0AC33AE0607F901405CFA930CF0F04692E4",
"extract_dir": "EnvyUpdate-2.10",
2021-09-09 20:59:21 +02:00
"bin": "EnvyUpdate.exe",
"shortcuts": [
[
"EnvyUpdate.exe",
"EnvyUpdate"
]
],
"persist": "sd.envy",
"checkver": {
"github": "https://github.com/fyr77/EnvyUpdate"
},
"autoupdate": {
"url": "https://github.com/fyr77/EnvyUpdate/releases/download/$version/PackageManagerZip.zip"
}
}