Skip to content

Commit

Permalink
AU: 4 updated - brave vscode-insiders vscode-insiders.install wps-off…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jun 3, 2021
1 parent 44ac8e9 commit 3b621ba
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion automatic/brave/brave.json
@@ -1,4 +1,4 @@
{
"stable": "1.25.68",
"beta": "1.26.43-beta"
"beta": "1.26.50-beta"
}
2 changes: 1 addition & 1 deletion automatic/brave/brave.nuspec
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>brave</id>
<version>1.26.43-beta</version>
<version>1.26.50-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
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.26.43/BraveBrowserStandaloneSilentBetaSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.26.43/BraveBrowserStandaloneSilentBetaSetup.exe
x86: https://github.com/brave/brave-browser/releases/download/v1.26.50/BraveBrowserStandaloneSilentBetaSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.26.50/BraveBrowserStandaloneSilentBetaSetup.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: 45B80E34E5AEA6347D92A521B6CD87A3B45550BE20A876BDEBD62F7190F8139F
checksum64: 9FF64A1699187006600019331150366F9D2EFAA71FEF4EDBD8246C45D665F292
checksum32: 1219E90F23539B37D43046CBE375EABFC0C4DF6EAE75536AA3FE1B8DA6CBBCAB
checksum64: E93F3D026EF3D46DB1B1DDA98A5BB2312BC0BB5467A71477084A95A99F5085EA

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
Expand Up @@ -7,7 +7,7 @@ $packageArgs = @{
file64 = "$toolsPath\BraveBrowserStandaloneSilentBetaSetup.exe"
}

[version]$softwareVersion = '1.26.43'
[version]$softwareVersion = '1.26.50'

Write-Host "Checking already installed version..."
$installedVersion = Get-InstalledVersion
Expand Down
8 changes: 4 additions & 4 deletions automatic/vscode-insiders.install/tools/chocolateyInstall.ps1
Expand Up @@ -22,14 +22,14 @@ function Get-MergeTasks {
$packageArgs = @{
packageName = "$env:ChocolateyPackageName"
fileType = 'exe'
url = 'https://az764295.vo.msecnd.net/insider/217f1a2f60a197807de78af362ecb832100fda96/VSCodeSetup-ia32-1.57.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/217f1a2f60a197807de78af362ecb832100fda96/VSCodeSetup-x64-1.57.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/20df87725d3ce4a501187f0240c2f159aa0ad2a5/VSCodeSetup-ia32-1.57.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/20df87725d3ce4a501187f0240c2f159aa0ad2a5/VSCodeSetup-x64-1.57.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = '78064999b8a4ef2607613d1e454f0e2199dbb568b2ba3ec8a242acbd83ab37d434575a02ade0c56f7aa0f26345ff0553297d8d0888b8ce3333c2b18cc6405d68'
checksum = 'fbab70f7e405b386314aba2f22d985433afddbd544b139526a6d05eaa05d72ab9a720abb013a70c647fded4a1fa619d2b33249dadcd3cbd5601db101018dc34c'
checksumType = 'sha512'
checksum64 = '38638eb5c6fffcb5c12c0fc92f116fce74d115c192b9529164ead0fdae8d6e95d59386e04dc50aaf1a9022500be1c62c432501598a0111c2a06e2c89dd04a85e'
checksum64 = '58ed900b145bfca4e65376288ff89c29a231a9e981add676d873b54af89af3d265090321427bb2666bf27deeac8769a01ad67c92cafb0406a48b949377cac061'
checksumType64 = 'sha512'

silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation)
Expand Down
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders.install</id>
<title>Visual Studio Code Insiders (Install)</title>
<version>1.57.0.20210602</version>
<version>1.57.0.20210603</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
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders</id>
<title>Visual Studio Code Insiders</title>
<version>1.57.0.20210602</version>
<version>1.57.0.20210603</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.57.0.20210602]" />
<dependency id="vscode-insiders.install" version="[1.57.0.20210603]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down
6 changes: 3 additions & 3 deletions automatic/wps-office-free/tools/chocolateyInstall.ps1
@@ -1,18 +1,18 @@
$ErrorActionPreference = 'Stop'

$version = '11.2.0.10132'
$version = '11.2.0.10152'
$packageName = 'wps-office-free'
$regName = $packageName -replace('\-',' ')
$regName = $regName -replace('free','*')
$registry = Get-UninstallRegistryKey -SoftwareName $regName
$packageArgs = @{
packageName = 'wps-office-free'
fileType = 'exe'
url = 'https://wdl1.pcfg.cache.wpscdn.com/wpsdl/wpsoffice/download/11.2.0.10132/WPSOffice_11.2.0.10132.exe'
url = 'https://wdl1.pcfg.cache.wpscdn.com/wpsdl/wpsoffice/download/11.2.0.10152/WPSOffice_11.2.0.10152.exe'
silentArgs = '/S'
validExitCodes = @(0)
softwareName = $regName
checksum = '275c00827a476ca3952a36b1942b9da32dcf0b94a7e59b162d2cd8cfc6e73844'
checksum = 'c88cc6d11d88d1c5727706cdff0960ba48d3a1b259402353a105177a1b9c0cc8'
checksumType = 'sha256'
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/wps-office-free/wps-office-free.json
@@ -1,3 +1,3 @@
{
"wps": "11.2.0.10132"
"wps": "11.2.0.10152"
}
2 changes: 1 addition & 1 deletion automatic/wps-office-free/wps-office-free.nuspec
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.10132</version>
<version>11.2.0.10152</version>
<title>WPS Office Free</title>
<owners>chocolatey-community</owners>
<authors>Kingsoft Software</authors>
Expand Down

0 comments on commit 3b621ba

Please sign in to comment.