Skip to content

Commit

Permalink
AU: 5 updated - vim vscode vscode.install vscode-insiders vscode-insi…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed May 6, 2021
1 parent 4863757 commit 1473b28
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 22 deletions.
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.2832/gvim_8.2.2832_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2832/gvim_8.2.2832_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2836/gvim_8.2.2836_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2836/gvim_8.2.2836_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: 7D69815D981692D871B9157A471073F4262851D83F7382E991ABB1DCBF284A5A
checksum64: 6F5C6BC728226DCFE18586F79329EB1E0C2DA79F5B7FA147ADAB1FC49477DFA2
checksum32: 3702390E9F1599C98025D1CA9D1871E4B1324B88B899C9F13E7258D6A8482AA5
checksum64: 92129CDFFED584FAA9E715117BAD3B0BA0EF78237C021E52D48B770409D77282
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.2832_x86.zip"
file64 = "$toolsDir\gvim_8.2.2832_x64.zip"
file = "$toolsDir\gvim_8.2.2836_x86.zip"
file64 = "$toolsDir\gvim_8.2.2836_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.2832</version>
<version>8.2.2836</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/85f8ebf1687661c45fe2633bdd7f640164a20cc2/VSCodeSetup-ia32-1.56.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/85f8ebf1687661c45fe2633bdd7f640164a20cc2/VSCodeSetup-x64-1.56.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/b95b73b7b074f5dddccd57e5e290617f1a767ec1/VSCodeSetup-ia32-1.57.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/b95b73b7b074f5dddccd57e5e290617f1a767ec1/VSCodeSetup-x64-1.57.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = 'ebf5e59a199be07f2ea6d9792677b0d7e7b7db42c4805d826d7014967d9a2521580e558752a1b07efc5db5a5064edcd8d0e083bb0ad366e1edf89f2fc603a61f'
checksum = '76903111d1ffa016d4a2426cb9ac9854da20724e17c76748e6b294f8c0b40840892d80f45d6ff2bf5ffd047834a497deb1f4bffca452a8dc7ba575b1fdd944b7'
checksumType = 'sha512'
checksum64 = '41dc6e4b1641a95e90d218c2037456bd24d84a68389987fce6ea819ffb07cd5403c6f21afb9a3152e87a4a833837396f433143c600ae8d6be056b876a688720d'
checksum64 = '7403456797aaa71ba7eacd0175f187166f499449742353c60c5319694247eddb63a3fabe1c1f9666df3b5a786df90e46beff0c58bf23acdf99091c564b71d5f4'
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.56.0.20210504</version>
<version>1.57.0.20210505</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.56.0.20210504</version>
<version>1.57.0.20210505</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.20210504]" />
<dependency id="vscode-insiders.install" version="[1.57.0.20210505]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down
10 changes: 5 additions & 5 deletions automatic/vscode.install/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$softwareName = 'Microsoft Visual Studio Code'
$version = '1.55.2'
$version = '1.56.0'
if ($version -eq (Get-UninstallRegistryKey "$softwareName").DisplayVersion) {
Write-Host "VS Code $version is already installed."
return
Expand All @@ -16,14 +16,14 @@ Close-VSCode
$packageArgs = @{
packageName = 'vscode.install'
fileType = 'exe'
url = 'https://az764295.vo.msecnd.net/stable/3c4e3df9e89829dce27b7b5c24508306b151f30d/VSCodeSetup-ia32-1.55.2.exe'
url64bit = 'https://az764295.vo.msecnd.net/stable/3c4e3df9e89829dce27b7b5c24508306b151f30d/VSCodeSetup-x64-1.55.2.exe'
url = 'https://az764295.vo.msecnd.net/stable/cfa2e218100323074ac1948c885448fdf4de2a7f/VSCodeSetup-ia32-1.56.0.exe'
url64bit = 'https://az764295.vo.msecnd.net/stable/cfa2e218100323074ac1948c885448fdf4de2a7f/VSCodeSetup-x64-1.56.0.exe'

softwareName = "$softwareName"

checksum = 'fe9961045989d2388aaac3493e78abfbb0c5e04a962db40bdf291feaabb337c1'
checksum = '5f540552f1fc84977be63e2c4eb4f0fab7a0c527d41a957880afdee0644ce114'
checksumType = 'sha256'
checksum64 = '80e86a6311242fc3640467ed6b9f744eb08e092abf8a3782f75bfa8a9dd20b93'
checksum64 = '9719979567f6788bcddc675df29a028e995c2724b7a714280c1e14302c2d6faa'
checksumType64 = 'sha256'

silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation)
Expand Down
2 changes: 1 addition & 1 deletion automatic/vscode.install/vscode.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode.install</id>
<title>Visual Studio Code (Install)</title>
<version>1.55.2</version>
<version>1.56.0</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/vscode/vscode.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode</id>
<title>Visual Studio Code</title>
<version>1.55.2</version>
<version>1.56.0</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com</projectUrl>
Expand Down Expand Up @@ -44,7 +44,7 @@ Example: `choco install vscode --params "/NoDesktopIcon /DontAddToPath"`
]]></description>
<tags>microsoft visualstudiocode vscode development editor ide javascript typescript admin foss cross-platform</tags>
<dependencies>
<dependency id="vscode.install" version="[1.55.2]" />
<dependency id="vscode.install" version="[1.56.0]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/Updates</releaseNotes>
</metadata>
Expand Down

0 comments on commit 1473b28

Please sign in to comment.