Skip to content

Commit

Permalink
AU: 2 updated - dropbox mixxx
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Sep 29, 2021
1 parent 46c0858 commit ec60353
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.json
@@ -1,4 +1,4 @@
{
"beta": "132.3.3795-beta",
"beta": "133.3.4069-beta",
"stable": "132.4.3800"
}
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.nuspec
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>dropbox</id>
<version>132.4.3800</version>
<version>133.3.4069-beta</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey-community,ferventcoder,the-running-dev</owners>
Expand Down
6 changes: 3 additions & 3 deletions automatic/dropbox/tools/chocolateyinstall.ps1
Expand Up @@ -4,7 +4,7 @@ if (!$PSScriptRoot) {
}
. "$PSScriptRoot\helper.ps1"

$version = '132.4.3800'
$version = '133.3.4069'

if (!(IsVersionAlreadyInstalled $version)) {
$stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) { $false } else { $true }
Expand All @@ -13,8 +13,8 @@ if (!(IsVersionAlreadyInstalled $version)) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox"
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20132.4.3800%20Offline%20Installer.exe'
checksum = '8a65e144ca3841d050cd46fbd3d0db42f1deca1ba54676eda62c38ea820dda59'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20133.3.4069%20Offline%20Installer.exe'
checksum = '00d66f8aadb525617f08ccc1c10405c8e4c2159ed8d95fb0f3f8ce9e230cfc5f'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
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-848-g8edf18d69c-win64.msi
x64: https://downloads.mixxx.org/snapshots/main/mixxx-2.4-alpha-849-gfe7eb4f35a-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: CF2F6DC6B51AE40ECF0896E2619AA1CD22B7CB8D39FFC2D99770D8D6F34BD8C2
checksum64: 521A0D52873EA3F4443F26362E88D179851B25CAD8BA1E47656EC67BF789656F

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-848"
"alpha": "2.4-alpha-849"
}
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-848</version>
<version>2.4-alpha-849</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-848-g8edf18d69c-win64.msi"
file64 = "$toolsPath\mixxx-2.4-alpha-849-gfe7eb4f35a-win64.msi"

softwareName = 'Mixxx *'

Expand Down

0 comments on commit ec60353

Please sign in to comment.