Skip to content

Commit

Permalink
fancontrol@177: Switch to .NET 8.0 LTS build (#12550)
Browse files Browse the repository at this point in the history
  • Loading branch information
minghongx authored Jan 8, 2024
1 parent d4f4020 commit 8b267c3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bucket/fancontrol.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"homepage": "https://getfancontrol.com/",
"license": "Freeware",
"suggest": {
".NET Desktop Runtime": "extras/windowsdesktop-runtime"
".NET Desktop Runtime": "extras/windowsdesktop-runtime-lts"
},
"architecture": {
"64bit": {
"url": "/~https://github.com/Rem0o/FanControl.Releases/releases/download/V177/FanControl_net_7_0.zip",
"hash": "fdb706d8c2523fbfdc8d2452f55383e8b76ee48011e3e66e13743af08e3bb313"
"url": "/~https://github.com/Rem0o/FanControl.Releases/releases/download/V177/FanControl_net_8_0.zip",
"hash": "ab064aea1debe27d78c31d501548ed250e862f65c95bfcdda4b3b32e6d718b15"
}
},
"shortcuts": [
Expand All @@ -25,7 +25,7 @@
"checkver": {
"url": "https://api.github.com/repositories/268350681/releases/latest",
"jsonpath": "$.assets..browser_download_url",
"regex": "/V([\\d.]+)/FanControl_net_(?<netver>(?!4_8)[\\d_]+).zip"
"regex": "/V([\\d.]+)/FanControl_net_(?<netver>(?!4_8)(?!7_0)[\\d_]+).zip"
},
"autoupdate": {
"architecture": {
Expand Down

0 comments on commit 8b267c3

Please sign in to comment.