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 Mar 13, 2023
1 parent ad60a4b commit 59fc87b
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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "113.0.5649.0-snapshots",
"snapshots": "113.0.5650.0-snapshots",
"stable": "111.0.5563.65"
}
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>113.0.5649.0-snapshots</version>
<version>113.0.5650.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/1116188/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1116189/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1116274/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1116278/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: 175FDCF56E227CBBB636802A219A03FF81FF76299AA6823CFD5CECF80DFA4126
checksum64: 8333186D77F1FE0C89A992A7F046A260441C661B32C034D10A3523882FF510CB
checksum32: 79A881239F7E0205605599DBBD3EEFE1F6D96415BBBEA199133C22ECABC6B919
checksum64: BA2DC5B5766D8097E2EB29060545701E178D6098B9437C9472AF497275017E9C

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 = "113.0.5649.0-snapshots"
$version = "113.0.5650.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/f42f45a7d219952ac07b6ed6ba5c4c107cf5aa2d/VSCodeSetup-ia32-1.77.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/f42f45a7d219952ac07b6ed6ba5c4c107cf5aa2d/VSCodeSetup-x64-1.77.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/522890f47c000a79c4f4a42f1325758c4c23b010/VSCodeSetup-ia32-1.77.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/522890f47c000a79c4f4a42f1325758c4c23b010/VSCodeSetup-x64-1.77.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = 'bde05a1124924a0ec43270c2c878939eadb8f7f5f1a6c68d466866ff553cb40b69098c856bbe058ce1e3724869286cd461d8a0f639fdcfba90d78aac5b7bf149'
checksum = 'b9cf495e2c55e12c595fd3832c4088c1454232cd53e1caa4fde679904a403bea97b027ae9fa380033854c61e97b218c4691b52cd38e3bc88f56cb012c7130f59'
checksumType = 'sha512'
checksum64 = '7e2de0694d7a88a9e1873db8917b2a16e97379e6a15d2da592b33cef801c6b7d12e7d7f793665564c8cc4d78be00c0cf32f86fb39f3888f37a79b322c56c18f2'
checksum64 = '880357668004fb2b0ecf3fe32fc8036381fff62e19e91def2e04f3feac8af760aeaed0e44f3a9275b7ff30c57ec836f95847d44c317ab0f6602fcaa90189e74f'
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.77.0.20230310</version>
<version>1.77.0.20230313</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down

0 comments on commit 59fc87b

Please sign in to comment.