Extras/bucket/fancontrol.json
2026-07-21 20:45:03 +00:00

38 lines
1.2 KiB
JSON

{
"version": "272",
"description": "A highly customizable fan controlling software for Windows",
"homepage": "https://getfancontrol.com/",
"license": "Freeware",
"suggest": {
".NET Desktop Runtime 10.0": "versions/windowsdesktop-runtime-10.0"
},
"architecture": {
"64bit": {
"url": "https://github.com/Rem0o/FanControl.Releases/releases/download/V272/FanControl_272_net_10_0.zip",
"hash": "5f84c3514b213ea040051c595f1915d9c75e3b5f1c9d7b9b39353f6bbbcd2b80"
}
},
"shortcuts": [
[
"FanControl.exe",
"FanControl"
]
],
"persist": [
"Configurations",
"Plugins"
],
"checkver": {
"github": "https://api.github.com/repos/Rem0o/FanControl.Releases/releases/latest",
"jsonpath": "$.assets[*].browser_download_url",
"regex": "/V([\\d.]+)/FanControl_([\\d.]+)_net_(?<netver>(?!4_8)(?!7_0)[\\d_]+).zip"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Rem0o/FanControl.Releases/releases/download/V$version/FanControl_$version_net_$matchNetver.zip"
}
}
}
}