Skip to content

Commit

Permalink
AU: 2 updated - mixxx mkdocs-material
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Sep 19, 2021
1 parent 4b0a156 commit 8918374
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
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-832-g0580818bf8-win64.msi
x64: https://downloads.mixxx.org/snapshots/main/mixxx-2.4-alpha-835-gd31c4317fc-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: 112DFDB02132CEEF9C4DA7DE8CE42F3102B1E0528B0546DB7376B89535537DA2
checksum64: A68B6EAC543E54BF0C1AC0B60D25DAA5E2DC7354948AC4D8FED43C2315C59A0B

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-832"
"alpha": "2.4-alpha-835"
}
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-832</version>
<version>2.4-alpha-835</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-832-g0580818bf8-win64.msi"
file64 = "$toolsPath\mixxx-2.4-alpha-835-gd31c4317fc-win64.msi"

softwareName = 'Mixxx *'

Expand Down
2 changes: 1 addition & 1 deletion automatic/mkdocs-material/mkdocs-material.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>mkdocs-material</id>
<title>MkDocs Material Theme</title>
<version>7.2.6</version>
<version>7.2.7</version>
<authors>Martin Donath</authors>
<owners>chocolatey-community</owners>
<projectUrl>http://squidfunk.github.io/mkdocs-material/</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/mkdocs-material/tools/ChocolateyInstall.ps1
@@ -1,6 +1,6 @@
Update-SessionEnvironment

$version = '7.2.6'
$version = '7.2.7'

$proxy = Get-EffectiveProxy
if ($proxy) {
Expand Down

0 comments on commit 8918374

Please sign in to comment.