Skip to content

Commit

Permalink
AU: 3 updated - keeweb mkvtoolnix vscode-insiders
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Apr 9, 2021
1 parent d1be3c2 commit 63f7ba8
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.17.5</version>
<version>1.17.6</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.17.5>
The installer have been downloaded from the Github release page <https://github.com/keeweb/keeweb/releases/tag/v1.17.6>
and can be verified like this:

1. Download the following installers:
32-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.17.5/KeeWeb-1.17.5.win.ia32.exe>
64-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.17.5/KeeWeb-1.17.5.win.x64.exe>
32-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.17.6/KeeWeb-1.17.6.win.ia32.exe>
64-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.17.6/KeeWeb-1.17.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: EEE5295308D3599C656D3927695387A4F06B513042FD3B8BEAFF5805501F7A0D
checksum64: 8A70486EE31F6E701D76B2995056B8A4DD0C7F54CD7A210D4D5CC2B62C676332
checksum32: D7BA53109818A21781C714FA422BC7CDCDC184F19E7075891F452D670080FCB9
checksum64: 36B6144C6D8943ACB447924FFF6D1DA5D36E9F8AD518558E276895827F2FB1FF

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

1. Go to

x32: https://mkvtoolnix.download/windows/releases/56.0.0/mkvtoolnix-32-bit-56.0.0-setup.exe
x64: https://mkvtoolnix.download/windows/releases/56.0.0/mkvtoolnix-64-bit-56.0.0-setup.exe
x32: https://mkvtoolnix.download/windows/releases/56.1.0/mkvtoolnix-32-bit-56.1.0-setup.exe
x64: https://mkvtoolnix.download/windows/releases/56.1.0/mkvtoolnix-64-bit-56.1.0-setup.exe

to download the installer.

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: F11C06426C60989A8F2ABF1FEFE1105291007A9424FAE0B1F57EF230A7497ADF
checksum64: 6869FE001843E7A8622D77E9A78F750047512D8907A54EE703575263842A871D
checksum32: 6BC87E565795112185C49C230EDBB14789532A505B0EE9014380ED2B552D08E7
checksum64: 8A36293878029A2FA66F848B47FF5C747BC3D211F88E556782CB638015FF7BF6
2 changes: 1 addition & 1 deletion automatic/mkvtoolnix/mkvtoolnix.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>mkvtoolnix</id>
<version>56.0.0</version>
<version>56.1.0</version>
<title>MKVToolNix</title>
<owners>chocolatey-community</owners>
<authors>Moritz Bunkus</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/vscode-insiders/vscode-insiders.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders</id>
<title>Visual Studio Code Insiders</title>
<version>1.56.0.20210408</version>
<version>1.56.0.20210409</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down Expand Up @@ -47,7 +47,7 @@ Example: `choco install vscode-insiders --params "/NoDesktopIcon /DontAddToPath"
]]></description>
<tags>microsoft visualstudiocode visualstudiocode-insiders vscode vscode-insiders development editor ide javascript typescript admin foss cross-platform</tags>
<dependencies>
<dependency id="vscode-insiders.install" version="[1.56.0.20210408]" />
<dependency id="vscode-insiders.install" version="[1.56.0.20210409]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit 63f7ba8

Please sign in to comment.