Skip to content

Commit

Permalink
AU: 10 updated - cmake cmake.install cmake.portable nodejs nodejs.ins…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Apr 7, 2021
1 parent da1a1fc commit 4a92f6e
Show file tree
Hide file tree
Showing 29 changed files with 59 additions and 59 deletions.
2 changes: 1 addition & 1 deletion automatic/cmake.install/cmake.install.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"3.16": "3.16.8",
"3.17": "3.17.5",
"3.18": "3.18.6",
"3.19": "3.19.7",
"3.19": "3.19.8",
"3.20": "3.20.0"
}
2 changes: 1 addition & 1 deletion automatic/cmake.install/cmake.install.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>cmake.install</id>
<version>3.20.0</version>
<version>3.19.8</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/cmake.install</packageSourceUrl>
<owners>chocolatey-community, dtgm</owners>
<title>CMake (Install)</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/cmake.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://cmake.org/download/>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.20.0/cmake-3.20.0-windows-i386.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.20.0/cmake-3.20.0-windows-x86_64.msi>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.19.8/cmake-3.19.8-win32-x86.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.19.8/cmake-3.19.8-win64-x64.msi>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum32: 3FB39C6556D89E77D3F53C545439A34B7A3357D167F2075E60D27FFC8D4B6EB9
checksum64: B9B151DF0BC1C6A3B5B3F77B516C25A9BAEEA0A1DB5DE373AE379195D97017E6
checksum32: C69A5AE279429FE7679E3AB207FA9E0EC8D39FC3EEC0DBFE3C3307EA886B2C6D
checksum64: 6D1F3A39820A8978C6F0C9934CC766AD64F72F988EDBD73D597D84F07CA407DB

The file 'LICENSE.txt' has been obtained from <https://gitlab.kitware.com/cmake/cmake/blob/master/Copyright.txt>
4 changes: 2 additions & 2 deletions automatic/cmake.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
file = "$toolsPath\cmake-3.20.0-windows-i386.msi"
file64 = "$toolsPath\cmake-3.20.0-windows-x86_64.msi"
file = "$toolsPath\cmake-3.19.8-win32-x86.msi"
file64 = "$toolsPath\cmake-3.19.8-win64-x64.msi"
softwareName = 'CMake'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 3010, 1641)
Expand Down
2 changes: 1 addition & 1 deletion automatic/cmake.portable/cmake.portable.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"3.16": "3.16.8",
"3.17": "3.17.5",
"3.18": "3.18.6",
"3.19": "3.19.7",
"3.19": "3.19.8",
"3.20": "3.20.0"
}
2 changes: 1 addition & 1 deletion automatic/cmake.portable/cmake.portable.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>cmake.portable</id>
<version>3.20.0</version>
<version>3.19.8</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/cmake.portable</packageSourceUrl>
<owners>chocolatey-community, dtgm</owners>
<title>CMake (Portable)</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/cmake.portable/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://cmake.org/download/>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.20.0/cmake-3.20.0-windows-i386.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.20.0/cmake-3.20.0-windows-x86_64.zip>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.19.8/cmake-3.19.8-win32-x86.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.19.8/cmake-3.19.8-win64-x64.zip>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum32: 6DF4C34F7D2735100EBAE91E6D2D37B3C3C7B81E93DECCE9F4926A4E505AFFBC
checksum64: 056378CB599353479C3A8AA2654454B8A3EAA3C8C0872928BA7E09C3EC50774C
checksum32: F82BBFC56FE1C9F9F137991F742D09B79EC31168EF99EB67F8F4FA92276D9EFB
checksum64: 2A30877A3D6B50DA305B289F4D1C03BEFDFAEB2EDBA02A563C681E883D810380

The file 'LICENSE.txt' has been obtained from <https://gitlab.kitware.com/cmake/cmake/blob/master/Copyright.txt>
4 changes: 2 additions & 2 deletions automatic/cmake.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition

$packageArgs = @{
packageName = $env:ChocolateyPackageName
file = "$toolsPath\cmake-3.20.0-windows-i386.zip"
file64 = "$toolsPath\cmake-3.20.0-windows-x86_64.zip"
file = "$toolsPath\cmake-3.19.8-win32-x86.zip"
file64 = "$toolsPath\cmake-3.19.8-win64-x64.zip"
destination = $toolsPath
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/cmake/cmake.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"3.16": "3.16.8",
"3.17": "3.17.5",
"3.18": "3.18.6",
"3.19": "3.19.7",
"3.19": "3.19.8",
"3.20": "3.20.0"
}
4 changes: 2 additions & 2 deletions automatic/cmake/cmake.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>cmake</id>
<version>3.20.0</version>
<version>3.19.8</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/cmake</packageSourceUrl>
<owners>chocolatey-community, dtgm</owners>
<title>CMake</title>
Expand Down Expand Up @@ -44,7 +44,7 @@ For example: `choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System'`
* [News](https://blog.kitware.com/tag/CMake/)
* [Changelog](https://www.cmake.org/download/#latest)</releaseNotes>
<dependencies>
<dependency id="cmake.install" version="[3.20.0]" />
<dependency id="cmake.install" version="[3.19.8]" />
</dependencies>
</metadata>
<files />
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.13.0/node-v15.13.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v15.13.0/node-v15.13.0-x64.msi>
32-Bit: <https://nodejs.org/dist/v15.14.0/node-v15.14.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v15.14.0/node-v15.14.0-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: 775C82A65F60A02BF20C191013506ABD508A26D1A79BD8D46C9BE6B199D74F45
checksum64: 6CB795EEFF8FD6529C417FDF31116DB38511FD65DE2337416D90DFBD2CFF1112
checksum32: D22B24E8FE60B6D730F9241C36B0F6B1A34B735EECE478DD24C0792E2576C1C8
checksum64: FA460C0483126BAD8296BE312F23BDC8C8BAF0974F512427B1C90846971AF29F

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.24.0",
"10": "10.24.1",
"11": "11.15.0",
"12": "12.22.0",
"12": "12.22.1",
"5": "5.12.0",
"7": "7.10.1",
"13": "13.14.0",
"14": "14.16.0",
"15": "15.13.0"
"14": "14.16.1",
"15": "15.14.0"
}
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.13.0</version>
<version>15.14.0</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.13.0-x86.msi"
$filePath64 = "$toolsPath\node-v15.13.0-x64.msi"
$filePath32 = "$toolsPath\node-v15.14.0-x86.msi"
$filePath64 = "$toolsPath\node-v15.14.0-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.24.0",
"10": "10.24.1",
"11": "11.15.0",
"12": "12.22.0",
"12": "12.22.1",
"5": "5.12.0",
"7": "7.10.1",
"13": "13.14.0",
"14": "14.16.0",
"15": "15.13.0"
"14": "14.16.1",
"15": "15.14.0"
}
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.13.0</version>
<version>15.14.0</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.13.0]" />
<dependency id="nodejs.install" version="[15.14.0]" />
</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.9",
"3.9": "3.9.4",
"3.10": "3.10.0-a6"
"3.10": "3.10.0-a7"
}
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.9.4</version>
<version>3.10.0-a7</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.9.4]" />
<dependency id="python3" version="[3.10.0-a7]" />
</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.9.4/python-3.9.4.exe
x64: https://www.python.org/ftp/python/3.9.4/python-3.9.4-amd64.exe
x32: https://www.python.org/ftp/python/3.10.0/python-3.10.0a7.exe
x64: https://www.python.org/ftp/python/3.10.0/python-3.10.0a7-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: E5E00C669F164F99E6D2B3469A72706CAAC072CE22092B259CC86439DC55A80F
checksum64: AFC13FA2A0EC48950D320B425693A97ECA70258DA9E614FB3256E5279FE2F930
checksum32: 4D8E308D0EE386F2F8BB0FB4327B1AD9C86D9CFEE8E9D5A2378F998E8DF4CE45
checksum64: D3A6DC68644EA666E3746C7676407F83BA1E232B91479247A7AA36F96839DE01

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

if (!$only32Bit) {
$packageArgs['file64'] = "$toolsPath\python-3.9.4-amd64.exe"
$packageArgs['file64'] = "$toolsPath\python-3.10.0a7-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.2725/gvim_8.2.2725_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2725/gvim_8.2.2725_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2730/gvim_8.2.2730_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2730/gvim_8.2.2730_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: 951F72CB2F14748F9C59E6DE2C7DD9E141C6A67633C8CCB15F1056166C283188
checksum64: 5372B2F176E40657C92C20583188A4CB8F05D00D75274E6EE2E97A83361D94A2
checksum32: A4EC6849C17C2620454702B104539FE12ACF2DDF499F9341BE133DE14E6E55F6
checksum64: 257CA271D971B8724680AED41341D62C995CCD4C717EDB0D67847A4731C0643B
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.2725_x86.zip"
file64 = "$toolsDir\gvim_8.2.2725_x64.zip"
file = "$toolsDir\gvim_8.2.2730_x86.zip"
file64 = "$toolsDir\gvim_8.2.2730_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.2725</version>
<version>8.2.2730</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
4 changes: 2 additions & 2 deletions automatic/webstorm/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ New-Item -ItemType Directory -Force -Path $installDir
$arguments = @{
packageName = $env:ChocolateyPackageName
softwareName = 'JetBrains WebStorm*'
url = 'https://download.jetbrains.com/webstorm/WebStorm-2020.3.3.exe'
checksum = 'f9a84bb606b2637aa2cae77f7e0dea0baeff533e7a03375fa23b71c32b509941'
url = 'https://download.jetbrains.com/webstorm/WebStorm-2021.1.exe'
checksum = 'bdeb616c8f3315aad215044ec4aa7b140bfd5d85046cf22fb45fe80927c61112'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = $silentArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/webstorm/webstorm.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>webstorm</id>
<version>2020.3.3</version>
<version>2021.1</version>
<title>JetBrains WebStorm</title>
<authors>JetBrains</authors>
<licenseUrl>http://www.jetbrains.com/webstorm/buy/buy.jsp</licenseUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/youtube-dl/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ and can be verified like this:
- Use chocolatey utility 'checksum.exe'

checksum type: sha512
checksum: 15359c14adf63f402f799e25ef1d830ee8392caa2ad5b250a4418ac20ef99a9b12a8ce021d5d6912e4b23aa7c09b98bb5bbabe319ca4e861d19af8aec6eac175
checksum: fa1c5de978686d4da2d617fdb64c0b1c11cfa49e87b66def000096f12d58b35c1652bfa6d24bead97dcf54dd7e4f1973f6c9a316cbd8cfecd9cdc62ca5256b38

File 'LICENSE.txt' is obtained from <https://github.com/rg3/youtube-dl/blob/b7769a05eca3611e492f7a75f1c40cddd2019ef1/LICENSE>
2 changes: 1 addition & 1 deletion automatic/youtube-dl/youtube-dl.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>youtube-dl</id>
<version>2021.04.01</version>
<version>2021.04.07</version>
<title>youtube-dl</title>
<owners>chocolatey-community</owners>
<authors>Ricardo Garcia and others</authors>
Expand Down

0 comments on commit 4a92f6e

Please sign in to comment.