Skip to content

Commit

Permalink
AU: 5 updated - brave djv googlechromebeta vscode vscode.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 11, 2020
1 parent 6a0ee4d commit 4df6a76
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 23 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": "1.10.87",
"stable": "1.10.88",
"beta": "1.11.58-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>1.10.87</version>
<version>1.10.88</version>
<title>Brave Browser</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/v1.10.87/BraveBrowserStandaloneSilentSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.10.87/BraveBrowserStandaloneSilentSetup.exe
x86: https://github.com/brave/brave-browser/releases/download/v1.10.88/BraveBrowserStandaloneSilentSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.10.88/BraveBrowserStandaloneSilentSetup.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: 1D2C8812F3C5CB6DD3C50EE4B0EF4EF1FC2B49666BF35F3FB32B1EE8742D2DCB
checksum64: 3A7683555F11568640A918FA30DFEDF18BDDC95538B0FBAAD477BEE26AFB29BD
checksum32: 026A8F0C2B047AC4D1971E33F8905E523B961DD9DB33CED074226DB61B581451
checksum64: 81A3CCDD3DD7E34C06C3B19FDE67FC59B6CD5B43BD87435A0D511A6FA1C2F2B3

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
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $packageArgs = @{
file64 = "$toolsPath\BraveBrowserStandaloneSilentSetup.exe"
}

[version]$softwareVersion = '1.10.87'
[version]$softwareVersion = '1.10.88'

Write-Host "Checking already installed version..."
$installedVersion = Get-InstalledVersion
Expand Down
2 changes: 1 addition & 1 deletion automatic/djv/djv.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>djv</id>
<version>2.0.6</version>
<version>2.0.7</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/djv</packageSourceUrl>
<owners>chocolatey, Redsandro</owners>
<title>DJV Imaging</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/djv/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download
location on <https://darbyjohnston.github.io/DJV/download.html>
and can be verified by doing the following:

1. Download the following <https://sourceforge.net/projects/djv/files/djv-beta/2.0.6/DJV-2.0.6-win64.exe/download>
1. Download the following <https://sourceforge.net/projects/djv/files/djv-beta/2.0.7/DJV-2.0.7-win64.exe/download>
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
checksum: BA0963B47696DF6B725A970E51ECAE1624CA4E8598080F3372B3CAA765436B93
checksum: EE2E0E01FDA1D83BFBD367D76F96DA72E9988799472FB29836BD2FE47E2B062D

The file 'LICENSE.md' has been obtained from <https://darbyjohnston.github.io/DJV/legal.html>
2 changes: 1 addition & 1 deletion automatic/djv/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if ((Get-OSArchitectureWidth 32) -or $env:chocolateyForceX86 -eq $true)
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\DJV-2.0.6-win64.exe"
file = "$toolsPath\DJV-2.0.7-win64.exe"
softwareName = 'djv-*'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/googlechromebeta/googlechromebeta.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>googlechromebeta</id>
<version>84.0.4147.38-beta</version>
<version>84.0.4147.45-beta</version>
<title>Google Chrome Beta</title>
<owners>chocolatey,nsleigh</owners>
<authors>Google Inc.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechromebeta/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$version = '84.0.4147.38-beta'
$version = '84.0.4147.45-beta'
if ($version -eq (Get-ChromeBetaVersion)) {
Write-Host "Google Chrome Beta $version is already installed."
return
Expand All @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'MSI'
url = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise.msi'
url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise64.msi'
checksum = '597b0a81d20cdb41983ff7b2bf6d80529596c2b761970c757f131f2c84d204dc'
checksum64 = '22461ba78363d02c8bf2cbdffc71da1b9f8ed37e9cf3c9631f0b4613e5e13e78'
checksum = 'f5e55cb4947c48edc318bd5debc80d745461b05c2f74bec42f00c0fdb52945fb'
checksum64 = '8d76cbd198ae42455c0ef4fa7386499bebff2206c3e5015e1928e9564980e898'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down
10 changes: 5 additions & 5 deletions automatic/vscode.install/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$softwareName = 'Microsoft Visual Studio Code'
$version = '1.45.1'
$version = '1.46.0'
if ($version -eq (Get-UninstallRegistryKey "$softwareName").DisplayVersion) {
Write-Host "VS Code $version is already installed."
return
Expand All @@ -16,14 +16,14 @@ Close-VSCode
$packageArgs = @{
packageName = 'vscode.install'
fileType = 'exe'
url = 'https://az764295.vo.msecnd.net/stable/5763d909d5f12fe19f215cbfdd29a91c0fa9208a/VSCodeSetup-ia32-1.45.1.exe'
url64bit = 'https://az764295.vo.msecnd.net/stable/5763d909d5f12fe19f215cbfdd29a91c0fa9208a/VSCodeSetup-x64-1.45.1.exe'
url = 'https://az764295.vo.msecnd.net/stable/a5d1cc28bb5da32ec67e86cc50f84c67cc690321/VSCodeSetup-ia32-1.46.0.exe'
url64bit = 'https://az764295.vo.msecnd.net/stable/a5d1cc28bb5da32ec67e86cc50f84c67cc690321/VSCodeSetup-x64-1.46.0.exe'

softwareName = "$softwareName"

checksum = '64c7c9636e6c7a698085f4c4fd9cd4dc1e346ef182510c42190bc484853e1c06'
checksum = '923ca4015e52575c947f681303a0f2dc82750761a9f88d618f0883f81e86007d'
checksumType = 'sha256'
checksum64 = 'e9e107cf53f8f06688c881e4616bd9a8553d012a657389399827e0ec2155633c'
checksum64 = '6d800b3b178eb96f8d060dbd68438915360366b755d095f336a91e4686fd60f1'
checksumType64 = 'sha256'

silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation)
Expand Down
2 changes: 1 addition & 1 deletion automatic/vscode.install/vscode.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode.install</id>
<title>Visual Studio Code (Install)</title>
<version>1.45.1</version>
<version>1.46.0</version>
<authors>Microsoft</authors>
<owners>chocolatey</owners>
<projectUrl>https://code.visualstudio.com</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/vscode/vscode.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode</id>
<title>Visual Studio Code</title>
<version>1.45.1</version>
<version>1.46.0</version>
<authors>Microsoft</authors>
<owners>chocolatey</owners>
<projectUrl>https://code.visualstudio.com</projectUrl>
Expand Down Expand Up @@ -44,7 +44,7 @@ Example: `choco install vscode --params "/NoDesktopIcon /DontAddToPath"`
]]></description>
<tags>microsoft visualstudiocode vscode development editor ide javascript typescript admin foss cross-platform</tags>
<dependencies>
<dependency id="vscode.install" version="[1.45.1]" />
<dependency id="vscode.install" version="[1.46.0]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/Updates</releaseNotes>
</metadata>
Expand Down

0 comments on commit 4df6a76

Please sign in to comment.