Skip to content

Commit

Permalink
AU: 4 updated - brave chromium vscode-insiders vscode-insiders.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jan 19, 2021
1 parent 136d151 commit 8a92609
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 22 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.19.85",
"beta": "1.20.78-beta"
"stable": "1.19.86",
"beta": "1.20.83-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.19.85</version>
<version>1.19.86</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.19.85/BraveBrowserStandaloneSilentSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.19.85/BraveBrowserStandaloneSilentSetup.exe
x86: https://github.com/brave/brave-browser/releases/download/v1.19.86/BraveBrowserStandaloneSilentSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.19.86/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: 8756714F88DCEA1EA3A846885ED526D7A95636C376AF1706C31635E41B45694D
checksum64: 158F0F4CEC884B97443FD8D0146CFEE8FB5A109EF61305DEC44446FE11824E21
checksum32: D08B817FB07F1485D2119EAAD482D0E390A93180959E1A7E05F463D85CF8C6F9
checksum64: 7ECB34707EF527B18AA9A5A9B17E06E29201BF71C2D556678DFFF93594745228

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.19.85'
[version]$softwareVersion = '1.19.86'

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": "90.0.4393.0-snapshots",
"snapshots": "90.0.4394.0-snapshots",
"stable": "87.0.4280.141"
}
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>90.0.4393.0-snapshots</version>
<version>90.0.4394.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/844469/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/844469/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/844709/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/844706/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: 3BF539DD6FFC6745E5CB8F0CD819ADE0571D6E9FEC817BEA8CFB1654F4C1FE66
checksum64: 3E6253E558A8D31C9D33F612C7292A0EA85EE8F06C23AC4855A1902EEB84E712
checksum32: 99848AC9F4C8ADDCE6656A781DCDAED60BC482B65463CA245B6209DB3E01015B
checksum64: 2C13BA02C0743DA04B614E18987D47B9DD856F156F6601BCA41122011356C686

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 = "90.0.4393.0-snapshots"
$version = "90.0.4394.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/eaa959d34b863dec932077d94daece22504a396b/VSCodeSetup-ia32-1.53.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/eaa959d34b863dec932077d94daece22504a396b/VSCodeSetup-x64-1.53.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/32b28f6f8f9dfe36efad102cc460e14a84ba756a/VSCodeSetup-ia32-1.53.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/32b28f6f8f9dfe36efad102cc460e14a84ba756a/VSCodeSetup-x64-1.53.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = 'bc67bbe3548cf4cfbdc736a6ca0503407c530b6bd6b6408bd82bd97f876d913669df8c70fce16cd65c550ef7e31524a656c7f08e863a538a51fb3ebca7fe0a7d'
checksum = '81e5d879248f6bf389ad2f4eba305b45589acf218a04d88c0b2b58af4679afae09bfc0901af5b0e5f99f47d02c69cc33df6512d6bb7d47445a341a1fe91275db'
checksumType = 'sha512'
checksum64 = '9ed74189af61f3241ee1713c30eaac86570bb876376614f3aec5cc7f7ca24d7b9a10476d15b73e516fc08d3e12ca7034ce24e9e2cfd3bf3741f3e20ac962fa67'
checksum64 = 'cc3ce59c90aaed6eea7b03542770ad366df9427588f11d562d1154a5ecf435d3060b9d2d64fe502109ec507fe4d558180c922a664611bfcec48160062800d7ca'
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.53.0.20210118</version>
<version>1.53.0.20210119</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.53.0.20210118</version>
<version>1.53.0.20210119</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.53.0.20210118]" />
<dependency id="vscode-insiders.install" version="[1.53.0.20210119]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit 8a92609

Please sign in to comment.