Skip to content

Commit

Permalink
AU: 3 updated - GoogleChrome mixxx vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Aug 17, 2021
1 parent c7ab9a2 commit c783629
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 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>92.0.4515.131</version>
<version>92.0.4515.159</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 = '92.0.4515.131'
$version = '92.0.4515.159'
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 = '755e419890feb8856ea3e9614309021f24739b3ce13f19e0e4fa03ccee648047'
checksum64 = '2e2ed01f9e001a27c5f4fe41c3af477a0131bba4e537b31eb5f8e13dab7b4b00'
checksum = 'c7202f10404fd5c780b0e5bd9df4418b9f7e8f0c56b02ab26ee4c8045281c0a4'
checksum64 = '37255a92bb927a3aa04af74fd39eb83a85a0fe593107b64492731a23a98a1319'
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-749-g53572a09d9-win64.msi
x64: https://downloads.mixxx.org/snapshots/main/mixxx-2.4-alpha-753-ga9c6378106-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: 7B446B9CCB9D26E6DD212479747590EC1256BECB1E13B73CA62425195F549A65
checksum64: E4D4DCF0F0FD4868586E2886483BF3F850BFFA4AA11FE15C333DC7E13685A26C

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.0",
"alpha": "2.4-alpha-749"
"alpha": "2.4-alpha-753"
}
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-749</version>
<version>2.4-alpha-753</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-749-g53572a09d9-win64.msi"
file64 = "$toolsPath\mixxx-2.4-alpha-753-ga9c6378106-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.3354/gvim_8.2.3354_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3354/gvim_8.2.3354_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3356/gvim_8.2.3356_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3356/gvim_8.2.3356_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: A78476907D8B153763DA4444F4797375D9F7F257303E7B1080391A79D668F36D
checksum64: E40E260AAE5A404F19B3E989C70C5B7FE2A2F7C01C75D7E7544E2B86364732E1
checksum32: C9AA1F27CE8025AD52F61DA32612C88C5D1B5EDA55FA7A0CD2C1CB5A88877A70
checksum64: 576D8726CD3FE46E91AB7708D312FAD2D2797088E58B77C5D36C5B57D567F6BE
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.3354_x86.zip"
file64 = "$toolsDir\gvim_8.2.3354_x64.zip"
file = "$toolsDir\gvim_8.2.3356_x86.zip"
file64 = "$toolsDir\gvim_8.2.3356_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.3354</version>
<version>8.2.3356</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

0 comments on commit c783629

Please sign in to comment.