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 30, 2024
1 parent f466d80 commit 4ee72b3
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
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.1.0061/gvim_9.1.0061_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0061/gvim_9.1.0061_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0065/gvim_9.1.0065_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0065/gvim_9.1.0065_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: A65DB99517877E2482570CD2E2C849793071ED694FD2E693286989E0A6D36D98
checksum64: 282C100B575BC45A4170A00C926235F3326449F98AE6AB1A0EE882163B142D75
checksum32: 6D55DA7C8C58798FB12A14EA3A8A2536C1C99CED541D6652E05B0EB52D6261D3
checksum64: 1E0AB81E428228D04B547374A998A1ED5B245FD2F3682787D9D44B6BE6012794
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.1.0061_x86.zip"
file64 = "$toolsDir\gvim_9.1.0061_x64.zip"
file = "$toolsDir\gvim_9.1.0065_x86.zip"
file64 = "$toolsDir\gvim_9.1.0065_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.1.0061</version>
<version>9.1.0065</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
Original file line number Diff line number Diff line change
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/feff7c8a7e1c82320380f42d898a1e03051fefb7/VSCodeSetup-x64-1.86.0-insider.exe'
url64bit = 'https://vscode.download.prss.microsoft.com/dbazure/download/insider/9c5eabb378c9d18a0f712d1f22fe63df3f933ade/VSCodeSetup-x64-1.86.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum64 = '9272f86e7d35e504a410c2e50c70431c0b6d5789224bce52e62074a2ba3bef53e1db9f69573a6d0d03abb6d8b0395d1400ce0dc453f615531842c299ad0d81a0'
checksum64 = '100bcb3c91bba929af4d4b45f9f44d3e349f0f5c419209b0f93e0d352af18331a14417502f36fddea091856e90d911d5c660df14fbe463739341c21803dc5dd9'
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.86.0.20240126</version>
<version>1.86.0.20240129</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.86.0.20240126</version>
<version>1.86.0.20240129</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.20240126]" />
<dependency id="vscode-insiders.install" version="[1.86.0.20240129]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit 4ee72b3

Please sign in to comment.