Skip to content

Commit

Permalink
AU: 4 updated - dropbox nodejs nodejs.install vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Dec 20, 2023
1 parent c139e6c commit cb0dfd8
Show file tree
Hide file tree
Showing 12 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions automatic/dropbox/dropbox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"beta": "189.3.8368-beta",
"stable": "188.4.6302"
"beta": "190.3.6190-beta",
"stable": "189.4.8395"
}
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>dropbox</id>
<version>189.3.8368-beta</version>
<version>189.4.8395</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey-community,ferventcoder,the-running-dev</owners>
Expand Down
10 changes: 5 additions & 5 deletions automatic/dropbox/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if (!$PSScriptRoot) {
}
. "$PSScriptRoot\helper.ps1"

$version = '189.3.8368'
$version = '189.4.8395'

if (!(IsVersionAlreadyInstalled $version)) {
$stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) { $false } else { $true }
Expand All @@ -13,10 +13,10 @@ if (!(IsVersionAlreadyInstalled $version)) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox"
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20189.3.8368%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20189.3.8368%20Offline%20Installer.x64.exe'
checksum = '853255d6e64bf69618c082c4d4bbd1edd8e95f1adfb6a981f05bb7b5d8cf30a3'
checksum64 = '87d7fb401952eb82f406dc038ea53998e0b4e6e3f8c07b1a07f9957afd6b5629'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20189.4.8395%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20189.4.8395%20Offline%20Installer.x64.exe'
checksum = 'f42f31124617e905668064e09fb9143084ed9f4b43571bb67fa40606dd48f389'
checksum64 = 'd0d816ee8264a7b29a5966f47d2ce67375fe7f1fb417e5b707323da271a9e28f'
fileType = 'exe'
checksumType = 'sha256'
checksumType64 = 'sha256'
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/v21.4.0/node-v21.4.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v21.4.0/node-v21.4.0-x64.msi>
32-Bit: <https://nodejs.org/dist/v21.5.0/node-v21.5.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v21.5.0/node-v21.5.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: 6C86DAD32EED707F7AEDFC7F986AC5A7DFA32B5D4474095DBA8B3FB01F38037E
checksum64: 2F040B8180F01D97D03D8B4E44601DE22956947651F6724B38FDB7C4618E251E
checksum32: 4B502D084C965BDCB1ACC61695CB62A71A468F7F3703C6DF52DA878FFDF3649A
checksum64: 2E2583DEB489FEC8B17E8B90145C6BC327531B75544E7F6F8EAA8EE97C6C0853

File 'LICENSE.txt' is obtained from <https://github.com/nodejs/node/blob/03023fa7ae060c082a014f792d5d1f481a599460/LICENSE>
2 changes: 1 addition & 1 deletion automatic/nodejs.install/nodejs.install.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
"18": "18.18.2",
"19": "19.9.0",
"20": "20.10.0",
"21": "21.4.0"
"21": "21.5.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>21.4.0</version>
<version>21.5.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-v21.4.0-x86.msi"
$filePath64 = "$toolsPath\node-v21.4.0-x64.msi"
$filePath32 = "$toolsPath\node-v21.5.0-x86.msi"
$filePath64 = "$toolsPath\node-v21.5.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
2 changes: 1 addition & 1 deletion automatic/nodejs/nodejs.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
"18": "18.18.2",
"19": "19.9.0",
"20": "20.10.0",
"21": "21.4.0"
"21": "21.5.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>21.4.0</version>
<version>21.5.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="[21.4.0]" />
<dependency id="nodejs.install" version="[21.5.0]" />
</dependencies>
</metadata>
<files>
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.2175/gvim_9.0.2175_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.2175/gvim_9.0.2175_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.2181/gvim_9.0.2181_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.2181/gvim_9.0.2181_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: 0309E84E08B1A0E4E6628336179BF9605825583CA3A83A3C186754B37C568322
checksum64: 6980877618670D7374E4981CD22AE0BCA1B9F2A3DF7CEF7DF0B333FE3A592287
checksum32: 7419A2F98C915B988636BB3EB57828F5BBEADCD457FF90A8B9C0B018FF46F43C
checksum64: 4EFEA0F31A5BD88AF5B5FFA7FAD156F03B96B3176297A3E47F5F8202C987AE83
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.2175_x86.zip"
file64 = "$toolsDir\gvim_9.0.2175_x64.zip"
file = "$toolsDir\gvim_9.0.2181_x86.zip"
file64 = "$toolsDir\gvim_9.0.2181_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.2175</version>
<version>9.0.2181</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 cb0dfd8

Please sign in to comment.