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
741 B
JSON
Raw Normal View History

2021-09-09 20:59:21 +02:00
{
"version": "2.9",
2021-09-09 20:59:21 +02:00
"description": "A small update checker for NVidia GPUs.",
"homepage": "https://github.com/fyr77/EnvyUpdate",
"license": "MIT",
"url": "https://github.com/fyr77/EnvyUpdate/releases/download/2.9/PackageManagerZip.zip",
"hash": "1041E050C0C1C7DC91E5CF18E0DBB445315BE93D53FEFD85ED0165CE5A85A9C1",
"extract_dir": "EnvyUpdate-2.9",
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"
}
}