Skip to content

Commit

Permalink
AU: 6 updated - mkvtoolnix nodejs nodejs.install python python3 vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jan 5, 2021
1 parent 7479a58 commit 9108c2b
Show file tree
Hide file tree
Showing 17 changed files with 40 additions and 40 deletions.
8 changes: 4 additions & 4 deletions automatic/mkvtoolnix/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ Package can be verified like this:

1. Go to

x32: https://mkvtoolnix.download/windows/releases/51.0.0/mkvtoolnix-32-bit-51.0.0-setup.exe
x64: https://mkvtoolnix.download/windows/releases/51.0.0/mkvtoolnix-64-bit-51.0.0-setup.exe
x32: https://mkvtoolnix.download/windows/releases/52.0.0/mkvtoolnix-32-bit-52.0.0-setup.exe
x64: https://mkvtoolnix.download/windows/releases/52.0.0/mkvtoolnix-64-bit-52.0.0-setup.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: B8AF48DE10F1480C4A7FBDC71BBF1EF20C66E7099C969706237F0DC6E6306F58
checksum64: 1661CBBD5B72867C52A50129D760FEF7062ADB2196C2E953E7BBFD10E7EA426D
checksum32: C546FD7DFDEABCCC52AE60D0EE95E319FB4F0D5F3242A6FEBE687DA322C04A3C
checksum64: 59FADAEACA8C0D631B1C176D5A7336C48BE9707444E6A8C006BD32969F9B4FED
2 changes: 1 addition & 1 deletion automatic/mkvtoolnix/mkvtoolnix.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>mkvtoolnix</id>
<version>51.0.0</version>
<version>52.0.0</version>
<title>MKVToolNix</title>
<owners>chocolatey-community</owners>
<authors>Moritz Bunkus</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/nodejs.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ in verifying that this package's contents are trustworthy.
The installer have been downloaded from GitHub and can be verified like this:

1. Download the following installers:
32-Bit: <https://nodejs.org/dist/v15.5.0/node-v15.5.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v15.5.0/node-v15.5.0-x64.msi>
32-Bit: <https://nodejs.org/dist/v15.5.1/node-v15.5.1-x86.msi>
64-Bit: <https://nodejs.org/dist/v15.5.1/node-v15.5.1-x64.msi>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: 40D2239D59BCAB4A2D8CDC1D65727C61EDE2B39945F5B6343A9D2BA8ACAF0960
checksum64: 8E3837F4B3CA1DF94C9A7380DCDC0B623F94D0CD1D580EB4D28FEF52DBB59967
checksum32: 3B02FA7EF25BCC1B109E31FC2CE7C4AFA95E084562CA3F66B299705B032CFE60
checksum64: AA745E356417C1EF1394EE583779F8DBB7E052D22349CB211BC692B562988873

File 'LICENSE.txt' is obtained from <https://github.com/nodejs/node/blob/03023fa7ae060c082a014f792d5d1f481a599460/LICENSE>
8 changes: 4 additions & 4 deletions automatic/nodejs.install/nodejs.install.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"6": "6.17.1",
"8": "8.17.0",
"9": "9.11.2",
"10": "10.23.0",
"10": "10.23.1",
"11": "11.15.0",
"12": "12.20.0",
"12": "12.20.1",
"5": "5.12.0",
"7": "7.10.1",
"13": "13.14.0",
"14": "14.15.3",
"15": "15.5.0"
"14": "14.15.4",
"15": "15.5.1"
}
2 changes: 1 addition & 1 deletion automatic/nodejs.install/nodejs.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>nodejs.install</id>
<title>Node JS (Install)</title>
<version>15.5.0</version>
<version>15.5.1</version>
<authors>Node.js Foundation</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>Node JS - Evented I/O for v8 JavaScript.</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/nodejs.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

$toolsPath = Split-Path $MyInvocation.MyCommand.Definition

$filePath32 = "$toolsPath\node-v15.5.0-x86.msi"
$filePath64 = "$toolsPath\node-v15.5.0-x64.msi"
$filePath32 = "$toolsPath\node-v15.5.1-x86.msi"
$filePath64 = "$toolsPath\node-v15.5.1-x64.msi"
$installFile = if ((Get-OSArchitectureWidth 64) -and $env:chocolateyForceX86 -ne 'true') {
Write-Host "Installing 64 bit version"; $filePath64 }
else { Write-Host "Installing 32 bit version"; $filePath32 }
Expand Down
8 changes: 4 additions & 4 deletions automatic/nodejs/nodejs.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"6": "6.17.1",
"8": "8.17.0",
"9": "9.11.2",
"10": "10.23.0",
"10": "10.23.1",
"11": "11.15.0",
"12": "12.20.0",
"12": "12.20.1",
"5": "5.12.0",
"7": "7.10.1",
"13": "13.14.0",
"14": "14.15.3",
"15": "15.5.0"
"14": "14.15.4",
"15": "15.5.1"
}
4 changes: 2 additions & 2 deletions automatic/nodejs/nodejs.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>nodejs</id>
<title>Node JS</title>
<version>15.5.0</version>
<version>15.5.1</version>
<authors>Node.js Foundation</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>Node JS - Evented I/O for v8 JavaScript.</summary>
Expand All @@ -28,7 +28,7 @@ While this package now provides both **Current** and **LTS** releases of Node.js
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@ba5adf020e09cd0e51107206ef3ec390035a6e90/icons/nodejs.png</iconUrl>
<dependencies>
<dependency id="nodejs.install" version="[15.5.0]" />
<dependency id="nodejs.install" version="[15.5.1]" />
</dependencies>
</metadata>
<files>
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.7",
"3.9": "3.9.1",
"3.10": "3.10.0-a3"
"3.10": "3.10.0-a4"
}
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.8.7</version>
<version>3.10.0-a4</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.8.7]" />
<dependency id="python3" version="[3.10.0-a4]" />
</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.8.7/python-3.8.7.exe
x64: https://www.python.org/ftp/python/3.8.7/python-3.8.7-amd64.exe
x32: https://www.python.org/ftp/python/3.10.0/python-3.10.0a4.exe
x64: https://www.python.org/ftp/python/3.10.0/python-3.10.0a4-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: 6DBA69E974634AD1EEBDC289C78AB48970913E93C81DEC90635963ABD6555370
checksum64: B8D539D67A9C97A1ACC30DC871821D140C383F160D8A1CD3B5A1A5A0D351AF68
checksum32: 608F66058EFA37D6977B4F8876EEA718F90A0ECB2CFEC325FCAFFB603DA57971
checksum64: 3FBEAC1CB7A7046FE0D36291FCDB62C1AE125BCA378D91B57E2419EB545F884E

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.7",
"3.9": "3.9.1",
"3.10": "3.10.0-a3"
"3.10": "3.10.0-a4"
}
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.8.7</version>
<version>3.10.0-a4</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.8.7.exe"
file = "$toolsPath\python-3.10.0a4.exe"
silentArgs = '/quiet InstallAllUsers=1 PrependPath={0} TargetDir="{1}"' -f $prependPath, $installDir
validExitCodes = @(0)
softwareName = 'Python 3*'
}

if (!$only32Bit) {
$packageArgs['file64'] = "$toolsPath\python-3.8.7-amd64.exe"
$packageArgs['file64'] = "$toolsPath\python-3.10.0a4-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.2293/gvim_8.2.2293_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2293/gvim_8.2.2293_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2301/gvim_8.2.2301_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2301/gvim_8.2.2301_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: DDDD2498FE57B57EB5B9FBC874CA65AA596F8E42497C7C5FC2E63D2D91AF46A6
checksum64: 3E3FA2A18BDECF889436223A5D3AB0EBD4E1EA9CB393D1D7C52FD3206A83DE2E
checksum32: 56721F0AC5721F7D9AD501446A199E3AEF296923F2150F82548BEB32DDF1E2D8
checksum64: 1441B600F3FCA539D7DE2195C64097D73D6375267C1D9C726D68C54A5F8485F1
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.2293_x86.zip"
file64 = "$toolsDir\gvim_8.2.2293_x64.zip"
file = "$toolsDir\gvim_8.2.2301_x86.zip"
file64 = "$toolsDir\gvim_8.2.2301_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.2293</version>
<version>8.2.2301</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 9108c2b

Please sign in to comment.