Skip to content

Commit

Permalink
AU: 3 updated - vim vscode-insiders vscode-insiders.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jul 6, 2022
1 parent 7c18fe6 commit 40b8227
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 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/v9.0.0040/gvim_9.0.0040_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.0040/gvim_9.0.0040_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.0042/gvim_9.0.0042_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.0042/gvim_9.0.0042_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: 528B7A6A69AE42D777A85AD40FA671900C42DCFF417F0CB870ED5FECD2B9D0A2
checksum64: D0646EF9D4EC80050B96E598892A58658CBDF0EE758B998CA63A50CBA7E8A74A
checksum32: E86178592F1266E3A1FB8CE07A9BBEB2270748D48CCA75074F38F9F2432CC70F
checksum64: FF3C147EFA5EEB56EC2082D1631994A317E786142A2AD914E78CEDB091FBECDF
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_9.0.0040_x86.zip"
file64 = "$toolsDir\gvim_9.0.0040_x64.zip"
file = "$toolsDir\gvim_9.0.0042_x86.zip"
file64 = "$toolsDir\gvim_9.0.0042_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>9.0.0040</version>
<version>9.0.0042</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/2932e29645f12f08235b7560b3f7d763b8a1cf25/VSCodeSetup-ia32-1.69.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/2932e29645f12f08235b7560b3f7d763b8a1cf25/VSCodeSetup-x64-1.69.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/92d25e35d9bf1a6b16f7d0758f25d48ace11e5b9/VSCodeSetup-ia32-1.69.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/92d25e35d9bf1a6b16f7d0758f25d48ace11e5b9/VSCodeSetup-x64-1.69.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = '1d7f31b6a74ca8340526200cdbd7e0af74e150ff4cd5ef610147fca94f1b768955857358057caaa28a842f9c17301e56190061c295503be037d7dc564dc5b783'
checksum = 'c057801d4fa0eaed8a13b313872407e20629c593954a19f36a354c8961621c5322c3fdba1ce0cb5947550cf52c76536e79ff8eeeae98d1dfc01c868e9dbd0b96'
checksumType = 'sha512'
checksum64 = 'c03ae097b0a533e543928ec22584fb22bc862ab2c6a01c2114125bb5bab756a2020f836c1d4906577183df8c320591b181330f19a0a0795031c662285439dd29'
checksum64 = 'da0357b847688108d95f92725b3040bfc0080705def631112e00ab6ea8ac728c9cf09912896a0d8b505171b76d8e9202d7d1cf8697b1bda7bf61d454ebdc10e5'
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.69.0.20220704</version>
<version>1.69.0.20220705</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.69.0.20220704</version>
<version>1.69.0.20220705</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.69.0.20220704]" />
<dependency id="vscode-insiders.install" version="[1.69.0.20220705]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit 40b8227

Please sign in to comment.