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 9, 2021
1 parent 846da8f commit d503da3
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-799-g72530a6113-win64.msi
x64: https://downloads.mixxx.org/snapshots/main/mixxx-2.4-alpha-801-gb8a34a0315-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: 856E5257F3F7AAF3D36FDE0AA7C51C7257FA6F6AE696C2B16327F75B91F4E144
checksum64: C1B74294AB22258EF354936DA64C7359C55E09832527704FBDB040A72348BEE1

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-799"
"alpha": "2.4-alpha-801"
}
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-799</version>
<version>2.4-alpha-801</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-799-g72530a6113-win64.msi"
file64 = "$toolsPath\mixxx-2.4-alpha-801-gb8a34a0315-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.3412/gvim_8.2.3412_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3412/gvim_8.2.3412_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3417/gvim_8.2.3417_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3417/gvim_8.2.3417_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: 56B3412C5C100475F3B1F07035A798803DA630509E43BA31E57C8BA4D724DE4F
checksum64: 60B5986FBEE764445E35CF536B6156D7D4FB26A45B2AD1250ED61EAE62E0CF45
checksum32: 861857A6986EB9EC0CF039C5E7D7E6910A9DD7E36D2DBA7EEC76BC8912904FD9
checksum64: 4B7CE4A687D3BDC208BFA87181C3F9A910C18DE6E1D51614E7660358B2707BF5
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.3412_x86.zip"
file64 = "$toolsDir\gvim_8.2.3412_x64.zip"
file = "$toolsDir\gvim_8.2.3417_x86.zip"
file64 = "$toolsDir\gvim_8.2.3417_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.3412</version>
<version>8.2.3417</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 d503da3

Please sign in to comment.