Skip to content

Commit

Permalink
AU: 5 updated - mkdocs nodejs nodejs.install smartftp vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Sep 19, 2023
1 parent 94089c4 commit bd7d516
Show file tree
Hide file tree
Showing 13 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion automatic/mkdocs/mkdocs.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>mkdocs</id>
<title>MkDocs</title>
<version>1.5.1</version>
<version>1.5.3</version>
<authors>Tom Christie</authors>
<owners>chocolatey-community</owners>
<projectUrl>http://www.mkdocs.org</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/mkdocs/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Update-SessionEnvironment

$version = '1.5.1'
$version = '1.5.3'

$proxy = Get-EffectiveProxy
if ($proxy) {
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 has been downloaded from GitHub and can be verified like this:

1. Download the following installers:
32-Bit: <https://nodejs.org/dist/v20.6.1/node-v20.6.1-x86.msi>
64-Bit: <https://nodejs.org/dist/v20.6.1/node-v20.6.1-x64.msi>
32-Bit: <https://nodejs.org/dist/v20.7.0/node-v20.7.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v20.7.0/node-v20.7.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: CB83586AF83182187E760B7E01AA7C7B2BACB521D60CEEFED3AC6FC62C222449
checksum64: 5C2616DA46728DD1326645C7DB114E78AD87138A258C0724A035269258C23509
checksum32: 84A595328279A7C535DE9A76EAD4C899A79D06C306623B3D02BF8E54805CEA78
checksum64: A7DF245847842A88A27360D6C39D2671056E148BE637AA4D6CE980D2E97A6AF0

File 'LICENSE.txt' is obtained from <https://github.com/nodejs/node/blob/03023fa7ae060c082a014f792d5d1f481a599460/LICENSE>
4 changes: 2 additions & 2 deletions automatic/nodejs.install/nodejs.install.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"15": "15.14.0",
"16": "16.20.1",
"17": "17.9.1",
"18": "18.17.0",
"18": "18.18.0",
"19": "19.9.0",
"20": "20.6.1"
"20": "20.7.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>20.6.1</version>
<version>20.7.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-v20.6.1-x86.msi"
$filePath64 = "$toolsPath\node-v20.6.1-x64.msi"
$filePath32 = "$toolsPath\node-v20.7.0-x86.msi"
$filePath64 = "$toolsPath\node-v20.7.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
4 changes: 2 additions & 2 deletions automatic/nodejs/nodejs.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"15": "15.14.0",
"16": "16.20.1",
"17": "17.9.1",
"18": "18.17.0",
"18": "18.18.0",
"19": "19.9.0",
"20": "20.6.1"
"20": "20.7.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>20.6.1</version>
<version>20.7.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 @@ -30,7 +30,7 @@ This package runs the official Node JS installer, resulting in Node.exe and NPM
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@ba5adf020e09cd0e51107206ef3ec390035a6e90/icons/nodejs.png</iconUrl>
<dependencies>
<dependency id="nodejs.install" version="[20.6.1]" />
<dependency id="nodejs.install" version="[20.7.0]" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion automatic/smartftp/smartftp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>smartftp</id>
<title>SmartFTP</title>
<owners>chocolatey-community</owners>
<version>10.0.3156.0</version>
<version>10.0.3157.0</version>
<authors>SmartSoft</authors>
<summary>FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Telnet, Terminal client.</summary>
<description><![CDATA[SmartFTP is a fast and reliable FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Backblaze B2, Telnet, Terminal client with lots of features and a modern user interface.
Expand Down
2 changes: 1 addition & 1 deletion automatic/smartftp/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $packageArgs = @{
url = 'https://www.smartftp.com/get/SmartFTP86.msi'
url64bit = 'https://www.smartftp.com/get/SmartFTP64.msi'
checksum = '8d885003aa204d160b3cfab01f7f686126dddc0e25d171ec7dd14bf3b369e85e'
checksum64 = '110e0d23e7bc69c0e71b104506f65e78bacd8421509e872a479f9dd989881acf'
checksum64 = '95b4d668544ce362802ce6bbc97edcbb3b747f5db9c692c17c45f170eabadc0c'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
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/v9.0.1903/gvim_9.0.1903_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1903/gvim_9.0.1903_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1910/gvim_9.0.1910_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1910/gvim_9.0.1910_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: 4760945BAFB5E38658D57FA3EA5EBBDB9DEEBAA2AE86F6F70CC206EBE6F60FD4
checksum64: 9439C2594ED2E75A779F3C6F357EDCEF2DCE71DDF52D610C1F25A96769BC0446
checksum32: 38F630750F126AFB95028BCCF593A5BBB3B29900F0FFBA4CFD585A5B75A10C42
checksum64: 417322965A2F7B639B0DFE85403BEC457B1001F094EE31DF64E6A58C386BF01E
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_9.0.1903_x86.zip"
file64 = "$toolsDir\gvim_9.0.1903_x64.zip"
file = "$toolsDir\gvim_9.0.1910_x86.zip"
file64 = "$toolsDir\gvim_9.0.1910_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>9.0.1903</version>
<version>9.0.1910</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds</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 bd7d516

Please sign in to comment.