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 20, 2021
1 parent e8b455f commit 91fbcb8
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-836-gdfa61fa7ba-win64.msi
x64: https://downloads.mixxx.org/snapshots/main/mixxx-2.4-alpha-837-g4bf6196c84-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: 6AFA2F5D920DCBDA7750B70568F8281233E7D07A8B8F37E88B07462A1115DC8D
checksum64: 00C8672E8E4F9311C2F94A1CAEA46A9FC4891FB56E2D5DC6947AC9993C78362D

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-836"
"alpha": "2.4-alpha-837"
}
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-836</version>
<version>2.4-alpha-837</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-836-gdfa61fa7ba-win64.msi"
file64 = "$toolsPath\mixxx-2.4-alpha-837-g4bf6196c84-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.3448/gvim_8.2.3448_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3448/gvim_8.2.3448_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3450/gvim_8.2.3450_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3450/gvim_8.2.3450_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: 20A2CE0CBF7074A0708CCFAB147B15C88C2367E94B1813939DEAC0C30207FA68
checksum64: E9BB7FD8BC1483B3C537BFB695BD7EB98BB9AEDA9E8B26BDDC021E16D502FAE9
checksum32: B3FF9F1925B548D41D1A3E8AAF7538AD2E279F2FC1C975D0B4CD29AE0E981792
checksum64: F56B703DE9766048418B5BC54DA3663FDE6B94F412A18DD76C57F3DA84DA78F4
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.3448_x86.zip"
file64 = "$toolsDir\gvim_8.2.3448_x64.zip"
file = "$toolsDir\gvim_8.2.3450_x86.zip"
file64 = "$toolsDir\gvim_8.2.3450_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.3448</version>
<version>8.2.3450</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 91fbcb8

Please sign in to comment.