Skip to content

Commit

Permalink
[AU keepassxc]
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiringWorm committed Mar 21, 2019
1 parent 18f23c1 commit 4f584c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion automatic/keepassxc/keepassxc.nuspec
Expand Up @@ -6,7 +6,7 @@
<metadata>
<id>keepassxc</id>
<title>KeePassXC</title>
<version>2.4.0-beta2</version>
<version>2.4.0</version>
<authors>https://github.com/keepassxreboot/keepassxc/graphs/contributors</authors>
<owners>wget, hans0</owners>
<summary>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.</summary>
Expand Down
5 changes: 0 additions & 5 deletions automatic/keepassxc/update.ps1
Expand Up @@ -40,11 +40,6 @@ function global:au_GetLatest {
$version = $url32 -split '/' | select -last 1 -skip 1
$nuspecVersion = gc -Encoding UTF8 "$PSScriptRoot\*.nuspec" | ? { $_ -match '\<version' } | % { $_ -replace '^\s*\<version\>(.*)\<\/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;
Expand Down

0 comments on commit 4f584c1

Please sign in to comment.