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 Nov 3, 2022
1 parent 5715fe8 commit ba5b6ab
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions automatic/brave/brave.json
@@ -1,4 +1,4 @@
{
"stable": "1.45.116",
"beta": "1.46.87-beta"
"stable": "1.45.118",
"beta": "1.46.90-beta"
}
2 changes: 1 addition & 1 deletion automatic/brave/brave.nuspec
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>brave</id>
<version>1.45.116</version>
<version>1.45.118</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
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.45.116/BraveBrowserStandaloneSilentSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.45.116/BraveBrowserStandaloneSilentSetup.exe
x86: https://github.com/brave/brave-browser/releases/download/v1.45.118/BraveBrowserStandaloneSilentSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.45.118/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: F7F78A20D2D622138A4F248B6B71E3CA4F428F9B3080EC32123BA5CCD66D1145
checksum64: A91B3F3A2194E80ED13C0888AE5911E79CC09F47FB6D9BF592078DAA3F73DBCA
checksum32: F911EA914B6FDDF6B3DC238364C87E759BDE856D8AF5C9D9D5169B4FB2C8A7B0
checksum64: 59C6F6413B90F555F29B3F5133513ACD7A000C4BA5237921678F962ABA913A0C

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\BraveBrowserStandaloneSilentSetup.exe"
}

[version]$softwareVersion = '1.45.116'
[version]$softwareVersion = '1.45.118'

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/8fa188b2b301d36553cbc9ce1b0a146ccb93351f/VSCodeSetup-ia32-1.73.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/8fa188b2b301d36553cbc9ce1b0a146ccb93351f/VSCodeSetup-x64-1.73.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/86f0f9bfa268fe21af7efae37d8f0da1dba8137f/VSCodeSetup-ia32-1.74.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/86f0f9bfa268fe21af7efae37d8f0da1dba8137f/VSCodeSetup-x64-1.74.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = '729d0debc619a570f96f7e02c4f75d4878c2bf17985b8a37805a7d87f8659c7b0a99d170ec314da884809556fc26fe01ecad4e76e815f7606140d0133db1dddc'
checksum = '5b4f3a11cd992780c764187815ffdda820a645b9b2a9c743f41079825872870255472c7c9a6cd312801c7e61f002478d036971361965f08072bdfe208a2ce7b8'
checksumType = 'sha512'
checksum64 = '8927cacc6abbf1a47482f9a2a612ec43f337bb4e6399c445645bf1c45f8030c1fe8a999181a0edddcd4fe00030b373d6b1188c24a250f6664420fbe21f7c64e8'
checksum64 = '63a305f53c9d85625acebf988dd10c7d78508bef7610e50eb479aa97222daa0bab001f844d95831010ecf7c2eaeb72280795a532d2fd23d1e8169d7217a20cec'
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.73.0.20221101</version>
<version>1.74.0.20221103</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.73.0.20221101</version>
<version>1.74.0.20221103</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down Expand Up @@ -48,7 +48,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.73.0.20221101]" />
<dependency id="vscode-insiders.install" version="[1.74.0.20221103]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit ba5b6ab

Please sign in to comment.