Skip to content

Commit

Permalink
AU: 5 updated - brave chromium googlechromebeta vscode-insiders vscod…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Nov 19, 2020
1 parent 630c1ac commit 008b6a4
Show file tree
Hide file tree
Showing 13 changed files with 27 additions and 27 deletions.
4 changes: 2 additions & 2 deletions automatic/brave/brave.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"stable": "1.17.70",
"beta": "1.18.54-beta"
"stable": "1.17.71",
"beta": "1.18.57-beta"
}
2 changes: 1 addition & 1 deletion automatic/brave/brave.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>brave</id>
<version>1.17.70</version>
<version>1.17.71</version>
<title>Brave Browser</title>
<description><![CDATA[Brave is a free and open-source web browser developed by Brave Software Inc. based on the Chromium web browser. Brave supports Windows, macOS, Linux and Android.
Expand Down
8 changes: 4 additions & 4 deletions automatic/brave/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ The installer have been downloaded from the GitHub mirror and can be verified li

1. Download the following installer(s):

x86: https://github.com/brave/brave-browser/releases/download/v1.17.70/BraveBrowserStandaloneSilentSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.17.70/BraveBrowserStandaloneSilentSetup.exe
x86: https://github.com/brave/brave-browser/releases/download/v1.17.71/BraveBrowserStandaloneSilentSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.17.71/BraveBrowserStandaloneSilentSetup.exe

2. You can use one of the following methods to obtain the checksum(s):
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: 2454D37738CE9BDFAFD78B5169FA32DFD071F1EC9FEC584E3D8AB6909A3CFC8F
checksum64: F3557B4EEDEF3BEDBF670138C583DFC222321CAD0B5741D2FC9D95FFE9932C76
checksum32: 502B8E8CD5BC52CB91D848B0558F4C658F9FBC23B5863F870B531509A4AF9665
checksum64: 3720F21C6BFFC36C4B50EFDCDA7383A492A1F950402DBC73F675EB6BB7ECC66C

The included 'LICENSE.txt' file have been obtained from:
https://github.com/brave/brave-browser/blob/master/LICENSE
2 changes: 1 addition & 1 deletion automatic/brave/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $packageArgs = @{
file64 = "$toolsPath\BraveBrowserStandaloneSilentSetup.exe"
}

[version]$softwareVersion = '1.17.70'
[version]$softwareVersion = '1.17.71'

Write-Host "Checking already installed version..."
$installedVersion = Get-InstalledVersion
Expand Down
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": "89.0.4330.0-snapshots",
"snapshots": "89.0.4331.0-snapshots",
"stable": "87.0.4280.66"
}
4 changes: 2 additions & 2 deletions automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>87.0.4280.66</version>
<title>Chromium</title>
<version>89.0.4331.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
<projectUrl>http://www.chromium.org/Home</projectUrl>
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://github.com/Hibbiki/chromium-win32/releases/download/v87.0.4280.66-r812852/mini_installer.sync.exe>
64-Bit software: <https://github.com/Hibbiki/chromium-win64/releases/download/v87.0.4280.66-r812852/mini_installer.sync.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/829108/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/829163/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: C1DC8A87A01FD460C8A2DDC5543CCD65147951E4820E31C4FAA53A3198B78DB9
checksum64: F284F66FFCAFB31DD815D66A5FA04B29092A72F8894765F33753F666E8CB357F
checksum32: 07B7631013613C8B3F9C5CA1D092EC6F8AAB4E71A08B9679B45F29C389C4F753
checksum64: AED3F7B5659BAA71549AE249F1C23F4F7C9B456AB7E5BE6F416935F814CF8FC6

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 = "87.0.4280.66"
$version = "89.0.4331.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
2 changes: 1 addition & 1 deletion automatic/googlechromebeta/googlechromebeta.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>googlechromebeta</id>
<version>87.0.4280.63-beta</version>
<version>87.0.4280.66-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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$version = '87.0.4280.63-beta'
$version = '87.0.4280.66-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 = '814332fad2d530efe172e131609953acde0060acaea7e30e309630d1bc2c801d'
checksum64 = '5cdf5efd6828dde5e73d3688499f252830d664885f127ff6794ecd7d0cb69ee3'
checksum = '75779df23b516b1eb6e4da0313e0e6b229875bac8bab6bff87f527a8ef8dacd8'
checksum64 = 'd8b4bbae3966f2c41fb6a1182910ee4cee73916b1364dc65946e7f9514871766'
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
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/f11635ef1199ba5c43d9b83bb8b33036ea26d5b1/VSCodeSetup-ia32-1.52.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/f11635ef1199ba5c43d9b83bb8b33036ea26d5b1/VSCodeSetup-x64-1.52.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/a36c68b9ec3d6a0aca9799d7a10be741a6658a51/VSCodeSetup-ia32-1.52.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/a36c68b9ec3d6a0aca9799d7a10be741a6658a51/VSCodeSetup-x64-1.52.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = 'e793d2cbe00bec221daac8d1de84c4bd6a32c2b2ed4d46682ef133797b856b93e2a902f954b5e631bf9fd17095500ad295a4243d136f867667adaad07c616dc1'
checksum = '95cc56c098d1d45587b8962ac2d3fd3abbf5a26787660f06b556fc62c9ec3126ed4ee20ddf33ca4a1e9e8816524da6c3f95ed7d13df1f7bf815dd9a8c1dd77d7'
checksumType = 'sha512'
checksum64 = '57e1c89bafcf16a8d169253fd2588c4ce7d00049ff19642153c4fb61d241222bcc49fb54e20e89a9be1c7b78c2cac637ab428cd2b33cb1ffd57f806dc1244b1c'
checksum64 = '5b1229c0870e4815e32f053fd6957e340331de4bb9978ead5a4ce644700daea4f0b3c2ab39e51eb9084c98546d975edf60ff33040db2a91120adbd6afd3f0c62'
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.52.0.20201118</version>
<version>1.52.0.20201119</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.52.0.20201118</version>
<version>1.52.0.20201119</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.52.0.20201118]" />
<dependency id="vscode-insiders.install" version="[1.52.0.20201119]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit 008b6a4

Please sign in to comment.