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 31, 2023
1 parent 531b35a commit 7c110a6
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.1261/gvim_9.0.1261_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1261/gvim_9.0.1261_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1266/gvim_9.0.1266_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1266/gvim_9.0.1266_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: BA0B19BA0150282A114738631D1CEE195A268C117A5E5AC8B9AACF0017B82434
checksum64: C306BCB1F7C89DB4981874BB479F322A5F8C8217F7F050FB0E46AC7F68E4DC62
checksum32: 291873A113C3715C1CDD6714843A7A566FA9718C8988D235F3B415DC5D8077F1
checksum64: C9E64709DBD6B619485EA5DC2DBAE91D48F125EDE09A1E5406F8FCA5B3187461
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.1261_x86.zip"
file64 = "$toolsDir\gvim_9.0.1261_x64.zip"
file = "$toolsDir\gvim_9.0.1266_x86.zip"
file64 = "$toolsDir\gvim_9.0.1266_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.1261</version>
<version>9.0.1266</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
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://vscode.blob.core.windows.net/insider/acbbdaa41a459aab86072e8d97255cd2ea1d9529/VSCodeSetup-ia32-1.75.0-insider.exe'
url64bit = 'https://vscode.blob.core.windows.net/insider/acbbdaa41a459aab86072e8d97255cd2ea1d9529/VSCodeSetup-x64-1.75.0-insider.exe'
url = 'https://vscode.blob.core.windows.net/insider/0615c4f98b07b51d3be6a357e22afec119490c5a/VSCodeSetup-ia32-1.75.0-insider.exe'
url64bit = 'https://vscode.blob.core.windows.net/insider/0615c4f98b07b51d3be6a357e22afec119490c5a/VSCodeSetup-x64-1.75.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = 'd6a32bc1f53279343770206126d76f84f7e3dd9703f7f5640f2132e6776d31de97c6f5982eaf288fbe962dd2fe1685c85bba5fd0e2e50dc73388439718151b1d'
checksum = 'efaa25fca52f5c2f84a5ee2a98ce52d9ecc55bdb068f50d2664fe0e138a7fca84921d63790255366b09d3b93319a1e0fa6da712b36303771fb35a87aca60e0c2'
checksumType = 'sha512'
checksum64 = '46df673c58bf8f76fb1e479e2a79ea9e03295b8c9810c405a19001654d5fd5b37da810248d588fa899a1c58d266cb0ebc5fc155e523a9370772630bb81b91abb'
checksum64 = '11e1bbc0645cf8b75171d9a25470126e824548173f9c0cc5f3bdd2af307a79429d19900807c20ec0a5af90f6e181c1a35aa5c9f037e8bbdb13fea1b2980e0fe1'
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.75.0.20230127</version>
<version>1.75.0.20230130</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.75.0.20230127</version>
<version>1.75.0.20230130</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.75.0.20230127]" />
<dependency id="vscode-insiders.install" version="[1.75.0.20230130]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit 7c110a6

Please sign in to comment.