Skip to content

Commit

Permalink
AU: 2 updated - keeweb vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Dec 19, 2020
1 parent c74116c commit 04eafbc
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion automatic/keeweb/keeweb.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<metadata>
<id>keeweb</id>
<title>KeeWeb</title>
<version>1.16.4</version>
<version>1.16.5</version>
<authors>antelle</authors>
<owners>chocolatey-community,wget</owners>
<summary>Free cross-platform password manager compatible with KeePass</summary>
Expand Down
10 changes: 5 additions & 5 deletions automatic/keeweb/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The installer have been downloaded from the Github release page <https://github.com/keeweb/keeweb/releases/tag/v1.16.4>
The installer have been downloaded from the Github release page <https://github.com/keeweb/keeweb/releases/tag/v1.16.5>
and can be verified like this:

1. Download the following installers:
32-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.16.4/KeeWeb-1.16.4.win.ia32.exe>
64-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.16.4/KeeWeb-1.16.4.win.x64.exe>
32-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.16.5/KeeWeb-1.16.5.win.ia32.exe>
64-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.16.5/KeeWeb-1.16.5.win.x64.exe>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: 363ACC09E767A003274CFD6FC4754774709B9AF7E5E34E9D73D4C383177AD427
checksum64: 8AF22A97F33CD44E8E647DAA6E4D131AB06005227B57E429C7C78595CD97C1FA
checksum32: 6DC1389281D1F76F42274085C1578161DC7B74192BA71D3A15280E1F716E79A5
checksum64: 7DA66DE65F4FCB1068D8F85A1B8EDACB836F997E7C3EEC8865817FC75C278C92

File 'LICENSE.txt' is obtained from <https://github.com/keeweb/keeweb/blob/62ea631269794ca6f91d6ad3dc3a5e2fb12f1b6a/LICENSE>
4 changes: 2 additions & 2 deletions automatic/keeweb/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = 'keeweb'
fileType = 'exe'
file = "$toolsPath\KeeWeb-1.16.4.win.ia32.exe"
file64 = "$toolsPath\KeeWeb-1.16.4.win.x64.exe"
file = "$toolsPath\KeeWeb-1.16.5.win.ia32.exe"
file64 = "$toolsPath\KeeWeb-1.16.5.win.x64.exe"
softwareName = 'keeweb*'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ in verifying that this package's contents are trustworthy.
The embedded software have been downloaded from GitHub and can be verified like this:

1. Download the following zips:
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2154/gvim_8.2.2154_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2154/gvim_8.2.2154_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2160/gvim_8.2.2160_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2160/gvim_8.2.2160_x64.zip>
2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: 260FD49521CECD8E4AE027C2CA27A1250BA8DEDDCE369B46667FB1AA50666627
checksum64: 5A1D52FDBFCC6CB4D111890B05D9BF2AB715119FB3B853515D5FAA935DA14228
checksum32: F5B07A11248AAEB5114A39C163D81DBC553CA9CE0ED2A27ABAB0886CEC8386BA
checksum64: A6C3528BAE69EA25136DDF133BDDD932710C486F16A18589D6DBB7139EA70489
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_8.2.2154_x86.zip"
file64 = "$toolsDir\gvim_8.2.2154_x64.zip"
file = "$toolsDir\gvim_8.2.2160_x86.zip"
file64 = "$toolsDir\gvim_8.2.2160_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>8.2.2154</version>
<version>8.2.2160</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds, matsuhav</owners>
<summary>Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. It's useful whether you're already using vi or using a different editor.</summary>
Expand Down

0 comments on commit 04eafbc

Please sign in to comment.