diff --git a/automatic/keepassxc/keepassxc.nuspec b/automatic/keepassxc/keepassxc.nuspec index f337fb493a6..38a273b0379 100644 --- a/automatic/keepassxc/keepassxc.nuspec +++ b/automatic/keepassxc/keepassxc.nuspec @@ -6,7 +6,7 @@ keepassxc KeePassXC - 2.4.0-beta2 + 2.4.0 https://github.com/keepassxreboot/keepassxc/graphs/contributors wget, hans0 KeePassXC is a community fork of KeePassX which aims to incorporate stalled pull requests, features, and bug fixes that have never made it into the main KeePassX repository. diff --git a/automatic/keepassxc/update.ps1 b/automatic/keepassxc/update.ps1 index d598c04bc50..97153f2ba8f 100644 --- a/automatic/keepassxc/update.ps1 +++ b/automatic/keepassxc/update.ps1 @@ -40,11 +40,6 @@ function global:au_GetLatest { $version = $url32 -split '/' | select -last 1 -skip 1 $nuspecVersion = gc -Encoding UTF8 "$PSScriptRoot\*.nuspec" | ? { $_ -match '\(.*)\<\/version\>.*',"`$1" } - if ($version -eq '2.4.0' -and $nuspecVersion -notmatch '2.4.0.*') { - # Custom handling as we have already pushed that version by a mistake, and if we haven't already pushed a new release - $version = $version + "." + (Get-Date -Format "yyyyMMdd") - } - return @{ url32 = $url32; url64 = $url64;