Skip to content

Commit

Permalink
AU: 3 updated - googlechromebeta vscode-insiders vscode-insiders.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jan 18, 2023
1 parent 700fa24 commit b040b7d
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion automatic/googlechromebeta/googlechromebeta.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>googlechromebeta</id>
<version>110.0.5481.30-beta</version>
<version>110.0.5481.38-beta</version>
<title>Google Chrome Beta</title>
<owners>chocolatey-community,nsleigh</owners>
<authors>Google Inc.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechromebeta/tools/chocolateyInstall.ps1
@@ -1,7 +1,7 @@
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$version = '110.0.5481.30-beta'
$version = '110.0.5481.38-beta'
if ($version -eq (Get-ChromeBetaVersion)) {
Write-Host "Google Chrome Beta $version is already installed."
return
Expand All @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'MSI'
url = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise.msi'
url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise64.msi'
checksum = 'de84d205c1c4cb642c9f4aa98e44cc3cb1df56b9e0fc0d7ec8e5111f681e9d4c'
checksum64 = '49e34657073b4b7f4d0045ab9f451d6deea1cd3819dab39eb5922770c5b41b27'
checksum = 'd90060f53e8beaf5b0e1e38ae11c460213c13d24fc6989f95ec0d0b9fa277467'
checksum64 = 'f49f5306f3d8df27e4e06ac8bb377a53c53319781676cd68d4acbefdff1bf0c3'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
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://vscode.blob.core.windows.net/insider/1379f0375440df946adc62f7afb8375dd45d5adf/VSCodeSetup-ia32-1.75.0-insider.exe'
url64bit = 'https://vscode.blob.core.windows.net/insider/1379f0375440df946adc62f7afb8375dd45d5adf/VSCodeSetup-x64-1.75.0-insider.exe'
url = 'https://vscode.blob.core.windows.net/insider/a0562ccdb202a29ac35da81c2b5482e517158f32/VSCodeSetup-ia32-1.75.0-insider.exe'
url64bit = 'https://vscode.blob.core.windows.net/insider/a0562ccdb202a29ac35da81c2b5482e517158f32/VSCodeSetup-x64-1.75.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = '9ba5598d68a8facf1bd0b53b7d61953b9be42773fd4b4fca80ab8fbbfa808c8d6db0a92210e5e939ce74d88f0d3c020d6a1dbe8cd69a3e50f8f9f314a928e3f6'
checksum = 'a14921836ff99c6ab3239b9edc88f7055273bcf9414d581c6dad93aacfd03f6b4db667d40199c7d0843bf61a28428796c92d269aa7a359056f6a7c9de8fd3511'
checksumType = 'sha512'
checksum64 = 'f5608d117d7f5802fc3131459803086a07ec9b8d2c6a4c271420c626f09db1666e8f13c9f7f2cb2a5f22bb5c9715bdf8912970ecc2fa4e733162d1a6f237e3ae'
checksum64 = '6d63a470e5dca2aada4aa07eb1fd8b62581f3f389255e948f87e4de8f1bbe04cf048b797c8e118967f3ef753e08aaf97facc219f8142c63de686be32cf179021'
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.75.0.20230117</version>
<version>1.75.0.20230118</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
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders</id>
<title>Visual Studio Code Insiders</title>
<version>1.75.0.20230117</version>
<version>1.75.0.20230118</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down Expand Up @@ -48,7 +48,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.75.0.20230117]" />
<dependency id="vscode-insiders.install" version="[1.75.0.20230118]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit b040b7d

Please sign in to comment.