Skip to content

Commit

Permalink
AU: 4 updated - GoogleChrome mixxx vim Waterfox
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Oct 1, 2021
1 parent 55b6be0 commit 265ad88
Show file tree
Hide file tree
Showing 14 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion automatic/googlechrome/googlechrome.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>GoogleChrome</id>
<version>94.0.4606.61</version>
<version>94.0.4606.71</version>
<title>Google Chrome</title>
<owners>chocolatey-community</owners>
<authors>Google Inc.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechrome/tools/chocolateyInstall.ps1
@@ -1,7 +1,7 @@
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$version = '94.0.4606.61'
$version = '94.0.4606.71'
if ($version -eq (Get-ChromeVersion)) {
Write-Host "Google Chrome $version is already installed."
return
Expand All @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'MSI'
url = 'https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise.msi'
url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise64.msi'
checksum = '7af2adc3135989d3706fa35869a3e36140869cb86c271cfc21b29ebeb0c86e0b'
checksum64 = '8921fbe7d5a9230d83047f98e208265b4d3b6bec0d43ea9daec6a53b1a301e26'
checksum = '8f5cacc4846b9c0acb6717ba474c84d024bcaf1df87d84f0669aa6b0b36cece5'
checksum64 = '0855027a75a86d4a1138834c02fd37a0e6fadf89ae1fbf1d0127bf767eb0dfbc'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
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-856-g49e87f9889-win64.msi
x64: https://downloads.mixxx.org/releases/2.3.1/mixxx-2.3.1-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: F96E86CCD66D2A6F30A3ADBCE4F9867B8FC6F825D0F4082402323405546ECDEB
checksum64: C624F5BA54F1E7711A4CD9A92A623BDDF3439D339082544C2855FE4F7D285B3C

File 'license.txt' is obtained from:
https://www.gnu.org/licenses/gpl-2.0.html
4 changes: 2 additions & 2 deletions automatic/mixxx/mixxx.json
@@ -1,4 +1,4 @@
{
"stable": "2.3.0",
"alpha": "2.4-alpha-856"
"stable": "2.3.1",
"alpha": "2.4-alpha-859"
}
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-856</version>
<version>2.3.1</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-856-g49e87f9889-win64.msi"
file64 = "$toolsPath\mixxx-2.3.1-win64.msi"

softwareName = 'Mixxx *'

Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
Expand Up @@ -5,11 +5,11 @@ in verifying that this package's contents are trustworthy.
The embedded software have been downloaded from GitHub and can be verified like this:

1. Download the following zips:
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3458/gvim_8.2.3458_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3458/gvim_8.2.3458_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3459/gvim_8.2.3459_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3459/gvim_8.2.3459_x64.zip>
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: 611CEA5AB3DCA6D95D13D5BB4280139BED635AA948BF4AC6153DB4E909F8A4CC
checksum64: 417D7F5BD1DFA6876DE16133E5359C0F3E03338D58F3AA5A8864C449C9D39CCF
checksum32: F04DCCEF37AB46A9F571A6B56242A6B3D0F63B10338BB3A652BBE1E13F87D21C
checksum64: EBC087D226805870B8447AACE253DBC2ACA489415CF49CD10BDF7424B7D91C30
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_8.2.3458_x86.zip"
file64 = "$toolsDir\gvim_8.2.3458_x64.zip"
file = "$toolsDir\gvim_8.2.3459_x86.zip"
file64 = "$toolsDir\gvim_8.2.3459_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>8.2.3458</version>
<version>8.2.3459</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds, matsuhav</owners>
<summary>Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. It's useful whether you're already using vi or using a different editor.</summary>
Expand Down
2 changes: 1 addition & 1 deletion automatic/waterfox/Readme.md
@@ -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 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)
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.

**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
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%20Classic%202021.09%20Setup.exe>
1. Download <https://cdn.waterfox.net/releases/win64/installer/Waterfox%20G3.2.6%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: E29E12D9E8682955269B0EBB195FFA153B745D3BF713F5F58439145F343AC01F
checksum: C16E65E828E7636D57567DFE1CB9BF060650A231AC48735DD2580300E019A68B

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
Expand Up @@ -7,10 +7,10 @@ if ((Get-OSArchitectureWidth -Compare 32) -or $env:chocolateyForceX86 -eq $true)
}

$packageArgs = @{
packageName = 'waterfox-classic'
packageName = 'Waterfox'
fileType = 'exe'
softwareName = 'Waterfox*'
file = "$toolsDir\Waterfox Classic 2021.09 Setup_x64.exe"
file = "$toolsDir\Waterfox G3.2.6 Setup_x64.exe"
silentArgs = "/S"
validExitCodes= @(0)
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/waterfox/waterfox.json
@@ -1,4 +1,4 @@
{
"current": "21093.2.6",
"current": "21103.2.6",
"classic": "2021.09"
}
8 changes: 4 additions & 4 deletions automatic/waterfox/waterfox.nuspec
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-classic</id>
<version>2021.09</version>
<id>Waterfox</id>
<version>21103.2.6</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/waterfox</packageSourceUrl>
<owners>chocolatey-community,tonigellida,admiringworm</owners>
<title>Waterfox classic</title>
<title>Waterfox </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 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)
<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.
**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 265ad88

Please sign in to comment.