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 committed Apr 6, 2020
1 parent eae2276 commit 008de9c
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 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.12.3</version>
<version>1.13.1</version>
<authors>antelle</authors>
<owners>wget</owners>
<summary>Free cross-platform password manager compatible with KeePass</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/keeweb/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The installer have been downloaded from the Github release page <https://github.
and can be verified like this:

1. Download the following installers:
32-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.12.3/KeeWeb-1.12.3.win.ia32.exe>
64-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.12.3/KeeWeb-1.12.3.win.x64.exe>
32-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.13.1/KeeWeb-1.13.1.win.ia32.exe>
64-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.13.1/KeeWeb-1.13.1.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: F7F8AE5F204B445B9DCEA875CE4A329765064012204C3B9B4CFEB4EED862850C
checksum64: 6629E98C27690D71B9B69134C8A266D0517953E1AA1268F50A6E4E39065E55ED
checksum32: 259B9CB8F5820C99206A33B3472775D656C766A8620B1969C9F05AFBC04201CD
checksum64: 9B7F0C50D481C06C948418A493C2D54949F664D0499A958D542606C3F7960087

File 'LICENSE.txt' is obtained from <https://github.com/keeweb/keeweb/blob/26d6844b65e78217d3b3eb6cfa4ed5e226404320/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.12.3.win.ia32.exe"
file64 = "$toolsPath\KeeWeb-1.12.3.win.x64.exe"
file = "$toolsPath\KeeWeb-1.13.1.win.ia32.exe"
file64 = "$toolsPath\KeeWeb-1.13.1.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.0510/gvim_8.2.0510_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0510/gvim_8.2.0510_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0520/gvim_8.2.0520_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0520/gvim_8.2.0520_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: 366E228B36E4DA3CECD0A0C77F2651CDB8E98D0EBC1B34BD462021FA018EA717
checksum64: 57B1BAD83B8BDEB476A397D08A25A13DA093C39420A679D3104B80734C183018
checksum32: 0C03FECEAF523AC8765741E465CF66803EFA4202583CB283ED216850843A07F1
checksum64: 047887A252BE9F97BB90A3F0BDB04F36903598A29FDBBED721655856C65EE928
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.0510_x86.zip"
file64 = "$toolsDir\gvim_8.2.0510_x64.zip"
file = "$toolsDir\gvim_8.2.0520_x86.zip"
file64 = "$toolsDir\gvim_8.2.0520_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.0510</version>
<version>8.2.0520</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey, 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 008de9c

Please sign in to comment.