Skip to content

Commit aaa715a

Browse files
committed
hwinfo: Move to sourceforge
closes #16366 fixes #16361
1 parent 1782d4a commit aaa715a

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

bucket/hwinfo.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"version": "8.32",
33
"description": "Comprehensive Hardware Analysis, Monitoring and Reporting for Windows and DOS",
4-
"homepage": "https://www.hwinfo.com",
4+
"homepage": "https://www.hwinfo.com/",
55
"license": {
66
"identifier": "Freeware",
77
"url": "https://www.hwinfo.com/licenses"
88
},
9-
"url": "https://www.sac.sk/download/utildiag/hwi_832.zip",
10-
"hash": "4405ca101962c367da881985072f70ea9533bd018b51e2d0b0203584fbe437f7",
9+
"url": "https://downloads.sourceforge.net/project/hwinfo/Windows_Portable/hwi_832.zip",
10+
"hash": "sha1:2d56090a3f75020d7801d5d7175c791868dfc60c",
1111
"architecture": {
1212
"64bit": {
1313
"pre_install": [
@@ -51,10 +51,11 @@
5151
"unlink_persist_data @{ persist = \"$setting_name\" } $dir"
5252
],
5353
"checkver": {
54-
"url": "https://www.hwinfo.com/version-history/",
55-
"regex": ">v([\\d-.]+)<"
54+
"sourceforge": "hwinfo",
55+
"regex": "Windows_Portable/hwi_(\\d+)(\\d{2})\\.zip",
56+
"replace": "$1.$2"
5657
},
5758
"autoupdate": {
58-
"url": "https://www.sac.sk/download/utildiag/hwi_$majorVersion$minorVersion.zip"
59+
"url": "https://downloads.sourceforge.net/project/hwinfo/Windows_Portable/hwi_$cleanVersion.zip"
5960
}
6061
}

0 commit comments

Comments
 (0)