Skip to content

Commit

Permalink
AU: 2 updated - 360ts brave
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey Community committed Dec 31, 2024
1 parent 1ad04e2 commit 50622c2
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 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": "11.0.0.1166",
"ts": "11.0.0.1168",
"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>11.0.0.1166</version>
<version>11.0.0.1168</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_11.0.0.1166.exe'
checksum = '7ea3f1d8e2062bcdd67514529132efbbaab43a930844c4f14c4f526d147c32b7'
url = 'https://free.360totalsecurity.com/totalsecurity/360TS_Setup_11.0.0.1168.exe'
checksum = '81f8c22e3151edeaa892b4e01e8e2c878fd02fba6f24709786a8521d3091ad0f'
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.73.104",
"beta": "1.74.36-beta"
"beta": "1.74.39-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.74.36-beta</version>
<version>1.74.39-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.
Expand Down
4 changes: 2 additions & 2 deletions automatic/brave/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The installer has been downloaded from the GitHub mirror and can be verified lik

1. Download the following installer(s):

x86_64: https://github.com/brave/brave-browser/releases/download/v1.74.36/BraveBrowserStandaloneSilentBetaSetup.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.74.39/BraveBrowserStandaloneSilentBetaSetup.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
checksum64: A42268B71301E9AE32203307F29FCAF0CAC2B2AF23AF48C748E5B9D8CF231F73
checksum64: E9BA8BC4577876CA97D4BAD04865220291CD096ADBA267430FA42E282B6DF553

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,13 +3,13 @@

$packageArgs = @{
packageName = $env:ChocolateyPackageName
url = 'https://github.com/brave/brave-browser/releases/download/v1.74.36/BraveBrowserStandaloneSilentBetaSetup32.exe'
checksum = 'B22CE00494D151ADF34854AC7BE21ECE361E530CC80BE78DC700768593EE2777'
url = 'https://github.com/brave/brave-browser/releases/download/v1.74.39/BraveBrowserStandaloneSilentBetaSetup32.exe'
checksum = 'DD75D357D81A84CBA8C41A7DA9C57D1090EAFAB84851969E6326BD22647BDFA8'
checksumType= 'sha256'
file64 = "$toolsPath\BraveBrowserStandaloneSilentBetaSetup.exe"
}

[version]$softwareVersion = '1.74.36'
[version]$softwareVersion = '1.74.39'

Write-Host "Checking already installed version..."
$installedVersion = Get-InstalledVersion
Expand Down

0 comments on commit 50622c2

Please sign in to comment.