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 Dec 3, 2021
1 parent cdb55d4 commit ae7f122
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.33.98",
"stable": "1.33.99",
"beta": "1.34.50-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.33.98</version>
<version>1.33.99</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.33.98/BraveBrowserStandaloneSilentSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.33.98/BraveBrowserStandaloneSilentSetup.exe
x86: https://github.com/brave/brave-browser/releases/download/v1.33.99/BraveBrowserStandaloneSilentSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.33.99/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: 1BF8E0410C57054499C06FD8AE6216A0EFAAD6CF57177578B9D1A13FB8BEB209
checksum64: C66C408E6B6A26C6550E526A0A97191B9CFAC8F56B81B792650AD91DE0F231AF
checksum32: E22160455A4BC32944583036691AFBE636E95700679B21FA73C34AD045FD8A58
checksum64: 4CC81B88B0247470D42F2CEB74522A94FE8CF702B323975BE445BFB9A3DFEEAA

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

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/68a1e2f872f8869b004eec284917782474730e0b/VSCodeSetup-ia32-1.63.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/68a1e2f872f8869b004eec284917782474730e0b/VSCodeSetup-x64-1.63.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/cca3e817a2608225d4ae8715308195c91f765bad/VSCodeSetup-ia32-1.63.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/cca3e817a2608225d4ae8715308195c91f765bad/VSCodeSetup-x64-1.63.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = '1ff2036654120b6f558372cb907588841de59d6c39c596d9aaca6868c7dd5e976306c165b54d02e1addd591f1598521038a042ff759a3c2eb27d79bef15cd264'
checksum = '243b65ee948bd1ac62785a62319c2af7d22c4b0c35132d53afa9dd4e01b59e8436e762356168e4159874a809cadb2bf343c788d0223ba839955109f20c35ce40'
checksumType = 'sha512'
checksum64 = 'c2acdc6244e957c8e14246acf199ed89e721828ef34523179241c38252c145b03510e58a82c21093758eb6bf42d72746dc4b6f7d9f56b6f36b53e95212ddf00a'
checksum64 = '14349877ee2ca794b2e7d1033c1be98caf1b401589484d2d414af4144f82ee0270768ce0714da91a05785c3b13f94e5c5e3a1b66ecefab7279c9f62af50c654d'
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.63.0.20211202</version>
<version>1.63.0.20211203</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.63.0.20211202</version>
<version>1.63.0.20211203</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.63.0.20211202]" />
<dependency id="vscode-insiders.install" version="[1.63.0.20211203]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit ae7f122

Please sign in to comment.