Skip to content

Commit

Permalink
AU: 4 updated - brave chromium mattermost-desktop waterfox-classic
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Aug 25, 2020
1 parent 9e70cb7 commit 86b965e
Show file tree
Hide file tree
Showing 16 changed files with 34 additions and 34 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.12.114",
"beta": "1.13.78-beta"
"beta": "1.14.62-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.13.78-beta</version>
<version>1.14.62-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.13.78/BraveBrowserSilentBetaSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.13.78/BraveBrowserSilentBetaSetup.exe
x86: https://github.com/brave/brave-browser/releases/download/v1.14.62/BraveBrowserSilentBetaSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.14.62/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: 595C285FEFCEEF28FA6CD5F7456A89B1555BE7C141400CC8DBA9C55C51DF4C52
checksum64: 1183CF3E9A49B23CE1C43C6093F878E47BDE596F2FED1F5C945D81C719D67F3B
checksum32: 20CC9DE6B08DB4A8FBB758D202A7BF0F9D16D7312DDE53EF835B966E8E744069
checksum64: 24928BD1B8C874612E83861DE151A2035DB94DDB36FE3C70FD7E4ECC03395026

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

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": "87.0.4244.0-snapshots",
"snapshots": "87.0.4245.0-snapshots",
"stable": "84.0.4147.135"
}
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>87.0.4244.0-snapshots</version>
<version>87.0.4245.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey</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/800940/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/800936/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/801311/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/801311/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: B4686AAA90E29FCD8AA523261CBCB909F7C508FA8A6A831324277AB1C36EA2E5
checksum64: AC15AF3E548858C05FD7CC3A1A436680342FD85A9B33197111CE607C70DFD7AB
checksum32: 3645C100F746A2F68B27E75DB3F3459DD2EC2C1404D484E19A93047F831A0425
checksum64: B38EF0FC71B437FF95295856CFADE4F3E6F3BE1F20D1831D7CB86138CDCA9EB9

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 = "87.0.4244.0-snapshots"
$version = "87.0.4245.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/mattermost-desktop/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The installer have been downloaded from the Github release page <https://github.
and can be verified like this:

1. Download the following installers:
32-Bit: <https://releases.mattermost.com/desktop/4.5.2/mattermost-desktop-4.5.2-x86.msi>
64-Bit: <https://releases.mattermost.com/desktop/4.5.2/mattermost-desktop-4.5.2-x64.msi>
32-Bit: <https://releases.mattermost.com/desktop/4.5.3/mattermost-desktop-4.5.3-x86.msi>
64-Bit: <https://releases.mattermost.com/desktop/4.5.3/mattermost-desktop-4.5.3-x64.msi>
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: F845F297D27EFCACDD06DDC5D0CD2570A4F8FB9EF320CBBAFB4B95FE57E5E0B8
checksum64: 741652DA20001F2B46E598D248FE182E86916F6888D7E75C24B934F741F6997A
checksum32: 17CC20C2D270CF32C5F6B0915026DC63DDFBF15D35ED309806D7A5A75CF20425
checksum64: 329D70733F2860D4F4E3E623AEB92DA4CBA1AAEA277E33D58AFAC31C9B8945A6

File 'LICENSE.txt' is obtained from <https://github.com/mattermost/desktop/blob/06ddc6099e9b6296e7031c04e3e4bd29743bedb4/LICENSE.txt>
2 changes: 1 addition & 1 deletion automatic/mattermost-desktop/mattermost-desktop.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<metadata>
<id>mattermost-desktop</id>
<title>Mattermost Desktop</title>
<version>4.5.2</version>
<version>4.5.3</version>
<authors>https://github.com/mattermost/desktop/graphs/contributors</authors>
<owners>wget, hans0</owners>
<summary>Native desktop application for Mattermost running on Windows</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/mattermost-desktop/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = 'mattermost-desktop'
fileType = 'msi'
file = "$toolsDir\mattermost-desktop-4.5.2-x86.msi"
file64 = "$toolsDir\mattermost-desktop-4.5.2-x64.msi"
checksum = 'F845F297D27EFCACDD06DDC5D0CD2570A4F8FB9EF320CBBAFB4B95FE57E5E0B8'
checksum64 = '741652DA20001F2B46E598D248FE182E86916F6888D7E75C24B934F741F6997A'
file = "$toolsDir\mattermost-desktop-4.5.3-x86.msi"
file64 = "$toolsDir\mattermost-desktop-4.5.3-x64.msi"
checksum = '17CC20C2D270CF32C5F6B0915026DC63DDFBF15D35ED309806D7A5A75CF20425'
checksum64 = '329D70733F2860D4F4E3E623AEB92DA4CBA1AAEA277E33D58AFAC31C9B8945A6'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down
2 changes: 1 addition & 1 deletion automatic/waterfox/Readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@2171e76d9468526e4e792d20ac6b68e1a8fdc93a/icons/waterfox.png" width="48" height="48"/> [waterfox](https://chocolatey.org/packages/waterfox)

Use this version of Waterfox if you want the latest and greatest the web has to offer, want to use all WebExtensions and a few bootstrap extensions.
Use this version of Waterfox if you have your browser set up with various NPAPI plugins and bootstrap extensions that have not been updated as WebExtensions or for [Waterfox Current](https://chocolatey.org/packages/waterfox)

**How and why Waterfox is here...**
Waterfox was started back in March 2011 by [Alex Kontos](https://github.com/MrAlex94), a 16 year old student.
Expand Down
4 changes: 2 additions & 2 deletions automatic/waterfox/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ in verifying that this package's contents are trustworthy.
The installer have been downloaded from their official download link listed on <https://www.waterfox.net/releases/>
and can be verified like this:

1. Download <https://cdn.waterfox.net/releases/win64/installer/Waterfox%20Current%202020.07.2.1%20Setup.exe>
1. Download <https://cdn.waterfox.net/releases/win64/installer/Waterfox%20Classic%202020.08%20Setup.exe>
2. Then use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum: 4AD44E410906F4B4AE28988BBC9FB6E8057D8D2FCCFC3E329F57CD0F5FEA2A1C
checksum: AB305204F57EB8A9418254A9EED9BC5A76FAA18F00A092D76CBE75A905958452

File 'LICENSE.md' is obtained from <https://github.com/MrAlex94/Waterfox/blob/1bc2fb60abf0fa173b69ca94f660115d76f09f4f/LICENSE>
4 changes: 2 additions & 2 deletions automatic/waterfox/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ if ((Get-OSArchitectureWidth -Compare 32) -or $env:chocolateyForceX86 -eq $true)
}

$packageArgs = @{
packageName = 'Waterfox'
packageName = 'waterfox-classic'
fileType = 'exe'
softwareName = 'Waterfox*'
file = "$toolsDir\Waterfox Current 2020.07.2.1 Setup_x64.exe"
file = "$toolsDir\Waterfox Classic 2020.08 Setup_x64.exe"
silentArgs = "/S"
validExitCodes= @(0)
}
Expand Down
4 changes: 2 additions & 2 deletions automatic/waterfox/waterfox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"current": "2020.07.2.1",
"classic": "2020.07.2"
"current": "2020.08",
"classic": "2020.08"
}
8 changes: 4 additions & 4 deletions automatic/waterfox/waterfox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Waterfox</id>
<version>2020.07.2.1</version>
<id>waterfox-classic</id>
<version>2020.08</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/waterfox</packageSourceUrl>
<owners>chocolatey,tonigellida,admiringworm</owners>
<title>Waterfox </title>
<title>Waterfox classic</title>
<authors>Alex Kontos</authors>
<projectUrl>https://www.waterfoxproject.org/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@2171e76d9468526e4e792d20ac6b68e1a8fdc93a/icons/waterfox.png</iconUrl>
Expand All @@ -16,7 +16,7 @@
<projectSourceUrl>https://github.com/MrAlex94/Waterfox</projectSourceUrl>
<tags>waterfox web-browser firefox 64-bit admin cross-platform foss</tags>
<summary>Waterfox is basically a 64-bit version of Firefox.</summary>
<description><![CDATA[Use this version of Waterfox if you want the latest and greatest the web has to offer, want to use all WebExtensions and a few bootstrap extensions.
<description><![CDATA[Use this version of Waterfox if you have your browser set up with various NPAPI plugins and bootstrap extensions that have not been updated as WebExtensions or for [Waterfox Current](https://chocolatey.org/packages/waterfox)
**How and why Waterfox is here...**
Waterfox was started back in March 2011 by [Alex Kontos](https://github.com/MrAlex94), a 16 year old student.
Expand Down

0 comments on commit 86b965e

Please sign in to comment.