Skip to content

Commit

Permalink
AU: 4 updated - keeweb vim vscode-insiders vscode-insiders.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Dec 11, 2020
1 parent 753accd commit 8206efc
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 22 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.1</version>
<version>1.16.3</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.1>
The installer have been downloaded from the Github release page <https://github.com/keeweb/keeweb/releases/tag/v1.16.3>
and can be verified like this:

1. Download the following installers:
32-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.16.1/KeeWeb-1.16.1.win.ia32.exe>
64-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.16.1/KeeWeb-1.16.1.win.x64.exe>
32-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.16.3/KeeWeb-1.16.3.win.ia32.exe>
64-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.16.3/KeeWeb-1.16.3.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: 5DC1853F237C0C5ABADCD24AA7B4611BC89FE80E2739261545CD401E0D7DCFDB
checksum64: 4EF78045FEB8CA2BBA6453F7D44EB6E6FD74521AC2F9ADCF984F6B632604D077
checksum32: 22564E8C08659794C91EC9AD16E63871B7315BCDA5C3A54AFC3F3963496B61DE
checksum64: B083D8A6A80AF5F229BA3CEA1ADABEC146B2934BDDE37A64EE41B39387D41576

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.1.win.ia32.exe"
file64 = "$toolsPath\KeeWeb-1.16.1.win.x64.exe"
file = "$toolsPath\KeeWeb-1.16.3.win.ia32.exe"
file64 = "$toolsPath\KeeWeb-1.16.3.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.2123/gvim_8.2.2123_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2123/gvim_8.2.2123_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2127/gvim_8.2.2127_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2127/gvim_8.2.2127_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: 570ABE2490A1FD1E66081A5163D67E8D29A9A65FFF22665F4EECA69A47CA8A7E
checksum64: 59DDF7C1F77686A15BB3F02810597B98E749CEF12651A2D562C68F403A3DC3BA
checksum32: 1E3263B5D2049716ED40690FA443ECEC8CEDF8BA7805B3B5139C652737201934
checksum64: 57BF4C885B0B6FD137D51B49A61398356D6BD62F678C25C91866B9ED6E67ACE6
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.2123_x86.zip"
file64 = "$toolsDir\gvim_8.2.2123_x64.zip"
file = "$toolsDir\gvim_8.2.2127_x86.zip"
file64 = "$toolsDir\gvim_8.2.2127_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.2123</version>
<version>8.2.2127</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
8 changes: 4 additions & 4 deletions automatic/vscode-insiders.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ function Get-MergeTasks {
$packageArgs = @{
packageName = "$env:ChocolateyPackageName"
fileType = 'exe'
url = 'https://az764295.vo.msecnd.net/insider/c6cb54153991e7e3686c51ccd8d85b626b9b1fe4/VSCodeSetup-ia32-1.52.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/c6cb54153991e7e3686c51ccd8d85b626b9b1fe4/VSCodeSetup-x64-1.52.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/dbbf7079b20b3036b3ff5ac2e2106b84dd3c6d66/VSCodeSetup-ia32-1.52.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/dbbf7079b20b3036b3ff5ac2e2106b84dd3c6d66/VSCodeSetup-x64-1.52.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = '82d28da46f39a91d9d5ffb47d7cf255bb03a26939164fc740d03da6cc95c3f4365baa8b3a39561e33220522b7ddf7e4f1fc970dd98bc3449a22288634ef1a3ef'
checksum = '97f264f8bca36625e06368de6edd0034aac7c092d3dff1067bbffb762fb67539a47c3aa86d562e6039a577e7d0bba0974a1b787bf6d17c6250fc9b9131f25e78'
checksumType = 'sha512'
checksum64 = 'ab1fb7b0a687675d917e80e5e40cd8f40ebb6e16ce7ec0c6c21dda22550926783ca65ab34458eb0e12e32e30d39ba9614ad2296b6e066bc564863919eec2e449'
checksum64 = '123de1727825335fd8bbb3edc8e6e2693c22faa4280bde25d27bc6540f18d67e8ff09ccb8e433ff057f4586ae2ca35a4bcb464b0f310736018d735668e4aed70'
checksumType64 = 'sha512'

silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders.install</id>
<title>Visual Studio Code Insiders (Install)</title>
<version>1.52.0.20201209</version>
<version>1.52.0.20201210</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
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.52.0.20201209</version>
<version>1.52.0.20201210</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.52.0.20201209]" />
<dependency id="vscode-insiders.install" version="[1.52.0.20201210]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit 8206efc

Please sign in to comment.