Skip to content

Commit

Permalink
AU: 3 updated - freecad k9s mixxx
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Nov 10, 2024
1 parent 970ef65 commit eb02ecc
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion automatic/freecad/freecad.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"stable": "0.21.2.1",
"portable": "0.21.2.1",
"dev": "39141.2024.11.9-dev"
"dev": "39141.2024.11.10-dev"
}
2 changes: 1 addition & 1 deletion automatic/freecad/freecad.nuspec
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>freecad</id>
<version>39141.2024.11.9-dev</version>
<version>39141.2024.11.10-dev</version>
<title>FreeCAD</title>
<owners>chocolatey-community,purity</owners>
<authors>Jürgen Riegel</authors>
Expand Down
2 changes: 1 addition & 1 deletion automatic/freecad/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $packageArgs = @{
fileType = '7z'
url64 = 'https://github.com/FreeCAD/FreeCAD-Bundle/releases/download/weekly-builds/FreeCAD_weekly-builds-39141-conda-Windows-x86_64-py311.7z'
softwareName = 'FreeCAD'
checksum64 = 'A0D51B39BB71C80D65968CF527346A4C1CB09D1D35CD3B11D7CCF7E8DC195CBA'
checksum64 = 'D7E5E97DF3172772BB32489714BCE164E8536970ED6206AE4F5F06BD4852A98B'
checksumType64 = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
4 changes: 2 additions & 2 deletions automatic/k9s/k9s.nuspec
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>k9s</id>
<version>0.32.5</version>
<version>0.32.6</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/k9s</packageSourceUrl>
<owners>chocolatey-community,Matteo Dell'Aquila (moebius87)</owners>
<title>k9s: Kubernetes CLI To Manage Your Clusters In Style!</title>
Expand Down Expand Up @@ -53,7 +53,7 @@ Customize/Arrange which columns to display on a per resource basis.
* Resource Graph Traversals
* K9s provides for easy traversal of Kubernetes resources and their associated resources.
]]></description>
<releaseNotes>https://github.com/derailed/k9s/blob/v0.32.5/change_logs/release_v0.32.5.md</releaseNotes>
<releaseNotes>https://github.com/derailed/k9s/blob/v0.32.6/change_logs/release_v0.32.6.md</releaseNotes>
<dependencies>
<dependency id="kubernetes-cli" />
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions automatic/k9s/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ in verifying that this package's contents are trustworthy.
The embedded software can be verified by doing the following:

1. Download the following:
64-bit software: <https://github.com/derailed/k9s/releases/download/v0.32.5/k9s_Windows_amd64.zip>
64-bit software: <https://github.com/derailed/k9s/releases/download/v0.32.6/k9s_Windows_amd64.zip>

2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
Expand All @@ -15,6 +15,6 @@ The embedded software can be verified by doing the following:

3. The checksums should match the following:
checksum type: sha256
checksum64: 4A0BB4BD8406A73587148300EC578C20215A324227F3C22AF12E3CD24B8C7AE1
checksum64: 73251BC4924DD0A26E50B71D5099788ADCF9C7980A16FD7FBEC7C31A3728CD55

The file 'LICENSE.txt' has been obtained from <https://raw.githubusercontent.com/derailed/k9s/2e05367256a7b2777b011da7213cf636c9ae4d17/LICENSE>
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/2.5/mixxx-2.5-beta-78-g94f6eb927a-win64.msi
x64: https://downloads.mixxx.org/snapshots/2.5/mixxx-2.5-beta-79-g26e4175031-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: 4F616C1EA8D28019BCA578F2126910E8D57F1A73B0857F02951F6BB582BD4041
checksum64: EC3AC4844CA74A15461DD1008A913F6C2C92724E5BCB47875C3AF0CF83F8A92B

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,5 +1,5 @@
{
"stable": "2.4.1",
"alpha": "2.6-alpha-99",
"beta": "2.5-beta-78"
"beta": "2.5-beta-79"
}
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.5-beta-78</version>
<version>2.5-beta-79</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.5-beta-78-g94f6eb927a-win64.msi"
file64 = "$toolsPath\mixxx-2.5-beta-79-g26e4175031-win64.msi"

softwareName = 'Mixxx *'

Expand Down

0 comments on commit eb02ecc

Please sign in to comment.