Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions bucket/nvidia-inspector.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"version": "1.9.8.7",
"description": "NVIDIA Inspector is a utility to read all GPU relevant data from the NVIDIA driver. It also supports overclocking and changing driver settings, for example to enable SLI for unsupported games.",
"homepage": "https://orbmu2k.de/tools/nvidia-inspector-tool",
"license": "Freeware",
"suggest": {
"nvidia-profile-inspector": "extras/nvidia-profile-inspector"
},
"url": "https://download.orbmu2k.de/files/nvidiaInspector.zip",
"hash": "107c7255a4304d178db8fccebc637930ef3f8806d0bb72b4cbe0b64573a7079b",
"persist": "nvidiaInspector.exe.config",
"shortcuts": [
[
"nvidiaInspector.exe",
"NVIDIA Inspector"
]
],
"checkver": {
"url": "https://www.techpowerup.com/download/nvidia-inspector/changes",
"jsonpath": "$.result",
"regex": "<h3>([\\d.]+)"
},
"autoupdate": {
"url": "https://download.orbmu2k.de/files/nvidiaInspector.zip",
"hash": {
"url": "https://www.techpowerup.com/download/nvidia-inspector/",
"regex": "<div class=\"hash-value\">$sha256</div>"
}
}
}
7 changes: 5 additions & 2 deletions bucket/nvidia-profile-inspector.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"version": "2.4.0.4",
"description": "View detailed info about your nVidia graphics card. Features overclocking options and other nifty settings.",
"homepage": "https://github.com/Orbmu2k/nvidiaProfileInspector/",
"description": "A tool used for modifying game profiles inside the internal driver database of the NVIDIA driver.",
"homepage": "https://github.com/Orbmu2k/nvidiaProfileInspector",
"license": "MIT",
"suggest": {
"nvidia-inspector": "extras/nvidia-inspector"
},
"url": "https://github.com/Orbmu2k/nvidiaProfileInspector/releases/download/2.4.0.4/nvidiaProfileInspector.zip",
"hash": "9dc8f944dc55c0eca9bb939b1c756a093f8250b6d9db76319bf27ef5fbe4cb83",
"bin": "nvidiaProfileInspector.exe",
Expand Down