Skip to content

Commit

Permalink
AU: 3 updated - brave mixxx mkvtoolnix
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Oct 10, 2021
1 parent 0a0ebb9 commit 15c4d97
Show file tree
Hide file tree
Showing 11 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion automatic/brave/brave.json
@@ -1,4 +1,4 @@
{
"stable": "1.30.87",
"stable": "1.30.89",
"beta": "1.31.80-beta"
}
8 changes: 4 additions & 4 deletions automatic/brave/brave.nuspec
Expand Up @@ -2,8 +2,8 @@
<package>
<metadata>
<id>brave</id>
<version>1.31.80-beta</version>
<title>Brave Browser (Beta)</title>
<version>1.30.89</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,10 +14,10 @@
## 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.
]]></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
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.31.80/BraveBrowserStandaloneSilentBetaSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.31.80/BraveBrowserStandaloneSilentBetaSetup.exe
x86: https://github.com/brave/brave-browser/releases/download/v1.30.89/BraveBrowserStandaloneSilentSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.30.89/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: 260F425B3A78BD142D0D89DBDC46B56633D1980ECA0E1C042B6E90E4F4B89CAE
checksum64: 6CF428A8973D558216AE787F776B4546CC96C4F6DA8D130F756873D63BB0E98B
checksum32: 9EE09F97FF90EA749EC35954A5ECCB2366CA8F00629FC317E3D0044DE4DA7D2B
checksum64: 508ED863929303F9766B0BE1F2C6AE09CED41A087E545CBF7D80132A25B076AA

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

Write-Host "Checking already installed version..."
$installedVersion = Get-InstalledVersion
Expand Down
4 changes: 2 additions & 2 deletions automatic/mixxx/legal/VERIFICATION.txt
Expand Up @@ -8,15 +8,15 @@ Package can be verified like this:
1. Go to <https://www.mixxx.org/download>

x32: No longer being provided
x64: https://downloads.mixxx.org/snapshots/main/mixxx-2.4-alpha-873-gfbaafb4311-win64.msi
x64: https://downloads.mixxx.org/snapshots/main/mixxx-2.4-alpha-874-g2e8f321339-win64.msi

to download the installer.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum64: CF65A1F2B5C544B0EF90EF22B856B9BBFE6AF61CDEB2EA6EB889CA4A4393E5C7
checksum64: 4B8FE311CE19623528B0244447A04CD1E31168D2E3D323E5C8DEB6CC3749366E

File 'license.txt' is obtained from:
https://www.gnu.org/licenses/gpl-2.0.html
2 changes: 1 addition & 1 deletion automatic/mixxx/mixxx.json
@@ -1,4 +1,4 @@
{
"stable": "2.3.1",
"alpha": "2.4-alpha-873"
"alpha": "2.4-alpha-874"
}
2 changes: 1 addition & 1 deletion automatic/mixxx/mixxx.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>mixxx</id>
<version>2.4-alpha-873</version>
<version>2.4-alpha-874</version>
<title>Mixxx</title>
<owners>chocolatey-community</owners>
<authors>Mixxx Development Team</authors>
Expand Down
2 changes: 1 addition & 1 deletion automatic/mixxx/tools/chocolateyInstall.ps1
Expand Up @@ -9,7 +9,7 @@ if ((Get-OSArchitectureWidth 32) -or ($env:chocolateyForceX86 -eq 'true')) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
file64 = "$toolsPath\mixxx-2.4-alpha-873-gfbaafb4311-win64.msi"
file64 = "$toolsPath\mixxx-2.4-alpha-874-g2e8f321339-win64.msi"

softwareName = 'Mixxx *'

Expand Down
8 changes: 4 additions & 4 deletions automatic/mkvtoolnix/legal/VERIFICATION.txt
Expand Up @@ -7,14 +7,14 @@ Package can be verified like this:

1. Go to

x32: https://mkvtoolnix.download/windows/releases/61.0.0/mkvtoolnix-32-bit-61.0.0-setup.exe
x64: https://mkvtoolnix.download/windows/releases/61.0.0/mkvtoolnix-64-bit-61.0.0-setup.exe
x32: https://mkvtoolnix.download/windows/releases/62.0.0/mkvtoolnix-32-bit-62.0.0-setup.exe
x64: https://mkvtoolnix.download/windows/releases/62.0.0/mkvtoolnix-64-bit-62.0.0-setup.exe

to download the installer.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: FE8C057489B9478F715BA15E5DDDD4698635CD0BC47E2260A7EC4E0EE5AFD25E
checksum64: F2CCD10C67F07369E13D9A75AB3A0B4F693D48F67F99A2224FA7C515186E7D2F
checksum32: 3B622FB846B2E600253B7A816749176B250DE5BCD0A579A6F488709E1AAB3FED
checksum64: C7C01103DB2565C703AF66006A3156BF594BDDC45DB78AE419FD52E3D184FDE9
2 changes: 1 addition & 1 deletion automatic/mkvtoolnix/mkvtoolnix.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>mkvtoolnix</id>
<version>61.0.0</version>
<version>62.0.0</version>
<title>MKVToolNix</title>
<owners>chocolatey-community</owners>
<authors>Moritz Bunkus</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/mkvtoolnix/tools/chocolateyInstall.ps1
Expand Up @@ -5,8 +5,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = 'mkvtoolnix'
fileType = 'exe'
file = "$toolsPath\mkvtoolnix-32-bit-61.0.0-setup.exe"
file64 = "$toolsPath\mkvtoolnix-64-bit-61.0.0-setup.exe"
file = "$toolsPath\mkvtoolnix-32-bit-62.0.0-setup.exe"
file64 = "$toolsPath\mkvtoolnix-64-bit-62.0.0-setup.exe"
silentArgs = '/S'
validExitCodes = @(0)
softwareName = 'mkvtoolnix*'
Expand Down

0 comments on commit 15c4d97

Please sign in to comment.