Skip to content

Commit

Permalink
AU: 2 updated - mixxx vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jul 10, 2023
1 parent 43f79ee commit cafd7e0
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 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.5-alpha-60-g0f59bf86a1-win64.msi
x64: https://downloads.mixxx.org/snapshots/main/mixxx-2.5-alpha-61-g41adb57402-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: EC71B80C1D24D01FBB1A786FEA728A5D3DE3EACB2594176D2062034B646B8D3F
checksum64: F6EE21028598E847AF81527A00B01571AFDC56AEA240761E93200D05E135260F

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.3.5",
"alpha": "2.5-alpha-60",
"alpha": "2.5-alpha-61",
"beta": "2.4-beta-7"
}
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-alpha-60</version>
<version>2.5-alpha-61</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-alpha-60-g0f59bf86a1-win64.msi"
file64 = "$toolsPath\mixxx-2.5-alpha-61-g41adb57402-win64.msi"

softwareName = 'Mixxx *'

Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ in verifying that this package's contents are trustworthy.
The embedded software have been downloaded from GitHub and can be verified like this:

1. Download the following zips:
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1672/gvim_9.0.1672_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1672/gvim_9.0.1672_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1677/gvim_9.0.1677_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1677/gvim_9.0.1677_x64.zip>
2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: A2D7F4D07244CAF7B0A250ED339A97FCC4A20C4798DFDAD4B0CD21190FF96C98
checksum64: AB3FD4E439E8B9975BE80CD1343EA939A8564D64D081027B302100EEDD042716
checksum32: 0264690C0F44CCF45F1EF68F79C573F752FE913524D388234FC3238B4B81DF4D
checksum64: F4D94E1FEA3B34F7822D972A696AD87C176EAE90AE37C11BE2842DD81EC7E663
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_9.0.1672_x86.zip"
file64 = "$toolsDir\gvim_9.0.1672_x64.zip"
file = "$toolsDir\gvim_9.0.1677_x86.zip"
file64 = "$toolsDir\gvim_9.0.1677_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>9.0.1672</version>
<version>9.0.1677</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. It's useful whether you're already using vi or using a different editor.</summary>
Expand Down

0 comments on commit cafd7e0

Please sign in to comment.