Skip to content

Commit

Permalink
AU: 4 updated - brave skype totalcommander vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Sep 1, 2022
1 parent d9e67f1 commit 95f550f
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 21 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.42.97",
"stable": "1.43.88",
"beta": "1.43.79-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.43.79-beta</version>
<title>Brave Browser (Beta)</title>
<version>1.43.88</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.
## Features
Expand All @@ -14,11 +14,11 @@
## Notes
- 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.
- This is an **official release version** of Brave. It is in continuous development with new releases landing approximately every three weeks.
- **If the package is out of date please check [Version History](#versionhistory) for the latest submitted version. If you have a question, please ask it in [Chocolatey Community Package Discussions](https://github.com/chocolatey-community/chocolatey-packages/discussions) or raise an issue on the [Chocolatey Community Packages Repository](https://github.com/chocolatey-community/chocolatey-packages/issues) if you have problems with the package. Disqus comments will generally not be responded to.**
]]></description>
<!-- IconUrl: Skip check -->
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a23ca306537e2537a574ddc55e9c28dc1151ab30/icons/brave-beta.svg</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a23ca306537e2537a574ddc55e9c28dc1151ab30/icons/brave.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.43.79/BraveBrowserStandaloneSilentBetaSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.43.79/BraveBrowserStandaloneSilentBetaSetup.exe
x86: https://github.com/brave/brave-browser/releases/download/v1.43.88/BraveBrowserStandaloneSilentSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.43.88/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: E22CB723AA43BFCB139D15E69D9F316BB0D88B7AD7EE533C874F9E62779D4566
checksum64: A73367AB018A220B0746EC11F5C99C0EF141D41611F62A62773A764465CBFBA2
checksum32: 24D66EB56B21AC9B5025A920924C523A5BAF7481A8DADB135FD7149ED9612A57
checksum64: E79DE16234B8D8C18B6B2051BF70C28802670C040D5D13D6D6C63B04E304F0F3

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\BraveBrowserStandaloneSilentBetaSetup32.exe"
file64 = "$toolsPath\BraveBrowserStandaloneSilentBetaSetup.exe"
file = "$toolsPath\BraveBrowserStandaloneSilentSetup32.exe"
file64 = "$toolsPath\BraveBrowserStandaloneSilentSetup.exe"
}

[version]$softwareVersion = '1.43.79'
[version]$softwareVersion = '1.43.88'

Write-Host "Checking already installed version..."
$installedVersion = Get-InstalledVersion
Expand Down
2 changes: 1 addition & 1 deletion automatic/skype/skype.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>skype</id>
<title>Skype</title>
<version>8.87.0.406</version>
<version>8.88.0.401</version>
<authors>Microsoft</authors>
<owners>chocolatey-community,Rob Reynolds</owners>
<summary>Skype - VOIP</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/skype/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'Skype*'
fileType = 'msi'
url = 'https://download.skype.com/s4l/download/win/Skype-8.87.0.406.msi'
checksum = '5bad8199121c9defa1a20834d2e5dbdea1c6d7d2a7e74ac8894bcf59842fdee1'
url = 'https://download.skype.com/s4l/download/win/Skype-8.88.0.401.msi'
checksum = 'cb6951857a6b2234ad522c2f234cfea7964a3b726d2f3a71438e4d22e6d98498'
checksumType = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0)
Expand Down
5 changes: 3 additions & 2 deletions automatic/totalcommander/TotalCommander.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>totalcommander</id>
<title>Total Commander</title>
<version>10.50</version>
<version>10.51</version>
<authors>Christian Ghisler</authors>
<owners>chocolatey-community, dtgm</owners>
<summary>File manager and explorer replacement</summary>
Expand Down Expand Up @@ -49,8 +49,9 @@ These parameters can be passed to the installer with the use of `--params`. For
- For list of Total Commander plugin packages, see [tcps](https://community.chocolatey.org/packages/tcps) package.
- This package sets system environment variable `COMMANDER_PATH` which points to the Total Commander install directory.
- This package contain combined Total Commander installer which contains both x32 and x64 bit versions.
- This package contains the combined Total Commander installer which contains both x32 and x64 bit versions.
- Total Commander is a Shareware program. This means that you can test it for a period of 30 days. After testing the program, you must either [order the full version](http://www.ghisler.com/order.htm), or delete the program from your harddisk.
- **If the package is out of date please check [Version History](#versionhistory) for the latest submitted version. If you have a question, please ask it in [Chocolatey Community Package Discussions](https://github.com/chocolatey-community/chocolatey-packages/discussions) or raise an issue on the [Chocolatey Community Packages Repository](https://github.com/chocolatey-community/chocolatey-packages/issues) if you have problems with the package. Disqus comments will generally not be responded to.**
]]></description>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/totalcommander</packageSourceUrl>
<projectUrl>http://www.ghisler.com</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/totalcommander/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ in verifying that this package's contents are trustworthy.
The installer have been downloaded from TotalCommander website and can be verified like this:

1. Download the following installers:
setup: <https://totalcommander.ch/win/tcmd1050x32_64.exe>
setup: <https://totalcommander.ch/win/tcmd1051x32_64.exe>
installer: <http://ghisler.fileburst.com/addons/installer.zip>

2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum-setup: 4B2CF3093BA32D8669DC3D259413C355FBE35D2ECFBA40A1E1C066EF2B20FDF1
checksum-setup: C5EDE948FB6BEEFACA7CFDFBB19D8894A78F1847EAAE28B4FA62232E27BA958C
checksum-installer: 80DE9C2C49FC63965CF0E9BCB1A0E6D25187A1613BDE2086BDA79EFBDC8FCEB8

File 'LICENSE.txt' is obtained from help file of the application.
4 changes: 2 additions & 2 deletions automatic/vscode/vscode.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode</id>
<title>Visual Studio Code</title>
<version>1.70.2</version>
<version>1.71.0</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com</projectUrl>
Expand Down Expand Up @@ -44,7 +44,7 @@ Example: `choco install vscode --params "/NoDesktopIcon /DontAddToPath"`
]]></description>
<tags>microsoft visualstudiocode vscode development editor ide javascript typescript admin foss cross-platform</tags>
<dependencies>
<dependency id="vscode.install" version="[1.70.2]" />
<dependency id="vscode.install" version="[1.71.0]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/Updates</releaseNotes>
</metadata>
Expand Down

0 comments on commit 95f550f

Please sign in to comment.