File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ function global:au_GetLatest {
39
39
}
40
40
41
41
return @ {
42
- URL32 = " https://sourceforge.net/projects /crystaldiskmark/files/ $versionMajor$versionMinor /CrystalDiskMark$versionDL .exe/download "
42
+ URL32 = " https://netcologne.dl. sourceforge.net/project /crystaldiskmark/$versionMajor$versionMinor /CrystalDiskMark$versionDL .exe"
43
43
Version = $versionChoco
44
44
FileType = ' exe'
45
45
}
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ function global:au_GetLatest {
38
38
$versionChoco = $versionMajor
39
39
}
40
40
41
- $url = " https://sourceforge.net/projects /crystaldiskmark/files/ $versionMajor$versionMinor /CrystalDiskMark$versionDL .zip/download "
41
+ $url = " https://netcologne.dl. sourceforge.net/project /crystaldiskmark/$versionMajor$versionMinor /CrystalDiskMark$versionDL .zip"
42
42
43
43
$checksum = Get-RemoteChecksum $url
44
44
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ function global:au_GetLatest {
39
39
}
40
40
41
41
return @ {
42
- URL32 = " https://sourceforge.net/projects /crystaldiskmark/files/ $versionMajor$versionMinor /CrystalDiskMark$versionDL .exe/download "
42
+ URL32 = " https://netcologne.dl. sourceforge.net/project /crystaldiskmark/$versionMajor$versionMinor /CrystalDiskMark$versionDL .exe"
43
43
Version = $versionChoco
44
44
FileType = ' exe'
45
45
}
You can’t perform that action at this time.
0 commit comments