Skip to content

Commit

Permalink
AU: 2 updated - keepassxc vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 12, 2019
1 parent ba3a2f6 commit 797581c
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion automatic/keepassxc/keepassxc.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<metadata>
<id>keepassxc</id>
<title>KeePassXC</title>
<version>2.5.0</version>
<version>2.5.1</version>
<authors>https://github.com/keepassxreboot/keepassxc/graphs/contributors</authors>
<owners>wget, hans0</owners>
<summary>KeePassXC is a community fork of KeePassX which aims to incorporate stalled pull requests, features, and bug fixes that have never made it into the main KeePassX repository.</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/keepassxc/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/keepassxreboot/keepassxc/releases/download/2.5.0/KeePassXC-2.5.0-Win32.msi>
64-Bit: <https://github.com/keepassxreboot/keepassxc/releases/download/2.5.0/KeePassXC-2.5.0-Win64.msi>
32-Bit: <https://github.com/keepassxreboot/keepassxc/releases/download/2.5.1/KeePassXC-2.5.1-Win32.msi>
64-Bit: <https://github.com/keepassxreboot/keepassxc/releases/download/2.5.1/KeePassXC-2.5.1-Win64.msi>
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: F462D780955EE63324EAADE16489B960B58A24559F3E38F31EF1EFF2E9D8BD02
checksum64: DC7190DA9BB2E91AEDD105ABD7D78C61B8F184764DE11BB4EE8BB640A1C77BE7
checksum32: 57BB2FBCFFF3488163F10356E2D8EA8C89A32EFF8DCE04BEE5C870225838D8CC
checksum64: EBADA0B8A45E2202DF844DB0F569DF9E8E0B894423DBC49B04445000F17D4D50

File 'LICENSE.txt' is obtained from <https://github.com/keepassxreboot/keepassxc/blob/470a74ee24793eaccab0ae371a7ee970b95bfeb9/COPYING>
8 changes: 4 additions & 4 deletions automatic/keepassxc/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ $packageArgs = @{
packageName = 'keepassxc'
softwareName = 'KeePassXC'
fileType = 'msi'
file = "$toolsDir\KeePassXC-2.5.0-Win32.msi"
file64 = "$toolsDir\KeePassXC-2.5.0-Win64.msi"
checksum = 'F462D780955EE63324EAADE16489B960B58A24559F3E38F31EF1EFF2E9D8BD02'
file = "$toolsDir\KeePassXC-2.5.1-Win32.msi"
file64 = "$toolsDir\KeePassXC-2.5.1-Win64.msi"
checksum = '57BB2FBCFFF3488163F10356E2D8EA8C89A32EFF8DCE04BEE5C870225838D8CC'
checksumType = 'sha256'
checksum64 = 'DC7190DA9BB2E91AEDD105ABD7D78C61B8F184764DE11BB4EE8BB640A1C77BE7'
checksum64 = 'EBADA0B8A45E2202DF844DB0F569DF9E8E0B894423DBC49B04445000F17D4D50'
checksumType64 = 'sha256'

# MSI
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.1.2291/gvim_8.1.2291_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2291/gvim_8.1.2291_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2292/gvim_8.1.2292_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2292/gvim_8.1.2292_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: B040AFACAC29F25E9915870A12344DCA4C474A3FC878CDBDB30829018AE3EFC1
checksum64: C0880DEE141B9209D6222B254897BAF5AE1B7C08AA38A46EEC6F75689A147D43
checksum32: 9DE51D1BB963918C55610B3207C9C254C4872BB9FE73E0064D9E3D2929AA3224
checksum64: 4E1E68C9C639191E5A8E93F92B1432401AED39801D2BDA69B82FE4FEF2DF44DF
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.1.2291_x86.zip"
file64 = "$toolsDir\gvim_8.1.2291_x64.zip"
file = "$toolsDir\gvim_8.1.2292_x86.zip"
file64 = "$toolsDir\gvim_8.1.2292_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.1.2291</version>
<version>8.1.2292</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 797581c

Please sign in to comment.