Skip to content

Commit

Permalink
AU: 2 updated - kubelogin mixxx
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Sep 5, 2021
1 parent e5845d5 commit 1372f57
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions automatic/kubelogin/kubelogin.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>kubelogin</id>
<version>1.24.0</version>
<version>1.25.0</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/kubelogin</packageSourceUrl>
<owners>chocolatey-community,jetersen</owners>
<title>Kubelogin (CLI)</title>
Expand Down Expand Up @@ -38,7 +38,7 @@ users:
command: kubelogin
```
]]></description>
<releaseNotes>https://github.com/int128/kubelogin/releases/tag/v1.24.0</releaseNotes>
<releaseNotes>https://github.com/int128/kubelogin/releases/tag/v1.25.0</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
4 changes: 2 additions & 2 deletions automatic/kubelogin/legal/VERIFICATION.txt
Expand Up @@ -8,7 +8,7 @@ location on <https://github.com/int128/kubelogin/releases/latest>
and can be verified by doing the following:

1. Download the following:
64-bit software: <https://github.com/int128/kubelogin/releases/download/v1.24.0/kubelogin_windows_amd64.zip>
64-bit software: <https://github.com/int128/kubelogin/releases/download/v1.25.0/kubelogin_windows_amd64.zip>

2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
Expand All @@ -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 <https://github.com/kubernetes/kubernetes/blob/d30db1f9a915aa95402e1190461469a1889d92be/LICENSE>
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-789-g4059a0cb51-win64.msi
x64: https://downloads.mixxx.org/snapshots/main/mixxx-2.4-alpha-790-gd585e26436-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: 04028324A5A3FE7060714E16941CDA4B353DDFBEC631FD7CFF33B9F54342F89F
checksum64: 5DCD65330E75AF3A63C3B48971A32BDAF39ED0AAA03DF96E448A9902B1165F09

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-789"
"alpha": "2.4-alpha-790"
}
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-789</version>
<version>2.4-alpha-790</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-789-g4059a0cb51-win64.msi"
file64 = "$toolsPath\mixxx-2.4-alpha-790-gd585e26436-win64.msi"

softwareName = 'Mixxx *'

Expand Down

0 comments on commit 1372f57

Please sign in to comment.