diff --git a/automatic/kubelogin/kubelogin.nuspec b/automatic/kubelogin/kubelogin.nuspec index 55a65dfcb4a..9e4777e68db 100644 --- a/automatic/kubelogin/kubelogin.nuspec +++ b/automatic/kubelogin/kubelogin.nuspec @@ -3,7 +3,7 @@ kubelogin - 1.24.0 + 1.25.0 https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/kubelogin chocolatey-community,jetersen Kubelogin (CLI) @@ -38,7 +38,7 @@ users: command: kubelogin ``` ]]> - https://github.com/int128/kubelogin/releases/tag/v1.24.0 + https://github.com/int128/kubelogin/releases/tag/v1.25.0 diff --git a/automatic/kubelogin/legal/VERIFICATION.txt b/automatic/kubelogin/legal/VERIFICATION.txt index 3e91d5039bc..db45426cc4d 100644 --- a/automatic/kubelogin/legal/VERIFICATION.txt +++ b/automatic/kubelogin/legal/VERIFICATION.txt @@ -8,7 +8,7 @@ location on and can be verified by doing the following: 1. Download the following: - 64-bit software: + 64-bit software: 2. Get the checksum using one of the following methods: - Using powershell function 'Get-FileHash' @@ -17,6 +17,6 @@ and can be verified by doing the following: 3. The checksums should match the following: checksum type: sha256 - checksum64: FF6654634E16D4F0E09CC69ABA1D556BBCB9C383CA5FC527C7362D2B40A204C6 + checksum64: F7CA9AF58F40E2824ADBCF1F5C24B7D42178E4C0AA708917FD67248344ECF3B2 File 'LICENSE.txt' is obtained from diff --git a/automatic/mixxx/legal/VERIFICATION.txt b/automatic/mixxx/legal/VERIFICATION.txt index b59cade574e..8a321d290a1 100644 --- a/automatic/mixxx/legal/VERIFICATION.txt +++ b/automatic/mixxx/legal/VERIFICATION.txt @@ -8,7 +8,7 @@ Package can be verified like this: 1. Go to x32: No longer being provided - x64: https://downloads.mixxx.org/snapshots/main/mixxx-2.4-alpha-789-g4059a0cb51-win64.msi + x64: https://downloads.mixxx.org/snapshots/main/mixxx-2.4-alpha-790-gd585e26436-win64.msi to download the installer. @@ -16,7 +16,7 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum64: 04028324A5A3FE7060714E16941CDA4B353DDFBEC631FD7CFF33B9F54342F89F + checksum64: 5DCD65330E75AF3A63C3B48971A32BDAF39ED0AAA03DF96E448A9902B1165F09 File 'license.txt' is obtained from: https://www.gnu.org/licenses/gpl-2.0.html diff --git a/automatic/mixxx/mixxx.json b/automatic/mixxx/mixxx.json index 6b6fc17a492..e1ad4f406d4 100644 --- a/automatic/mixxx/mixxx.json +++ b/automatic/mixxx/mixxx.json @@ -1,4 +1,4 @@ { "stable": "2.3.0", - "alpha": "2.4-alpha-789" + "alpha": "2.4-alpha-790" } diff --git a/automatic/mixxx/mixxx.nuspec b/automatic/mixxx/mixxx.nuspec index ffb97940387..0a557f92696 100644 --- a/automatic/mixxx/mixxx.nuspec +++ b/automatic/mixxx/mixxx.nuspec @@ -3,7 +3,7 @@ mixxx - 2.4-alpha-789 + 2.4-alpha-790 Mixxx chocolatey-community Mixxx Development Team diff --git a/automatic/mixxx/tools/chocolateyInstall.ps1 b/automatic/mixxx/tools/chocolateyInstall.ps1 index f7783f88d27..189b14aa39c 100644 --- a/automatic/mixxx/tools/chocolateyInstall.ps1 +++ b/automatic/mixxx/tools/chocolateyInstall.ps1 @@ -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-789-g4059a0cb51-win64.msi" + file64 = "$toolsPath\mixxx-2.4-alpha-790-gd585e26436-win64.msi" softwareName = 'Mixxx *'