Skip to content

Commit

Permalink
AU: 5 updated - mixxx paint.net python python3 vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Oct 5, 2021
1 parent fd9183e commit db4f866
Show file tree
Hide file tree
Showing 15 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions automatic/mixxx/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
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-861-g8dfe58bb25-win64.msi
x64: https://downloads.mixxx.org/snapshots/main/mixxx-2.4-alpha-864-g9fc30d0226-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: 2E581FDE3CCF8FAA2FAEAA92D307323493C7F75787F9F9776F0DF9000C3F20FC
checksum64: 52B279E68EB464318C5C953EA4D0BF13B029BC6084DF865E8E6F49A980F25E17

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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"stable": "2.3.1",
"alpha": "2.4-alpha-861"
"alpha": "2.4-alpha-864"
}
2 changes: 1 addition & 1 deletion automatic/mixxx/mixxx.nuspec
Original file line number Diff line number Diff line change
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-861</version>
<version>2.4-alpha-864</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
Original file line number Diff line number Diff line change
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-861-g8dfe58bb25-win64.msi"
file64 = "$toolsPath\mixxx-2.4-alpha-864-g9fc30d0226-win64.msi"

softwareName = 'Mixxx *'

Expand Down
4 changes: 2 additions & 2 deletions automatic/paint.net/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Package can be verified like this:

1. Go to

x64: https://github.com/paintdotnet/release/releases/download/v4.3.1/paint.net.4.3.1.install.x64.zip
x64: https://github.com/paintdotnet/release/releases/download/v4.3.2/paint.net.4.3.2.install.x64.zip

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: 6DDFCDA55AA8A47B576F344E14BBA2630E5E774A6DF8817A75F56A0710E9707C
checksum64: 70464B26AF13495E385B84EAE5F856B69E08B62EFEDD0F5D8C07A33FA72D4AF1

File 'license.txt' is obtained from:
https://www.getpaint.net/license.html
2 changes: 1 addition & 1 deletion automatic/paint.net/paint.net.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>paint.net</id>
<version>4.3.1</version>
<version>4.3.2</version>
<title>Paint.NET</title>
<authors>Rick Brewster, dotPDN</authors>
<projectUrl>http://www.getpaint.net/</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/python/python.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"3.7": "3.7.9",
"3.8": "3.8.10",
"3.9": "3.9.7",
"3.10": "3.10.0-rc2"
"3.10": "3.10.0"
}
4 changes: 2 additions & 2 deletions automatic/python/python.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>python</id>
<version>3.10.0-rc2</version>
<version>3.10.0</version>
<title>Python</title>
<owners>chocolatey-community</owners>
<authors>Python Software Foundation</authors>
Expand All @@ -22,7 +22,7 @@
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/python</packageSourceUrl>
<projectSourceUrl>https://www.python.org/downloads/source</projectSourceUrl>
<dependencies>
<dependency id="python3" version="[3.10.0-rc2]" />
<dependency id="python3" version="[3.10.0]" />
</dependencies>
<licenseUrl>https://www.python.org/download/releases/3.4.0/license</licenseUrl>
</metadata>
Expand Down
8 changes: 4 additions & 4 deletions automatic/python3/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ Package can be verified like this:

1. Go to

x32: https://www.python.org/ftp/python/3.10.0/python-3.10.0rc2.exe
x64: https://www.python.org/ftp/python/3.10.0/python-3.10.0rc2-amd64.exe
x32: https://www.python.org/ftp/python/3.10.0/python-3.10.0.exe
x64: https://www.python.org/ftp/python/3.10.0/python-3.10.0-amd64.exe

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'

checksum32: A1FF8BBA6A184ABBEE9F6EFD366987A2775EF9AB60C93DB1B1DD64952BA6038D
checksum64: 801E8BC283CAEEE8B86B43886ADF6043C5933B61B4F09E43FD475F28E48B410B
checksum32: EA896EEEFB1DB9E12FB89EC77A6E28C9FE52B4A162A34C85D9688BE2EC2392E8
checksum64: CB580EB7DC55F9198E650F016645023E8B2224CF7D033857D12880B46C5C94EF

File 'license.txt' is obtained from:
https://www.python.org/download/releases/3.4.0/license/
2 changes: 1 addition & 1 deletion automatic/python3/python3.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"3.7": "3.7.9",
"3.8": "3.8.10",
"3.9": "3.9.7",
"3.10": "3.10.0-rc2"
"3.10": "3.10.0"
}
2 changes: 1 addition & 1 deletion automatic/python3/python3.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>python3</id>
<version>3.10.0-rc2</version>
<version>3.10.0</version>
<title>Python 3.x</title>
<owners>chocolatey-community</owners>
<authors>Python Software Foundation</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/python3/tools/helpers.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ function Install-Python {
$packageArgs = @{
packageName = 'python3'
fileType = 'exe'
file = "$toolsPath\python-3.10.0rc2.exe"
file = "$toolsPath\python-3.10.0.exe"
silentArgs = '/quiet InstallAllUsers=1 PrependPath={0} TargetDir="{1}"' -f $prependPath, $installDir
validExitCodes = @(0)
softwareName = 'Python 3*'
}

if (!$only32Bit) {
$packageArgs['file64'] = "$toolsPath\python-3.10.0rc2-amd64.exe"
$packageArgs['file64'] = "$toolsPath\python-3.10.0-amd64.exe"
}
else {
$packageArgs['packageName'] = '32-bit python3'
Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
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.3469/gvim_8.2.3469_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3469/gvim_8.2.3469_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3475/gvim_8.2.3475_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3475/gvim_8.2.3475_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: 6D433C44696FFB5417E9F58C1CA3A02C7CF30607EDE6247BD5266FD4A015CCCB
checksum64: 2455585BCF40870FC5690EFB3E70A94A3BF01A9EC867BC20861DF4E85836FCAF
checksum32: 43790DD507CD9A35627D2AB909DB0F4114030D4C2DADFDAF6216BBB4E4C18198
checksum64: E780C8EFBC62CD4664CCA5C29572BEE3AD6C1032112CB59590F4CBE6F22B0EA5
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_8.2.3469_x86.zip"
file64 = "$toolsDir\gvim_8.2.3469_x64.zip"
file = "$toolsDir\gvim_8.2.3475_x86.zip"
file64 = "$toolsDir\gvim_8.2.3475_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>8.2.3469</version>
<version>8.2.3475</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 db4f866

Please sign in to comment.