Skip to content

Commit

Permalink
AU: 2 updated - brave chromium
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Sep 18, 2019
1 parent 2e5d009 commit 4de93a3
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion automatic/brave/brave.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"stable": "0.69.125",
"beta": "0.70.97-beta"
"beta": "0.70.98-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>0.70.97-beta</version>
<version>0.70.98-beta</version>
<title>Brave Browser (Beta)</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/v0.70.97/BraveBrowserSilentBetaSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v0.70.97/BraveBrowserSilentBetaSetup.exe
x86: https://github.com/brave/brave-browser/releases/download/v0.70.98/BraveBrowserSilentBetaSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v0.70.98/BraveBrowserSilentBetaSetup.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: 295A574515A42A804F38390A1A464B7E56C35213E40E3B09F22FA37803DD3EE5
checksum64: D25144B21EB6870E27A8CD7D2CA49538F519334F2F08C4A70CEEE51A9A31AC51
checksum32: 7F4A5C9FB24ED191148EBE5664871432107079067D210EA4AEB5366F42BED6BC
checksum64: AF2229EE2E743FC7DBDBC01ECEFED0D5F64B9CE210217A02126B77ECEA6E1C06

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/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "79.0.3916.0-snapshots",
"snapshots": "79.0.3917.0-snapshots",
"stable": "75.0.3770.142"
}
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>79.0.3916.0-snapshots</version>
<version>79.0.3917.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/697144/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/697145/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/697556/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/697560/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: ECDF061B488F79BAB9E1957A7E2D0212D8B3FF68C4A0E30B01BCFA18C0642CBF
checksum64: 8B7A685199F20821B10FE836A04F23E9D504122778A4204F02B2AAC054F934D8
checksum32: 4A0510CBFE5515A51FBC7D4F7F5E1CD69380F5F18C0C608CC53A74288A6291F4
checksum64: 55E1515C74ED44923F9C3B3C820555FA66FD678F3CABD03303431FB74A82A281

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 = "79.0.3916.0-snapshots"
$version = "79.0.3917.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down

0 comments on commit 4de93a3

Please sign in to comment.