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 Nov 2, 2021
1 parent d08ae15 commit 13900a9
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.4-alpha-970-gb87316e506-win64.msi
x64: https://downloads.mixxx.org/snapshots/main/mixxx-2.4-alpha-971-gfd1c944556-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: A6AFCE6745EC2D76788282FC52B938ECD29E18F15E1BF41AD8BA32C2E5779615
checksum64: 2253B309347395551F6DC925555935AB451468BBB9C04BE14E893600DBBE47C3

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.1",
"alpha": "2.4-alpha-970"
"alpha": "2.4-alpha-971"
}
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-970</version>
<version>2.4-alpha-971</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-970-gb87316e506-win64.msi"
file64 = "$toolsPath\mixxx-2.4-alpha-971-gfd1c944556-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/v8.2.3568/gvim_8.2.3568_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3568/gvim_8.2.3568_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3570/gvim_8.2.3570_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3570/gvim_8.2.3570_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: 41FF89084F0271C5D409F668AD9C4EBC3584109D1DFB1527AA2E3D68E0A481C8
checksum64: D3F4902C0C39402248F0B54210B809DBAAF4BDA0AAB4BB1A2AB37FF3CC22C49B
checksum32: D2AFD141ECE8580E49C6CAC6B477D085F5FD92D765DEF3F8DCC4F967F0F3DEE0
checksum64: 55DE1F7023AD143E63F6A6D6F8EC6371C41DA12CB3AC61883C194D6C6BBB5C6B
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_8.2.3568_x86.zip"
file64 = "$toolsDir\gvim_8.2.3568_x64.zip"
file = "$toolsDir\gvim_8.2.3570_x86.zip"
file64 = "$toolsDir\gvim_8.2.3570_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>8.2.3568</version>
<version>8.2.3570</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds, matsuhav</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 13900a9

Please sign in to comment.