diff --git a/automatic/codelite/update.ps1 b/automatic/codelite/update.ps1 index 88adcaaae3c..88b1845231d 100644 --- a/automatic/codelite/update.ps1 +++ b/automatic/codelite/update.ps1 @@ -28,7 +28,7 @@ function global:au_GetLatest { $re64 = 'windows_64$' $url64 = $download_page.links | ? href -match $re64 | select -First 1 -Expand href { % Get-RedirectedUrl $_ 3>$null } - $version = $download_page.content -match "CodeLite ([\d\.]+) - Stable Release" | select -first 1 | % { $Matches[1] } + $version = $download_page.content -match "CodeLite ([\d\.]+) - Stable" | select -first 1 | % { $Matches[1] } @{ URL64 = $url64