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 27, 2022
1 parent e38283b commit d9d1db9
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": "100.0.4855.0-snapshots",
"snapshots": "100.0.4856.0-snapshots",
"stable": "97.0.4692.99"
}
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>100.0.4855.0-snapshots</version>
<version>100.0.4856.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/963684/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/963725/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/963941/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/963939/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: A1DE44F5846CD2AB05A1E808CABF5DD942AD9F0F86EDB1AFA52AEF9098F14F3D
checksum64: AAF4E5B75528CA25C875310EB5BCBD8D0AFD88A714DA2ED372E0935D467FBBD8
checksum32: 2DBC09C1BE4C561A548C961165D372CCEFF4ABE6C814CBE54BB9C978CCF93933
checksum64: 66C3E33FD9B3FDF157157039763E3E08C6BD4FA20689C3D7A05383CA9CCAB56E

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 = "100.0.4855.0-snapshots"
$version = "100.0.4856.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/45060913204279d4ecfe0575ca69d68211fb3798/VSCodeSetup-ia32-1.64.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/45060913204279d4ecfe0575ca69d68211fb3798/VSCodeSetup-x64-1.64.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/3dda6ea7acb66ea8693032fe9631ccac629da770/VSCodeSetup-ia32-1.64.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/3dda6ea7acb66ea8693032fe9631ccac629da770/VSCodeSetup-x64-1.64.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = '85ef6c76214c476425d282043f7cd19e3cfe57902cf5f002ce798734e21c56479f6a2746c5edcfbac91014b9cef9ff463dc62dbe78f8325cd8da3119f245c13e'
checksum = '4566e6a8a3e6a9e5d88fac938dcac9f6816c9f512baf8b6bd5c29ef912d2feafef9c53ae7e74fd3217a9f3cd3fe6cb04be6113d240d8280746ce4c770ca753e4'
checksumType = 'sha512'
checksum64 = 'f3e621ca22f59ec0ff777451795100fec657f2b7802a77e44686add36061e840d531de83d42c759a3bdc8fbe37ffa91ee9a6c04a86068fd92ee277788bcd2755'
checksum64 = 'fca680d9dcb329aea0eb833f143abc4e76445bcfd775cd32e364f9503909abab112690afbddfbcb036850d8763c33af2ca54511ceec29a79b37356eaed2d63b9'
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.64.0.20220126</version>
<version>1.64.0.20220127</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.64.0.20220126</version>
<version>1.64.0.20220127</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.64.0.20220126]" />
<dependency id="vscode-insiders.install" version="[1.64.0.20220127]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit d9d1db9

Please sign in to comment.