diff --git a/choco/keetheme.nuspec b/choco/keetheme.nuspec index cff8916..89ba254 100644 --- a/choco/keetheme.nuspec +++ b/choco/keetheme.nuspec @@ -3,7 +3,7 @@ keepass-plugin-keetheme KeePass Plugin KeeTheme - 0.9.9 + 0.9.10 Krzysztof Łaputa xatupal Plugin changes the appearance of KeePass, to make it look better at night diff --git a/choco/tools/common.ps1 b/choco/tools/common.ps1 index 15225a6..9fff7e7 100644 --- a/choco/tools/common.ps1 +++ b/choco/tools/common.ps1 @@ -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 {