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 Sep 7, 2021
1 parent 9683077 commit 3520f28
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
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-790-gd585e26436-win64.msi
x64: https://downloads.mixxx.org/snapshots/main/mixxx-2.4-alpha-791-gdc8ef5b4e8-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: 5DCD65330E75AF3A63C3B48971A32BDAF39ED0AAA03DF96E448A9902B1165F09
checksum64: BBC2FD150F7866AC7A2E1388A7A20ADDB73DDF4BD15BD4B87689400567CD864E

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

softwareName = 'Mixxx *'

Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
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.3404/gvim_8.2.3404_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3404/gvim_8.2.3404_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3408/gvim_8.2.3408_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3408/gvim_8.2.3408_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: 3915552EEC6F75742641B88302933010153776600DE19CC77F03A222C424C280
checksum64: 4AB8A7D206A364C459F80172FCC536BED7C4AE5C373849FFAEB0AF9BE0A75DAF
checksum32: 1B461AF7869D288C99E5A1AE615D02D8EDF13951005D39AE55DB535A553C0A84
checksum64: 3469F2A0F2719F8572AB180E69F191C5783D0DB7B254D74752297096B6F11E58
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_8.2.3404_x86.zip"
file64 = "$toolsDir\gvim_8.2.3404_x64.zip"
file = "$toolsDir\gvim_8.2.3408_x86.zip"
file64 = "$toolsDir\gvim_8.2.3408_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>8.2.3404</version>
<version>8.2.3408</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 3520f28

Please sign in to comment.