Skip to content

Commit

Permalink
AU: 2 updated - brave skype
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Aug 19, 2019
1 parent 5c04f1a commit 25d00f1
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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.68.129",
"beta": "0.69.109-beta"
"beta": "0.69.110-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.69.109-beta</version>
<version>0.69.110-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.69.109/BraveBrowserSilentBetaSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v0.69.109/BraveBrowserSilentBetaSetup.exe
x86: https://github.com/brave/brave-browser/releases/download/v0.69.110/BraveBrowserSilentBetaSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v0.69.110/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: F7D15B26AE5A2C59B183CF7AEE74226F1026EAE234C585057B50DBFA59FCC80D
checksum64: B97E018A7E3A9DAE69C3A45DDB5ABEF1B4FA85325998CCDC183C332C209103A3
checksum32: A0F54734DA8358D3E2D56D75137CE4DB8F43FE354937668E0308BF52EE752A07
checksum64: 4E34F0B294E344BB840C853C34B87976D93A3EB6C5FA18D6A6FE1ECDE1138EC6

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/skype/skype.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>skype</id>
<title>Skype</title>
<version>8.51.0.72</version>
<version>8.51.0.86</version>
<authors>Microsoft</authors>
<owners>chocolatey,Rob Reynolds</owners>
<summary>Skype - VOIP</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/skype/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'Skype*'
url = 'https://download.skype.com/s4l/download/win/Skype-8.51.0.72.exe'
checksum = 'e2a2a80ef9d0b15fef2b67695705aaed9c90621efc70a0febf1014820ebfddc3'
url = 'https://download.skype.com/s4l/download/win/Skype-8.51.0.86.exe'
checksum = '1571ac10256e790b021882cb61068aafd22c841b216e142d4f3a4fbf1297fbc0'
checksumType = 'sha256'
silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down

0 comments on commit 25d00f1

Please sign in to comment.