Skip to content

Commit

Permalink
AU: 5 updated - 360ts brave chromium vscode-insiders vscode-insiders.…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Feb 23, 2021
1 parent 2e2c5db commit 9695a0c
Show file tree
Hide file tree
Showing 14 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion automatic/360ts/360ts.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"ts": "10.8.0.1262",
"ts": "10.8.0.1269",
"tse": "8.8.0.1119"
}
2 changes: 1 addition & 1 deletion automatic/360ts/360ts.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>360ts</id>
<version>10.8.0.1262</version>
<version>10.8.0.1269</version>
<title>360 Total Security</title>
<authors>Qihu 360 Software</authors>
<owners>chocolatey-community,adgellida</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/360ts/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = '360ts'
fileType = 'exe'
url = 'https://free.360totalsecurity.com/totalsecurity/360TS_Setup_10.8.0.1262.exe'
checksum = '8e425204b79b672e21ed16922c1a7e5bb331204aa4763d7952f848f0204c8e68'
url = 'https://free.360totalsecurity.com/totalsecurity/360TS_Setup_10.8.0.1269.exe'
checksum = 'ecb961fcd2ab1c10f94160a32529923bd0250af630a7d51509720bfc7b8427f6'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
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.108",
"beta": "1.21.62-beta"
"beta": "1.21.65-beta"
}
8 changes: 4 additions & 4 deletions automatic/brave/brave.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<package>
<metadata>
<id>brave</id>
<version>1.20.108</version>
<title>Brave Browser</title>
<version>1.21.65-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.
## Features
Expand All @@ -14,10 +14,10 @@
## Notes
* This is an **official release version** of Brave. It is in continuous development with new releases landing approximately every three weeks.
* Beta is an early preview for new versions of Brave. This build showcases the newest advances and it’s ready for daily use. Brave Beta automatically sends crash reports, but you can turn this off if you’d like.
]]></description>
<!-- IconUrl: Skip check -->
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a23ca306537e2537a574ddc55e9c28dc1151ab30/icons/brave.svg</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a23ca306537e2537a574ddc55e9c28dc1151ab30/icons/brave-beta.svg</iconUrl>
<summary>A browser that lets you browse safer and faster by blocking ads and trackers.</summary>
<owners>chocolatey-community, Sanshiro</owners>
<authors>Brave Software Inc.</authors>
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.108/BraveBrowserStandaloneSilentSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.20.108/BraveBrowserStandaloneSilentSetup.exe
x86: https://github.com/brave/brave-browser/releases/download/v1.21.65/BraveBrowserSilentBetaSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.21.65/BraveBrowserSilentBetaSetup.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: 3B804833578F90FCE04287601CB339E891F9D466DEDF28C043DFAB6DA01935CC
checksum64: 34E075D5C461F400E198BF473F8891FF5D11ACE8349977D123228AAC99D6210C
checksum32: 342AE31FD3F34FF31E911939A126BFBBA9C2144FE7287FCA93690DBE872E12BC
checksum64: B99143D86024F83596391B2FDDBD5C27CDDBBD8491FC3ACDB0D11138981DE4C0

The included 'LICENSE.txt' file have been obtained from:
https://github.com/brave/brave-browser/blob/master/LICENSE
6 changes: 3 additions & 3 deletions automatic/brave/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@

$packageArgs = @{
packageName = $env:ChocolateyPackageName
file = "$toolsPath\BraveBrowserStandaloneSilentSetup32.exe"
file64 = "$toolsPath\BraveBrowserStandaloneSilentSetup.exe"
file = "$toolsPath\BraveBrowserSilentBetaSetup32.exe"
file64 = "$toolsPath\BraveBrowserSilentBetaSetup.exe"
}

[version]$softwareVersion = '1.20.108'
[version]$softwareVersion = '1.21.65'

Write-Host "Checking already installed version..."
$installedVersion = Get-InstalledVersion
Expand Down
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "90.0.4426.0-snapshots",
"snapshots": "90.0.4427.0-snapshots",
"stable": "88.0.4324.182"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>90.0.4426.0-snapshots</version>
<version>90.0.4427.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/856447/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/856449/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/856600/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/856604/mini_installer.exe>
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
checksum32: 85B6CF9D029519220F6C57772C81EC0C1F7B87537B538C9EB687963111F3E5DA
checksum64: A4DB62B1DAA1C5074C373957418A2442288E9606C7F59D53781D2A5C1A54AA14
checksum32: 5CF210011224635AE79F5ECB04481DE9B20DDEC97615A44EBA392B93BC8E590C
checksum64: 04AB84C7497F5AAC8D33D0BF9822EDF430D8FEDAFC06AC544F3CCFF071D92F2B

The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "90.0.4426.0-snapshots"
$version = "90.0.4427.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
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/11cd76005bc7516dcc726d7389d0bce1744e5c85/VSCodeSetup-ia32-1.54.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/11cd76005bc7516dcc726d7389d0bce1744e5c85/VSCodeSetup-x64-1.54.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/bd74308b5abbbb2f5a5df0f0d8a3bef606652d36/VSCodeSetup-ia32-1.54.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/bd74308b5abbbb2f5a5df0f0d8a3bef606652d36/VSCodeSetup-x64-1.54.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = 'b040994aaf37d5bb1b8cf56113cb853bb61a6fb55d4d70bc91d19405ea8831c052e83d073e2d090bfc8f75e9dc913ee729ed4d7ffc0b3e2e8a587bd86659ce08'
checksum = '31c7b0d2928da5736aeb794f6f8f551e7a380307d3320073d8f351b22127f6d8b6c3d2a72c8d0155796d17024db5309da4aa0d2902337b33274921d1ac026c04'
checksumType = 'sha512'
checksum64 = '5304cc5addac94e72848680d3784d9f518ecc5f00536b59669398e010ae33a98d03a6e3371223396d4b76b9e6251002242e04cae18fe7a2451003e6b0b884e95'
checksum64 = 'e177145945846eb076af95f8935f6a420feaa331d62fb2e846cbc7f834747283732e346dcd8b3892c2df804e99f09f7bd4253a0cf8542acc9ee045496605b088'
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.20210222</version>
<version>1.54.0.20210223</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.20210222</version>
<version>1.54.0.20210223</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.20210222]" />
<dependency id="vscode-insiders.install" version="[1.54.0.20210223]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit 9695a0c

Please sign in to comment.