Skip to content

Commit

Permalink
Merge pull request #2180 from brogers5/codelite-fix-update
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiringWorm authored Mar 24, 2023
2 parents 5010b6b + 1c84a73 commit af8a4c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automatic/codelite/update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit af8a4c9

Please sign in to comment.