Skip to content

Commit

Permalink
AU: 5 updated - brave peazip peazip.install vscode-insiders vscode-in…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Dec 15, 2020
1 parent 99adb17 commit ff69f38
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 23 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.18.70",
"beta": "1.19.54-beta"
"beta": "1.19.60-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.19.54-beta</version>
<version>1.19.60-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
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.19.54/BraveBrowserSilentBetaSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.19.54/BraveBrowserSilentBetaSetup.exe
x86: https://github.com/brave/brave-browser/releases/download/v1.19.60/BraveBrowserSilentBetaSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.19.60/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: DF94FAC39323029B0D0EAF642118FA29050C74E04E025DC1E3C3B2ACCA8BA56D
checksum64: A08C180A46280B28423C462E509BD03CA122D251CB1A2FAF909FB73CD2858DE7
checksum32: 9AE96B6C9B0A12EADEA21B878C124D49C05E2320199A563731B5ECAD9C3B2A70
checksum64: 227A6513FDA7BA6FE1FD1A6FF3DD8E3B8F5797A09A042690BDCEF74D4B60EFC6

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

[version]$softwareVersion = '1.19.54'
[version]$softwareVersion = '1.19.60'

Write-Host "Checking already installed version..."
$installedVersion = Get-InstalledVersion
Expand Down
8 changes: 4 additions & 4 deletions automatic/peazip.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ The installer have been downloaded from the alternative GitHub mirror listed on
and can be verified like this:

1. Download the following installers:
32-Bit: <https://github.com/peazip/PeaZip/releases/download/7.5.0/peazip-7.5.0.WINDOWS.exe>
64-Bit: <https://github.com/peazip/PeaZip/releases/download/7.5.0/peazip-7.5.0.WIN64.exe>
32-Bit: <https://github.com/peazip/PeaZip/releases/download/7.6.0/peazip-7.6.0.WINDOWS.exe>
64-Bit: <https://github.com/peazip/PeaZip/releases/download/7.6.0/peazip-7.6.0.WIN64.exe>
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
checksum32: DAEEBAF6C26735F4CC2D36F5E0CC8C81C9F47567628ACB210AFE4DEA7FF26240
checksum64: 4C40B9F3DC56047C13F9B5C983F4B0F0FC5B997597ABBCCA17D0895DB88A557D
checksum32: 845EE6424415D8761CF7F22B1C3D1547E5AC9725DC8BCCABCD2AEADFF68DBACC
checksum64: DE09293CBBF45382B8BE9EE6244545D22B4EF64E2B7AC3B9DCC9AB1BE7FA1B3B

The included 'LICENSE.txt' file have been obtained from <https://www.gnu.org/licenses/lgpl-3.0.txt>
and should be the correct license as mentioned on their project page <http://peazip.org/peazip-tos-privacy.html>.
2 changes: 1 addition & 1 deletion automatic/peazip.install/peazip.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>peazip.install</id>
<title>PeaZip (Install)</title>
<version>7.5.0</version>
<version>7.6.0</version>
<authors>Giorgio Tani</authors>
<owners>chocolatey-community,dtgm</owners>
<summary>PeaZip is a free cross-platform file archiver.</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/peazip.install/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$packageArgs = @{
file = "$toolsDir\peazip-7.5.0.WINDOWS.exe"
file64 = "$toolsDir\peazip-7.5.0.WIN64.exe"
file = "$toolsDir\peazip-7.6.0.WINDOWS.exe"
file64 = "$toolsDir\peazip-7.6.0.WIN64.exe"
fileType = 'exe'
packageName = 'peazip.install'
softwareName = 'PeaZip'
Expand Down
4 changes: 2 additions & 2 deletions automatic/peazip/peazip.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>peazip</id>
<title>PeaZip</title>
<version>7.5.0</version>
<version>7.6.0</version>
<authors>Giorgio Tani</authors>
<owners>chocolatey-community,dtgm</owners>
<summary>PeaZip is a free cross-platform file archiver.</summary>
Expand All @@ -27,7 +27,7 @@ Features of PeaZip includes extract, create and convert multiple archives at onc
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a09d7c32df1ac4b8028df11d2b2b5196b8de2435/icons/peazip.svg</iconUrl>
<releaseNotes>[PeaZip changelog](http://www.peazip.org/changelog.html)</releaseNotes>
<dependencies>
<dependency id="peazip.install" version="[7.5.0]" />
<dependency id="peazip.install" version="[7.6.0]" />
</dependencies>
</metadata>
</package>
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/96b426ef1da0f0a51ce9ef1931cd1fd2322547e4/VSCodeSetup-ia32-1.53.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/96b426ef1da0f0a51ce9ef1931cd1fd2322547e4/VSCodeSetup-x64-1.53.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/f3e95ede9e4b9818c29a5bca3564d6fd162fb210/VSCodeSetup-ia32-1.53.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/f3e95ede9e4b9818c29a5bca3564d6fd162fb210/VSCodeSetup-x64-1.53.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = '4f1598249efdcac0b6bcfe1ed3cb61ee89b8306dc23e01946f0f4e67982b5565138e5c8042240e516cdf8496d8ca442091d8eece76af470378caa66f75cc019d'
checksum = 'd7388cebfaea4e391398502fd9b8752b992d3952e4265b0d2ddab9522d4bedccb32c644aa7cbf9ea5f8afc82022c0a06b4584b4e8c1d2c75da46122dc1cdb592'
checksumType = 'sha512'
checksum64 = '2d2291105c237991acb289a90e6753d75f0e80a4c54750f11674715e136293c77ebfe6f8220f5e862a9985deea94d520f856b08b3fa73f92d5c04e30e09d8b11'
checksum64 = '06a54836534e0fd8a87be1b7b6a22d9a14bef27623da83320e148230876b160e488fd936bd3cb0df3f6a7ef5624ddbae120c4147504fb1396f7c79c921b241b2'
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.53.0.20201214</version>
<version>1.53.0.20201215</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.53.0.20201214</version>
<version>1.53.0.20201215</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.53.0.20201214]" />
<dependency id="vscode-insiders.install" version="[1.53.0.20201215]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit ff69f38

Please sign in to comment.