Skip to content

Commit

Permalink
AU: 2 updated - googlechromebeta mixxx
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Aug 15, 2019
1 parent 127eb57 commit 9631820
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion automatic/googlechromebeta/googlechromebeta.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>googlechromebeta</id>
<version>77.0.3865.19-beta</version>
<version>77.0.3865.35-beta</version>
<title>Google Chrome Beta</title>
<owners>chocolatey,nsleigh</owners>
<authors>Google Inc.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechromebeta/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$version = '77.0.3865.19-beta'
$version = '77.0.3865.35-beta'
if ($version -eq (Get-ChromeBetaVersion)) {
Write-Host "Google Chrome Beta $version is already installed."
return
Expand All @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'MSI'
url = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise.msi'
url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise64.msi'
checksum = '5df29094ad1639fdcaf7908ab40e2b0baec44fb5b838fc9d408dac3331e9a7c1'
checksum64 = '347433d9196e851e224884988aa88ea23943a88d7d32384c71d2cbfc3d8b62d6'
checksum = '7524c6c9c109edf4b83c7ddfbe4a6d7760463bfa70eaddef60a32adf6b335ba9'
checksum64 = '3c9e8bb42d2b22cd1a777d5988d96a296642adb0c457dd5af7ec9d2cbe4909a0'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down
2 changes: 1 addition & 1 deletion automatic/mixxx/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/mixxx.svg" width="48" height="48"/> [mixxx](https://chocolatey.org/packages/mixxx)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/mixxx.svg" width="48" height="48"/> [mixxx](https://chocolatey.org/packages/mixxx)

Mixxx is free DJ software for Windows, Mac OS X and Linux. It's easy to use so you can start mixing your favorite songs in no time, even if you've never DJed before. Mixxx offers a variety of features for experienced DJs and beginners alike, such as automatic beat and key detection, master sync, hotcues, looping, 4 decks, effects and many more. You can perform with Mixxx using MIDI and HID controllers, CD players, vinyl turntables or even just your computer's keyboard and mouse.

Expand Down
8 changes: 4 additions & 4 deletions automatic/mixxx/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ Package can be verified like this:

1. Go to

x32: https://downloads.mixxx.org/mixxx-2.2.1/mixxx-2.2.1-win32.exe
x64: https://downloads.mixxx.org/mixxx-2.2.1/mixxx-2.2.1-win64.exe
x32: https://downloads.mixxx.org/mixxx-2.2.2/mixxx-2.2.2-win32.exe
x64: https://downloads.mixxx.org/mixxx-2.2.2/mixxx-2.2.2-win64.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: e063869533ad82f0ce18e1876e4deec4f6a58064ffd4e765765ca60ecf4115360f3dc476cf6ab4fb7d6f300b3050063f965349641c929e953127cfa31ffe9b25
checksum64: a5ca65554b6a4c0eb7615574e645b42f144965f05721e74083df0a88de4e6332fa33af8b1f770dec4721ec6393754ad1d8dc7cd0b4dfa313dc0a438fd6e544d1
checksum32: ba12135dcbabfb3d46364a591b79cd485698168d9f46ae6d49d80ea69d9528df8a093b8f013f1110f0e9cc82fa68afda14b73bf380c3e400e8eb31f4aba66cac
checksum64: 10b751c63b9ff7d2e18bad12e00d0e327c0e0d3ade6de957a9e7cff848c7b0cf82402134fdf4865181d8292bd4b927492bf690286bb9955e8e16da9fc15c0655

File 'license.txt' is obtained from:
https://www.gnu.org/licenses/gpl-2.0.html
6 changes: 3 additions & 3 deletions automatic/mixxx/mixxx.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>mixxx</id>
<version>2.2.1</version>
<version>2.2.2</version>
<title>Mixxx</title>
<owners>chocolatey</owners>
<authors>Mixxx Development Team</authors>
<licenseUrl>https://www.gnu.org/licenses/gpl-2.0.html</licenseUrl>
<projectUrl>http://mixxx.org/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/mixxx.svg</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/mixxx.svg</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description><![CDATA[Mixxx is free DJ software for Windows, Mac OS X and Linux. It's easy to use so you can start mixing your favorite songs in no time, even if you've never DJed before. Mixxx offers a variety of features for experienced DJs and beginners alike, such as automatic beat and key detection, master sync, hotcues, looping, 4 decks, effects and many more. You can perform with Mixxx using MIDI and HID controllers, CD players, vinyl turntables or even just your computer's keyboard and mouse.
Expand Down Expand Up @@ -46,7 +46,7 @@
<releaseNotes>http://mixxxblog.blogspot.it/</releaseNotes>
<copyright />
<tags>DJ audio mixing party mp3 media cross-platform foss admin</tags>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/mixxx</packageSourceUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/mixxx</packageSourceUrl>
<projectSourceUrl>https://github.com/mixxxdj/mixxx</projectSourceUrl>
<bugTrackerUrl>https://bugs.launchpad.net/mixxx</bugTrackerUrl>
<docsUrl>http://www.mixxx.org/manual/latest/</docsUrl>
Expand Down
8 changes: 4 additions & 4 deletions automatic/mixxx/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://downloads.mixxx.org/mixxx-2.2.1/mixxx-2.2.1-win32.exe'
url64bit = 'https://downloads.mixxx.org/mixxx-2.2.1/mixxx-2.2.1-win64.exe'
url = 'https://downloads.mixxx.org/mixxx-2.2.2/mixxx-2.2.2-win32.exe'
url64bit = 'https://downloads.mixxx.org/mixxx-2.2.2/mixxx-2.2.2-win64.exe'

softwareName = 'Mixxx *'

checksum = 'e063869533ad82f0ce18e1876e4deec4f6a58064ffd4e765765ca60ecf4115360f3dc476cf6ab4fb7d6f300b3050063f965349641c929e953127cfa31ffe9b25'
checksum = 'ba12135dcbabfb3d46364a591b79cd485698168d9f46ae6d49d80ea69d9528df8a093b8f013f1110f0e9cc82fa68afda14b73bf380c3e400e8eb31f4aba66cac'
checksumType = 'sha512'
checksum64 = 'a5ca65554b6a4c0eb7615574e645b42f144965f05721e74083df0a88de4e6332fa33af8b1f770dec4721ec6393754ad1d8dc7cd0b4dfa313dc0a438fd6e544d1'
checksum64 = '10b751c63b9ff7d2e18bad12e00d0e327c0e0d3ade6de957a9e7cff848c7b0cf82402134fdf4865181d8292bd4b927492bf690286bb9955e8e16da9fc15c0655'
checksumType64 = 'sha512'

silentArgs = '/quiet'
Expand Down

0 comments on commit 9631820

Please sign in to comment.