Skip to content

Commit

Permalink
AU: 2 updated - mixxx universal-usb-installer
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Aug 29, 2021
1 parent d35d99b commit f5ca994
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions automatic/mixxx/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
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-782-g50b40ab201-win64.msi
x64: https://downloads.mixxx.org/snapshots/main/mixxx-2.4-alpha-783-g6f4fc8e9f2-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: D2D5C5A1BF124FDB1CB0BE3F56266A7EDFBF6C418DF98347B6AE916756C6A13B
checksum64: DEEFCDFE9DC731A158B14E06FC30533F10F437439F3B54641F3F57430F578648

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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"stable": "2.3.0",
"alpha": "2.4-alpha-782"
"alpha": "2.4-alpha-783"
}
2 changes: 1 addition & 1 deletion automatic/mixxx/mixxx.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>mixxx</id>
<version>2.4-alpha-782</version>
<version>2.4-alpha-783</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
Original file line number Diff line number Diff line change
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-782-g50b40ab201-win64.msi"
file64 = "$toolsPath\mixxx-2.4-alpha-783-g6f4fc8e9f2-win64.msi"

softwareName = 'Mixxx *'

Expand Down
4 changes: 2 additions & 2 deletions automatic/universal-usb-installer/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The embedded software have been downloaded from the listed download
location on <https://www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/>
and can be verified by doing the following:

1. Download the following <https://www.pendrivelinux.com/downloads/Universal-USB-Installer/Universal-USB-Installer-2.0.0.6.exe>
1. Download the following <https://www.pendrivelinux.com/downloads/Universal-USB-Installer/Universal-USB-Installer-2.0.0.7.exe>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum: D5A3ED21CF3BD740089C7C5FA5D01E0AAB083EBBA8FBBB3CE972E3B95E613DEE
checksum: 9EB269199F99ECAB935755878750BE523AA8F8F87CF4BA36374BB784F55BE6F7

The file 'LICENSE.txt' has been obtained from <https://www.gnu.org/licenses/gpl-2.0.txt>
This license was mentioned on their disclaimer page <https://www.pendrivelinux.com/disclaimer/>
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>universal-usb-installer</id>
<version>2.0.0.600</version>
<version>2.0.0.700</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/universal-usb-installer</packageSourceUrl>
<owners>chocolatey-community</owners>
<title>Universal USB Installer</title>
Expand Down

0 comments on commit f5ca994

Please sign in to comment.