Skip to content

Commit

Permalink
Update Chocolatey package source version to 0.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
xatupal committed Apr 20, 2022
1 parent fe1a61c commit 1556945
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion choco/keetheme.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>keepass-plugin-keetheme</id>
<title>KeePass Plugin KeeTheme</title>
<version>0.9.9</version>
<version>0.9.10</version>
<authors>Krzysztof Łaputa</authors>
<owners>xatupal</owners>
<summary>Plugin changes the appearance of KeePass, to make it look better at night</summary>
Expand Down
4 changes: 2 additions & 2 deletions choco/tools/common.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ if ($psver -ge 3) {
$packageName = 'keepass-plugin-keetheme'
$fileName = 'KeeTheme.plgx'
$packageSearch = 'KeePass Password Safe'
$url = 'https://github.com/xatupal/KeeTheme/releases/download/v0.9.9/KeeTheme.plgx'
$checksum = 'DA77B9C2C9BF548B4E8BADFD8C7A147BBC132184EBE66CBAD4882B1B029177F0'
$url = 'https://github.com/xatupal/KeeTheme/releases/download/v0.9.10/KeeTheme.plgx'
$checksum = '77A3EC13E2B0B6A0E95A1ADB78CF4B4AF8D08123D42C9DE8737D8FF80E1A91DB'
$checksumType = 'sha256'

function Get-KeePassPluginsPath {
Expand Down

0 comments on commit 1556945

Please sign in to comment.