Skip to content

Commit

Permalink
AU: 3 updated - chromium vscode-insiders vscode-insiders.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jan 11, 2021
1 parent 5b08078 commit 74fe123
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "89.0.4385.0-snapshots",
"snapshots": "89.0.4386.0-snapshots",
"stable": "87.0.4280.141"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>89.0.4385.0-snapshots</version>
<version>89.0.4386.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/841858/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/841861/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/841922/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/841925/mini_installer.exe>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum32: 70C409B4377D032920B7E5765F61610A5D28183D03A9B35FAF47B2CE718AA8F6
checksum64: 7A3991F1C0155E036C67D6B43462D7C03FC4120EA218D0B1EA1B2FD318E42DF6
checksum32: CE25BDC07571D2B486F08AD9D2E5A2D8EFF7C663F7DE940AE8C9E36F4488C4F7
checksum64: 0A390157B6605A1752E59302434E7F9BBA1AECF11686CAB96A0C386591D81186

The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "89.0.4385.0-snapshots"
$version = "89.0.4386.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
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/0949d5b794f4f42fb4dbc3d0edc1d33b8b70ab21/VSCodeSetup-ia32-1.53.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/0949d5b794f4f42fb4dbc3d0edc1d33b8b70ab21/VSCodeSetup-x64-1.53.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/3ceb3a100ed0ad5f3238b5022d9d64353a1cc31e/VSCodeSetup-ia32-1.53.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/3ceb3a100ed0ad5f3238b5022d9d64353a1cc31e/VSCodeSetup-x64-1.53.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = '97d3e86f1ab8a56cf01f6c4cfbfc36e37e4f8351490b66b513c4d99196fc168f19169b0618d5fb2117b985ab16895195a9c0c18c77e496ad157d8e25aa3bdf3e'
checksum = 'f144b360b0a00182a2b36e9fb5e56e60255a7e2c1d7817186ca2242ced63cb35a416710ad7b6ad44b4861503af10338d4e5b4364c1a9f638114e8f4e9cc9eb7e'
checksumType = 'sha512'
checksum64 = 'b956242c5f130a8ca8fe31daa74e287a7107a453ff9bf8a560a66eb6a465881996311a3243ec37ad7dddccddfb2f50557cfddd245ff17635b88ca8942a23e2ae'
checksum64 = '83d10cfa5669938c5018fb2d1251702cd7904498612a3618d42a2a55fc49586a0bd3188df76ffc1011977ff80dd05bff242f1f081c35c200f6bd15c5f2700a14'
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.53.0.20210108</version>
<version>1.53.0.20210111</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.53.0.20210108</version>
<version>1.53.0.20210111</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.53.0.20210108]" />
<dependency id="vscode-insiders.install" version="[1.53.0.20210111]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit 74fe123

Please sign in to comment.