Skip to content

Commit

Permalink
AU: 2 updated - chromium vscode-insiders.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Oct 6, 2021
1 parent 9ebf84b commit 6325726
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
@@ -1,4 +1,4 @@
{
"snapshots": "96.0.4662.0-snapshots",
"snapshots": "96.0.4663.0-snapshots",
"stable": "94.0.4606.71"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>96.0.4662.0-snapshots</version>
<version>96.0.4663.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
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/928262/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/928262/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/928593/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/928601/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: 4A5D6E44A3AAE7B3A04AF970EAA1DEE43C153179933847055EFE45BCC9DB8D70
checksum64: 4DDBDBA345FBA8D0EF8FC7D93BBF0849179C168C685C6F0C3E9EC27A745672D8
checksum32: 43E0DC3192523A2BBE0B8B55316B5A58063846AB31E28E8D16DD98356B9E2996
checksum64: 08EA8D198C086AA4DCE43B2E8BB90022670323087E99946BBB77DE9AE4EFC65E

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
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "96.0.4662.0-snapshots"
$version = "96.0.4663.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
Expand Up @@ -22,14 +22,14 @@ function Get-MergeTasks {
$packageArgs = @{
packageName = "$env:ChocolateyPackageName"
fileType = 'exe'
url = 'https://az764295.vo.msecnd.net/insider/71ca6e8e74591ae5c577d52a2aa1bd0c3df5ac32/VSCodeSetup-ia32-1.61.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/71ca6e8e74591ae5c577d52a2aa1bd0c3df5ac32/VSCodeSetup-x64-1.61.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/2dc8b9580809148e312356852affc4b8d4feb7da/VSCodeSetup-ia32-1.61.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/2dc8b9580809148e312356852affc4b8d4feb7da/VSCodeSetup-x64-1.61.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = '74998e7cc0cd7378ac54866f6de828c71eea04d5cf6c8e0ab33a81c7565d1caefb522e06536dfdeadd07d592c856925e3f383904ace5f2638bbc45963c3fc2e7'
checksum = '52f1dadc0ebe3369f0cbe3f5ccb028c259c1e477c9d87a93ebf4200a2ebf22bd4b2f239bb2e4c95bb050f24452a98074a876c2deadff128dfa200ee859553a27'
checksumType = 'sha512'
checksum64 = '5f2636a9925b7bfbc61c9a725dcff845d4192d1864cf11d4fc4d2758ec85bde96e5eef6d5c7e2d0049715f4a76c884595f15f0f3be4ab4dbec4f41ea01c486cc'
checksum64 = '0fae1de62d2dc814f799f89eb77d44cd681208e3da1c1fef3e75d8d545b49a3f177061e57f7fb97fe167b118f8283b64f207036cbf7c14784ac1ebfbd86de184'
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.61.0.20211005</version>
<version>1.61.0.20211006</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down

0 comments on commit 6325726

Please sign in to comment.