Skip to content

Commit

Permalink
AU: 2 updated - brave spotify
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 5, 2019
1 parent 4718312 commit 8b1ec38
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 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.65.116",
"beta": "0.66.80-beta"
"beta": "0.66.83-beta"
}
8 changes: 4 additions & 4 deletions automatic/brave/brave.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<package>
<metadata>
<id>brave</id>
<version>0.65.116</version>
<title>Brave Browser</title>
<version>0.66.83-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.
## Features
Expand All @@ -14,10 +14,10 @@
## Notes
* This is an **official release version** of Brave. It is in continuous development with new releases landing approximately every three weeks.
* Beta is an early preview for new versions of Brave. This build showcases the newest advances and it’s ready for daily use. Brave Beta automatically sends crash reports, but you can turn this off if you’d like.
]]></description>
<!-- IconUrl: Skip check -->
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a23ca30653/icons/brave.svg</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a23ca30653/icons/brave-beta.svg</iconUrl>
<summary>A browser that lets you browse safer and faster by blocking ads and trackers.</summary>
<owners>chocolatey, Sanshiro</owners>
<authors>Brave Software Inc.</authors>
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.65.116/BraveBrowserStandaloneSilentSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v0.65.116/BraveBrowserStandaloneSilentSetup.exe
x86: https://github.com/brave/brave-browser/releases/download/v0.66.83/BraveBrowserSilentBetaSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v0.66.83/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: 4D8CFB37B8547CF9409BFA58EE716C04F7D4847DDD687DF8A6D3E6F5AF888500
checksum64: 8D6B3FF3FB895FC6695D8A976E2CA9A43C93303BD7EF2809F2A0B0F243E094D0
checksum32: CE2532135615BC2C7DFC9EBFE2783AD78D1D2740B38DC5B211A360A543167173
checksum64: D649CD27C798A8E8EC20BB86BFEE002BBB21445B7BF4F0A960FBE2EE1D5A4B22

The included 'LICENSE.txt' file have been obtained from:
https://github.com/brave/brave-browser/blob/master/LICENSE
4 changes: 2 additions & 2 deletions automatic/brave/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

$packageArgs = @{
packageName = $env:ChocolateyPackageName
file = "$toolsDir\BraveBrowserStandaloneSilentSetup32.exe"
file64 = "$toolsDir\BraveBrowserStandaloneSilentSetup.exe"
file = "$toolsDir\BraveBrowserSilentBetaSetup32.exe"
file64 = "$toolsDir\BraveBrowserSilentBetaSetup.exe"
}

Install-ChocolateyInstallPackage @packageArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/spotify/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"db48693f9b165d68e3ad9f0ebe88e5dc"|1.1.7.1376601
"44d56a1d926ddd85b5120f6f32fbc7e7"|1.1.8.439
2 changes: 1 addition & 1 deletion automatic/spotify/spotify.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>spotify</id>
<version>1.1.7.1376601</version>
<version>1.1.8.439</version>
<title>Spotify</title>
<authors>Spotify</authors>
<projectUrl>http://spotify.com</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/spotify/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $arguments = @{
softwareName = 'Spotify'
file = Join-Path $downloadDir $installer
url = 'https://download.scdn.co/SpotifySetup.exe'
checksum = '752B01516AE1EEA7259ED47110154E825157A637019873E077A9A545901A2077C196B1773EB017713E044F862A3C0C73BD9BEB2B6F35CA2AFECF4F8993C1A38F'
checksum = 'B724FAFF219EDF83C7F87629D1604B0512EBF9639A8F90F10832357F2459D8D8D3A6344090B1C3D443D95EFA78CD88E9358D2B812F771F1552ABC830D83BF5BC'
fileType = 'exe'
checksumType = 'sha512'
silentArgs = '/silent'
Expand Down

0 comments on commit 8b1ec38

Please sign in to comment.