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 Oct 11, 2021
1 parent 15c4d97 commit c7b7fa4
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-874-g2e8f321339-win64.msi
x64: https://downloads.mixxx.org/snapshots/main/mixxx-2.4-alpha-875-g99b79963b1-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: 4B8FE311CE19623528B0244447A04CD1E31168D2E3D323E5C8DEB6CC3749366E
checksum64: 669DEC340E0B2F66CF13A9F35837AC49C5B4F393C1723053103FE243FA2BE790

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-874"
"alpha": "2.4-alpha-875"
}
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-874</version>
<version>2.4-alpha-875</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-874-g2e8f321339-win64.msi"
file64 = "$toolsPath\mixxx-2.4-alpha-875-g99b79963b1-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.3487/gvim_8.2.3487_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3487/gvim_8.2.3487_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3493/gvim_8.2.3493_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3493/gvim_8.2.3493_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: FE44CEC323310F806AC87440D1872E2F807187A6910CFD4E11F5DE6B23BF7DEA
checksum64: 1EA430920AF915938DBF896F7ABF938C4A84091BCA510506610DFB1DE2FF3221
checksum32: 12D39D04B4ABC2F43D0D604B28FD5A6012356C1773CF29FF71B2F19C2F254BF9
checksum64: 22A9ECFB8C111B8092A471A7D3D964B98ABFA8BAFD722C89C8B6EC280B2FCD93
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.3487_x86.zip"
file64 = "$toolsDir\gvim_8.2.3487_x64.zip"
file = "$toolsDir\gvim_8.2.3493_x86.zip"
file64 = "$toolsDir\gvim_8.2.3493_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.3487</version>
<version>8.2.3493</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 c7b7fa4

Please sign in to comment.