ryzenadj: Add version 0.8.2 (#2984)

* ryzenadj: Add version 0.8.2

* ryzenadj: Format

* ryzenadj: 'bin' prop.

* ryzenadj: fix
This commit is contained in:
HUMORCE 2021-11-21 10:25:15 +00:00 committed by GitHub
parent bf8fde4811
commit b503863a82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

22
bucket/ryzenadj.json Normal file
View File

@ -0,0 +1,22 @@
{
"version": "0.8.2",
"description": "Adjust power management settings for Mobile Raven Ridge Ryzen Processors",
"homepage": "https://github.com/FlyGoat/RyzenAdj",
"license": "LGPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/FlyGoat/RyzenAdj/releases/download/v0.8.2/ryzenadj-win64.zip",
"hash": "92c4b296f2f0bf33ed5081ebef6b046c02487c1ad93b0dff034cbda98731f628"
}
},
"bin": "ryzenadj.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/FlyGoat/RyzenAdj/releases/download/v$version/ryzenadj-win64.zip"
}
}
},
"notes": "Advanced options: https://github.com/FlyGoat/RyzenAdj#windows-installation"
}