Skip to content

Commit

Permalink
AU: 3 updated - keeweb SQLite vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 5, 2019
1 parent 9c9d9d0 commit a78d6a4
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 21 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.11.5</version>
<version>1.11.6</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.11.5/KeeWeb-1.11.5.win.ia32.exe>
64-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.11.5/KeeWeb-1.11.5.win.x64.exe>
32-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.11.6/KeeWeb-1.11.6.win.ia32.exe>
64-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.11.6/KeeWeb-1.11.6.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: A4FF34B236539DD358722262DA5A6D54434B4A0A2B92E2CFB68729E4C78A8B8A
checksum64: C523BD9ECCCA9F09EE8FF3033B763653B66AD151F8A39385418CE445832DC5C1
checksum32: D17983DC6604761F0574A66CF90596C11B2988488058BC7E2E10902A4EF66136
checksum64: 2A92149338A5F68B995583AB2CD0814E8B92A2C93B259B26EBFF992CC70118E7

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.11.5.win.ia32.exe"
file64 = "$toolsPath\KeeWeb-1.11.5.win.x64.exe"
file = "$toolsPath\KeeWeb-1.11.6.win.ia32.exe"
file64 = "$toolsPath\KeeWeb-1.11.6.win.x64.exe"
softwareName = 'keeweb*'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
12 changes: 6 additions & 6 deletions automatic/sqlite/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ Package can be verified like this:

1. Go to

x32: https://sqlite.org/2019/sqlite-dll-win32-x86-3290000.zip
x64: https://sqlite.org/2019/sqlite-dll-win64-x64-3290000.zip
Toolsx32: https://sqlite.org/2019/sqlite-tools-win32-x86-3290000.zip
x32: https://sqlite.org/2019/sqlite-dll-win32-x86-3300000.zip
x64: https://sqlite.org/2019/sqlite-dll-win64-x64-3300000.zip
Toolsx32: https://sqlite.org/2019/sqlite-tools-win32-x86-3300000.zip

to download the files.

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: E028068B067E5E60FA5680B0BAFA48A31287B6D614EE0B92DF51CCE23B974099
checksum64: 4879D00A2E7E2C67DCE7F2D7DC47EA11BA9E10DC4CD8ADFDBEBED01B20CE5AAF
checksumTools32: 6EAE0B3E87BC146AEB0F130F3814FAA0E93E394876F3710A537A00A6DCCDBD19
checksum32: 70A11669BB8AD1099FD7FBA9DA92E1A75124BEF0D16A01FD10DCDC45E9582092
checksum64: A323ADA55FDC838DDDA355949D7A666F0FF8910447C4ABE9F41769BA0B3D87AE
checksumTools32: 456DE3A7C90E1E5AC4E0B6480BC726A525DCE42F83C7ADCFDCB0FB6D7D24A48D

File 'license.txt' is obtained from the following URL (and converted to markdown):
http://www.sqlite.org/copyright.html
2 changes: 1 addition & 1 deletion automatic/sqlite/sqlite.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>SQLite</id>
<version>3.29.0</version>
<version>3.30.0</version>
<title>SQLite</title>
<owners>chocolatey</owners>
<authors>D. Richard Hipp, SQLite contributors</authors>
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.2109/gvim_8.1.2109_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2109/gvim_8.1.2109_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2112/gvim_8.1.2112_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2112/gvim_8.1.2112_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: 49AFEBF70BD36345B09AB95722CF8FD66E37310AFEA539A632490045F119BD98
checksum64: BBF831DCBF5368280148385798A4EA8E9D5EB1A77132989EE9868F2E9DC52975
checksum32: 2D14446646BFA2BD9F40BA8DACF0038755F12BE13AD272F014FA99E2DC972329
checksum64: D95C8E8E984FB76A25A861C462C8B0F0B7AD813BB067333BFAF9BD9C6C93F875
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.2109_x86.zip"
file64 = "$toolsDir\gvim_8.1.2109_x64.zip"
file = "$toolsDir\gvim_8.1.2112_x86.zip"
file64 = "$toolsDir\gvim_8.1.2112_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.2109</version>
<version>8.1.2112</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 a78d6a4

Please sign in to comment.