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 Jan 26, 2024
1 parent e1ca26e commit 9cb8ae7
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
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.1.0044/gvim_9.1.0044_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0044/gvim_9.1.0044_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0059/gvim_9.1.0059_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0059/gvim_9.1.0059_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: 801B970421684218416E86C2A175D1C624879A58C582E29819186D30E1ABBF72
checksum64: 9A44B431162BD70E4DD5889B9216C1762326D2526B166A939EFDA1C4909FB80B
checksum32: A029EE1A31D0708835793FA3C31B21E61FA3F2067D16EDBB79983BDC83388D35
checksum64: 71D54D9AFA4AD38B8657B54B4E3715F94AE85864C7B4B3E9F8C52B973E92808A
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_9.1.0044_x86.zip"
file64 = "$toolsDir\gvim_9.1.0044_x64.zip"
file = "$toolsDir\gvim_9.1.0059_x86.zip"
file64 = "$toolsDir\gvim_9.1.0059_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>9.1.0044</version>
<version>9.1.0059</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds</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
4 changes: 2 additions & 2 deletions automatic/vscode-insiders.install/tools/chocolateyInstall.ps1
Expand Up @@ -22,11 +22,11 @@ function Get-MergeTasks {
$packageArgs = @{
packageName = "$env:ChocolateyPackageName"
fileType = 'exe'
url64bit = 'https://vscode.download.prss.microsoft.com/dbazure/download/insider/3dea5cbbcb88d7f6dad71148f3d3f98b853ab836/VSCodeSetup-x64-1.86.0-insider.exe'
url64bit = 'https://vscode.download.prss.microsoft.com/dbazure/download/insider/feff7c8a7e1c82320380f42d898a1e03051fefb7/VSCodeSetup-x64-1.86.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum64 = '2338d2aa4ce1b71b3219998a9006736f6894efba0de59b93b8ac2c95f4f2a0909a6b6fc9a56c570c3084b342b2b5a68076badc6968f4da2be1425a8984464934'
checksum64 = '9272f86e7d35e504a410c2e50c70431c0b6d5789224bce52e62074a2ba3bef53e1db9f69573a6d0d03abb6d8b0395d1400ce0dc453f615531842c299ad0d81a0'
checksumType64 = 'sha512'

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

0 comments on commit 9cb8ae7

Please sign in to comment.