Skip to content

Commit

Permalink
AU: 2 updated - chromium vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 15, 2019
1 parent b87e163 commit 0f095c1
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 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": "75.0.3734.0-snapshots",
"snapshots": "75.0.3735.0-snapshots",
"stable": "72.0.3626.119"
}
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>75.0.3734.0-snapshots</version>
<version>75.0.3735.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey</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/640689/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/640688/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/641077/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/641085/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: A3E19EC345049A72307DEB45CCA1459356613E4653C91D426B7E80CDB25D8411
checksum64: 3B0E993CBAD3A8970B79D91702A918AAC5EA257C5A886456E585BA76EDB5A29C
checksum32: 80847E0FE33DDAF0A5A56815CA722260B42414A86AF1941E663272AC89E093AE
checksum64: A04F88FD6EBC9F753285A54CB2800D403FBC9DBEA83B2B3F771A474D7281F74A

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 = "75.0.3734.0-snapshots"
$version = "75.0.3735.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
10 changes: 5 additions & 5 deletions automatic/vscode/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$softwareName = 'Microsoft Visual Studio Code'
$version = '1.32.2'
$version = '1.32.3'
if ($version -eq (Get-UninstallRegistryKey "$softwareName").DisplayVersion) {
Write-Host "VS Code $version is already installed."
return
Expand All @@ -16,14 +16,14 @@ Close-VSCode
$packageArgs = @{
packageName = 'vscode'
fileType = 'exe'
url = 'https://az764295.vo.msecnd.net/stable/e64cb27b1a0cbbc3f643c9fc6c7d93d6c6509951/VSCodeSetup-ia32-1.32.2.exe'
url64bit = 'https://az764295.vo.msecnd.net/stable/e64cb27b1a0cbbc3f643c9fc6c7d93d6c6509951/VSCodeSetup-x64-1.32.2.exe'
url = 'https://az764295.vo.msecnd.net/stable/a3db5be9b5c6ba46bb7555ec5d60178ecc2eaae4/VSCodeSetup-ia32-1.32.3.exe'
url64bit = 'https://az764295.vo.msecnd.net/stable/a3db5be9b5c6ba46bb7555ec5d60178ecc2eaae4/VSCodeSetup-x64-1.32.3.exe'

softwareName = "$softwareName"

checksum = 'cdb733c7cf26b74e3735d6f2ab0450ada64bfa754c7c523e850c662a23b7babc'
checksum = 'ba18b4dd9bbab526a1418b4b832d6cee86978a6e21465881ab0da1c6082538cf'
checksumType = 'sha256'
checksum64 = '7b7fbfe7198b8dc1cfefbf4f9b5e9e900c26f1997ec6dd5a2256ca8e269b087e'
checksum64 = '1cb2726c14ef9cbf11694afd6955dac8e2a32515ea52ee469acf3bc067fa3bde'
checksumType64 = 'sha256'

silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation)
Expand Down
2 changes: 1 addition & 1 deletion automatic/vscode/vscode.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode</id>
<title>Visual Studio Code</title>
<version>1.32.2</version>
<version>1.32.3</version>
<authors>Microsoft</authors>
<owners>chocolatey</owners>
<projectUrl>https://code.visualstudio.com</projectUrl>
Expand Down

0 comments on commit 0f095c1

Please sign in to comment.