Skip to content

Commit

Permalink
AU-dotnet: 1 updated
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
flcdrg committed Jun 21, 2024
1 parent 7897b6c commit 656a60a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions keepass-rpc/keepass-rpc.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>keepass-rpc</id>
<version>2.0.0</version>
<version>2.0.2</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/keepass-rpc</packageSourceUrl>
<owners>flcdrg</owners>
<title>KeePass RPC Plugin</title>
Expand All @@ -25,7 +25,9 @@ See the corresponding beta testing announcement for more details:

https://forum.kee.pm/t/keepassrpc-version-2-is-now-available-for-beta-testing/4501

As usual, we will be enabling the update notifications for this version at least a week or two after we have set this as the latest stable release.</releaseNotes>
As usual, we will be enabling the update notifications for this version at least a week or two after we have set this as the latest stable release.

Changes since v2.0.0: Fixes default placeholder fallback for entries so that database-wide placeholder enablement works again. Although we still don't recommend this approach in the long-term.</releaseNotes>
<dependencies>
<dependency id="keepass" version="2.0" />
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions keepass-rpc/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

. "${toolsDir}\common.ps1"

$url = 'https://github.com/kee-org/keepassrpc/releases/download/v2.0.0/KeePassRPC.plgx'
$checksum = 'bedc041f2c7dbe47b2dbc1f4e3fb8414fd79af9ada9f930807d9fb64a5b92339'
$url = 'https://github.com/kee-org/keepassrpc/releases/download/v2.0.2/KeePassRPC.plgx'
$checksum = 'fad2fa6f502b9b6624385c952bfe9d5f18077c843e855e738b34a88d5b6fc67e'

$packagePath = $(Split-Path -parent $toolsDir)
$downloadPath = Join-Path $packagePath "KeePassRPC.plgx"
Expand Down

0 comments on commit 656a60a

Please sign in to comment.