Skip to content

Commit

Permalink
AU: 3 updated - brave vscode-insiders vscode-insiders.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Feb 19, 2021
1 parent 09a9af6 commit a31868a
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": "1.20.106",
"stable": "1.20.107",
"beta": "1.21.59-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.20.106</version>
<version>1.20.107</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.20.106/BraveBrowserStandaloneSilentSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.20.106/BraveBrowserStandaloneSilentSetup.exe
x86: https://github.com/brave/brave-browser/releases/download/v1.20.107/BraveBrowserStandaloneSilentSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.20.107/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: 35622BDB0EDF99860621AF0ADA811015499C6CD95F947B25FD35CFEABD09D8CE
checksum64: C2BB7A72E12449889CC0397531AC0E70331006757242BC3C6F2C17ECE8BDCE5F
checksum32: 30361FA8000321FEB96F8C3F6E3BF4EC306D782CFB652F92D2030C9CABE367C2
checksum64: 801824E862D050FBF434337664760689451AFC9B42342BE1F08A21502D88BA0D

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.20.106'
[version]$softwareVersion = '1.20.107'

Write-Host "Checking already installed version..."
$installedVersion = Get-InstalledVersion
Expand Down
8 changes: 4 additions & 4 deletions automatic/vscode-insiders.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ function Get-MergeTasks {
$packageArgs = @{
packageName = "$env:ChocolateyPackageName"
fileType = 'exe'
url = 'https://az764295.vo.msecnd.net/insider/6eaef7d42f982a0e9b22ac465245fc2c27721fd0/VSCodeSetup-ia32-1.54.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/6eaef7d42f982a0e9b22ac465245fc2c27721fd0/VSCodeSetup-x64-1.54.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/192c817fd350bcbf3caecae22a45ec39bae78516/VSCodeSetup-ia32-1.54.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/192c817fd350bcbf3caecae22a45ec39bae78516/VSCodeSetup-x64-1.54.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = '014102e89e1582993ee42a00c22d4bb622683f50e033b24416aa108240d1a61d1d0849a9faa99e34de5ca43c32f819944039ff7a1f690c8f8e2eda1bde37669d'
checksum = '537f03a1550a5549b6600950ec963a92c40b4b3cccd9a268ce87e9382752dcc65b95bbfaf5e3fa7f10c3f23500b22432e80654b99a31dd14f1141988f3ae7523'
checksumType = 'sha512'
checksum64 = '2d1b4e45c49d3ec81a43504f1cc9691441ee4b0cbf379de6782669d63cde4c629b8bdb2c9cd19025e9d318ef8d93a4ca4192e57bf91ad5fedaf87736e93f372c'
checksum64 = '382361ecbd428036d3f56c446f646098786054265516a67b605275d77f47a2c33c838ee6a13451eeb21efbc5fce1649a8b278234cf93f0af0f7c80a16d4dc6c6'
checksumType64 = 'sha512'

silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders.install</id>
<title>Visual Studio Code Insiders (Install)</title>
<version>1.54.0.20210218</version>
<version>1.54.0.20210219</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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders</id>
<title>Visual Studio Code Insiders</title>
<version>1.54.0.20210218</version>
<version>1.54.0.20210219</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.54.0.20210218]" />
<dependency id="vscode-insiders.install" version="[1.54.0.20210219]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit a31868a

Please sign in to comment.