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 9, 2021
1 parent 502473c commit 651f15f
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-870-g7618abfad7-win64.msi
x64: https://downloads.mixxx.org/snapshots/main/mixxx-2.4-alpha-871-g1d9c3943ad-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: 50147765ED291CF791A8A6D2DEFF42507D00FF5DD21B8E561CE1E2828305EB57
checksum64: 066BFF1C73B0AB223FFA87FF23BF59B1E56BEB3A01FB08B915A023292AF34025

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.1",
"alpha": "2.4-alpha-870"
"alpha": "2.4-alpha-871"
}
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-870</version>
<version>2.4-alpha-871</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-870-g7618abfad7-win64.msi"
file64 = "$toolsPath\mixxx-2.4-alpha-871-g1d9c3943ad-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.3486/gvim_8.2.3486_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3486/gvim_8.2.3486_x64.zip>
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>
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: 3F0534F9F7288ED3752EE2A5B749859ECF02E62881FE522C0A85B829FC5593B7
checksum64: 24550072D9DE63D8CB6184320A875F62D4B97CD480C98E9DC4B086CA917A8ADE
checksum32: FE44CEC323310F806AC87440D1872E2F807187A6910CFD4E11F5DE6B23BF7DEA
checksum64: 1EA430920AF915938DBF896F7ABF938C4A84091BCA510506610DFB1DE2FF3221
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.3486_x86.zip"
file64 = "$toolsDir\gvim_8.2.3486_x64.zip"
file = "$toolsDir\gvim_8.2.3487_x86.zip"
file64 = "$toolsDir\gvim_8.2.3487_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.3486</version>
<version>8.2.3487</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 651f15f

Please sign in to comment.