Skip to content

Commit

Permalink
AU: 3 updated - vim vscode vscode.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 7, 2020
1 parent 7da90bb commit 3cf03ef
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 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.0219/gvim_8.2.0219_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0219/gvim_8.2.0219_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0227/gvim_8.2.0227_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0227/gvim_8.2.0227_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: B93129E1E3026C4F2DFDD8BCAF69FB908652DE357B3604BCD2CB56769FFABDE7
checksum64: 7F73E14B5041769E133BCBC97D08DD60C9D4C2AED3300683FD0224E16B4ECFCE
checksum32: DF578B92769200A6BE21B611EF5661B77B87FA3C0E9C713CD3005C8D285F76C3
checksum64: 206B1A685967454525C3B3796A3AD0C40B97A439E3F3A9434E333A4D1F0A0A62
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.0219_x86.zip"
file64 = "$toolsDir\gvim_8.2.0219_x64.zip"
file = "$toolsDir\gvim_8.2.0227_x86.zip"
file64 = "$toolsDir\gvim_8.2.0227_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.0219</version>
<version>8.2.0227</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
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.41.1'
$version = '1.42.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/26076a4de974ead31f97692a0d32f90d735645c0/VSCodeSetup-ia32-1.41.1.exe'
url64bit = 'https://az764295.vo.msecnd.net/stable/26076a4de974ead31f97692a0d32f90d735645c0/VSCodeSetup-x64-1.41.1.exe'
url = 'https://az764295.vo.msecnd.net/stable/ae08d5460b5a45169385ff3fd44208f431992451/VSCodeSetup-ia32-1.42.0.exe'
url64bit = 'https://az764295.vo.msecnd.net/stable/ae08d5460b5a45169385ff3fd44208f431992451/VSCodeSetup-x64-1.42.0.exe'

softwareName = "$softwareName"

checksum = 'd72dfa1e4644e0bbe7ebe7243a2ac59f51b2d2ca261bb24936f2879ad1d6aac3'
checksum = '59505e402f9b0598a6ed8ae30e0e67c2c9ef28cec850f35acc8c5d76eb0707a1'
checksumType = 'sha256'
checksum64 = 'cfde2bc9e601d3d1ab4a1f43c4a5d8c352b41a82cc97732a0c07ccaed3d2c086'
checksum64 = '84dd3851d480797a0635572f2d190b68718a01cd436b75bfc0a4c87fec7fba26'
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.41.1</version>
<version>1.42.0</version>
<authors>Microsoft</authors>
<owners>chocolatey</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.41.1</version>
<version>1.42.0</version>
<authors>Microsoft</authors>
<owners>chocolatey</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.41.1]" />
<dependency id="vscode.install" version="[1.42.0]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/Updates</releaseNotes>
</metadata>
Expand Down

0 comments on commit 3cf03ef

Please sign in to comment.