Skip to content

Commit

Permalink
AU: 3 updated - brave spotify wps-office-free
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 2, 2019
1 parent 17b2c43 commit 6d8c059
Show file tree
Hide file tree
Showing 9 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.121",
"beta": "0.67.98-beta"
"beta": "0.67.99-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.67.98-beta</version>
<version>0.67.99-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.67.98/BraveBrowserSilentBetaSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v0.67.98/BraveBrowserSilentBetaSetup.exe
x86: https://github.com/brave/brave-browser/releases/download/v0.67.99/BraveBrowserSilentBetaSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v0.67.99/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: 666E1C84C371F9EBB497A9AD682E6EC7B5E8A264FE35896BBA4A585403A02F69
checksum64: 1F2F96860DCE5EBF60F1A6D20C0E98FB240DFA7A58B86C8E8493459375660F91
checksum32: 3BA981B1AB14ACB951E093FB8441379DC4B6E1A6142F598E769494EB8D6285F2
checksum64: 3F04999780A4531605E437A62D5287128BF40EC3699EC197F5D0BDA2BA690D45

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/spotify/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"9907353bcc8c1ade290e2823aa1590f9"|1.1.9.383
"8450117050b3836e774d324ec866fc70"|1.1.10.540
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.9.383</version>
<version>1.1.10.540</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 = 'AEAB756F3D8E2DA971B4D80B54E3B99DC569C2BCADAED61C943ACC60ACC39F4F2D1A5B63D4B211666C11744F1906B9AB19708B24A79339F50212B914B37A7EFE'
checksum = '6E762A4E556CF2D8E946B2DDA4AEB75A8B7671D3FF4292949ECDE64137B04499E62AD8A8ABC677CD58C629CD18062D20FBB8972CA9FDA81D5F65FA3EE6CC1495'
fileType = 'exe'
checksumType = 'sha512'
silentArgs = '/silent'
Expand Down
6 changes: 3 additions & 3 deletions automatic/wps-office-free/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
$ErrorActionPreference = 'Stop'

$version = '11.2.0.8641'
$version = '11.2.0.8668'
$packageName = 'wps-office-free'
$regName = $packageName -replace('\-',' ')
$regName = $regName -replace('free','*')
$registry = Get-UninstallRegistryKey -SoftwareName $regName
$packageArgs = @{
packageName = 'wps-office-free'
fileType = 'exe'
url = 'http://wdl1.pcfg.cache.wpscdn.com/wpsdl/wpsoffice/download/11.2.0.8641/WPSOffice_11.2.0.8641_Free.exe'
url = 'http://wdl1.pcfg.cache.wpscdn.com/wpsdl/wpsoffice/download/11.2.0.8668/WPSOffice_11.2.0.8668_Free.exe'
silentArgs = '/S'
validExitCodes = @(0)
softwareName = $regName
checksum = '2843f8704688f13226834e8a0302bf3cd4921fb15a28c37e41e02f4b22d7adbb'
checksum = '93ad326889681340436e4bd96877241f53faadbcdd3a4c7dbcec1b6c4956e4ea'
checksumType = 'sha256'
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/wps-office-free/wps-office-free.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"wps": "11.2.0.8641"
"wps": "11.2.0.8668"
}
2 changes: 1 addition & 1 deletion automatic/wps-office-free/wps-office-free.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>wps-office-free</id>
<version>11.2.0.8641</version>
<version>11.2.0.8668</version>
<title>WPS Office Free</title>
<owners>chocolatey</owners>
<authors>Kingsoft Software</authors>
Expand Down

0 comments on commit 6d8c059

Please sign in to comment.