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 5, 2021
1 parent 925cc40 commit e5845d5
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-788-g9d1115879b-win64.msi
x64: https://downloads.mixxx.org/snapshots/main/mixxx-2.4-alpha-789-g4059a0cb51-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: 2E853FEFF5832671891FD5E9252470F2F6D90A96DD5332F1EAC44B77D19DB2A6
checksum64: 04028324A5A3FE7060714E16941CDA4B353DDFBEC631FD7CFF33B9F54342F89F

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-788"
"alpha": "2.4-alpha-789"
}
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-788</version>
<version>2.4-alpha-789</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-788-g9d1115879b-win64.msi"
file64 = "$toolsPath\mixxx-2.4-alpha-789-g4059a0cb51-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.3399/gvim_8.2.3399_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3399/gvim_8.2.3399_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3403/gvim_8.2.3403_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3403/gvim_8.2.3403_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: 70907B54F3ED412F6C0418A5C0A7A1F4212724C26B5AFAF7E644E7833893687F
checksum64: 01F08B02F1220889F98B78B2FA3FB5ECB83194A9E2273E386C36B6828157B021
checksum32: A1CADD128C79B210F2FDC321882E8E2A21B67B12E66595B2C0F6ECD4317AB3C5
checksum64: C775BF567FDCD5CA8942496B5A93468AF0E297054201FF8C0ED1A3CA0363A792
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.3399_x86.zip"
file64 = "$toolsDir\gvim_8.2.3399_x64.zip"
file = "$toolsDir\gvim_8.2.3403_x86.zip"
file64 = "$toolsDir\gvim_8.2.3403_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.3399</version>
<version>8.2.3403</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 e5845d5

Please sign in to comment.