Skip to content

Commit

Permalink
AU: 6 updated - dropbox nodejs nodejs.install vscode-insiders vscode-…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Aug 31, 2021
1 parent d5f661a commit 0be315f
Show file tree
Hide file tree
Showing 16 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.json
@@ -1,4 +1,4 @@
{
"beta": "130.3.4964-beta",
"stable": "129.4.3571"
"stable": "130.4.4978"
}
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.nuspec
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>dropbox</id>
<version>130.3.4964-beta</version>
<version>130.4.4978</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey-community,ferventcoder,the-running-dev</owners>
Expand Down
6 changes: 3 additions & 3 deletions automatic/dropbox/tools/chocolateyinstall.ps1
Expand Up @@ -4,7 +4,7 @@ if (!$PSScriptRoot) {
}
. "$PSScriptRoot\helper.ps1"

$version = '130.3.4964'
$version = '130.4.4978'

if (!(IsVersionAlreadyInstalled $version)) {
$stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) { $false } else { $true }
Expand All @@ -13,8 +13,8 @@ if (!(IsVersionAlreadyInstalled $version)) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox"
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20130.3.4964%20Offline%20Installer.exe'
checksum = 'a3a2856e80ca327c9aa0dcb33edb85f4662d04cbac19f95b9e76b5d6a6b0f305'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20130.4.4978%20Offline%20Installer.exe'
checksum = '5e843dfb0f9e3c01539f0048673e5014db374d06127d25ffd35c0075d5998457'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down
8 changes: 4 additions & 4 deletions automatic/nodejs.install/legal/VERIFICATION.txt
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/v16.8.0/node-v16.8.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v16.8.0/node-v16.8.0-x64.msi>
32-Bit: <https://nodejs.org/dist/v14.17.6/node-v14.17.6-x86.msi>
64-Bit: <https://nodejs.org/dist/v14.17.6/node-v14.17.6-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: 6A2868F3F4DF8B0F4D060AE1F305F27D499248C0B260759C058D27D6C90BA66B
checksum64: FE18C039BFCCA609E2601C10C26FDDD335794C1C3065E80E58985E744BB6FFE5
checksum32: 5A8225D7DBBE5707B183E89C2FF779A9DB7826A94F83D99CD6C879EC60044C3F
checksum64: E72CEB05C7596A6E381172369DCE1C374A2B09EE739DCA330BE58F3977B5C03D

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
Expand Up @@ -5,11 +5,11 @@
"9": "9.11.2",
"10": "10.24.1",
"11": "11.15.0",
"12": "12.22.5",
"12": "12.22.6",
"5": "5.12.0",
"7": "7.10.1",
"13": "13.14.0",
"14": "14.17.5",
"14": "14.17.6",
"15": "15.14.0",
"16": "16.8.0"
}
2 changes: 1 addition & 1 deletion automatic/nodejs.install/nodejs.install.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>nodejs.install</id>
<title>Node JS (Install)</title>
<version>16.8.0</version>
<version>14.17.6</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
Expand Up @@ -2,8 +2,8 @@

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

$filePath32 = "$toolsPath\node-v16.8.0-x86.msi"
$filePath64 = "$toolsPath\node-v16.8.0-x64.msi"
$filePath32 = "$toolsPath\node-v14.17.6-x86.msi"
$filePath64 = "$toolsPath\node-v14.17.6-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
Expand Up @@ -5,11 +5,11 @@
"9": "9.11.2",
"10": "10.24.1",
"11": "11.15.0",
"12": "12.22.5",
"12": "12.22.6",
"5": "5.12.0",
"7": "7.10.1",
"13": "13.14.0",
"14": "14.17.5",
"14": "14.17.6",
"15": "15.14.0",
"16": "16.8.0"
}
4 changes: 2 additions & 2 deletions automatic/nodejs/nodejs.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>nodejs</id>
<title>Node JS</title>
<version>16.8.0</version>
<version>14.17.6</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="[16.8.0]" />
<dependency id="nodejs.install" version="[14.17.6]" />
</dependencies>
</metadata>
<files>
Expand Down
8 changes: 4 additions & 4 deletions automatic/vscode-insiders.install/tools/chocolateyInstall.ps1
Expand Up @@ -22,14 +22,14 @@ function Get-MergeTasks {
$packageArgs = @{
packageName = "$env:ChocolateyPackageName"
fileType = 'exe'
url = 'https://az764295.vo.msecnd.net/insider/44a4b19a910a287adef4daaeabcf68f2ba893c35/VSCodeSetup-ia32-1.60.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/44a4b19a910a287adef4daaeabcf68f2ba893c35/VSCodeSetup-x64-1.60.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/efaa9c304bba61bdce8b0d39db5df94ce3a53fb6/VSCodeSetup-ia32-1.60.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/efaa9c304bba61bdce8b0d39db5df94ce3a53fb6/VSCodeSetup-x64-1.60.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = '1beba124c77fa8f5892d244ba70147eada7e800466c711341f05dafd4f3904cfd4087b8cc40c0adfd785f489a7fd1ec358a9c8d7eeca254ee9f283abc3f138c0'
checksum = 'abc978887af4227f516aac1b2b14d43a0dc8b386319d48547b9760b2dee006cd3773df16d5f00215e8fbead8865b4c4c39b894238569b6566fe7d16dc93bc7de'
checksumType = 'sha512'
checksum64 = 'f7408b0b25ed41252ac1ed8e2995cb6a406dfb84ad0ff6264dcb6f4bbd6737aa9bfb678fed556a0fbd14d27963e238111fd06c5c56502a4ec5c2305f56788bf4'
checksum64 = '7b4201dd5ae5f590aa7cea9b7d8c9f50a49236e855f376be2b9b70efd79139d25c3c82602b9cba2a2bccdf14be0c28475ab23cbd358c717793ab71f64405a5cc'
checksumType64 = 'sha512'

silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation)
Expand Down
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders.install</id>
<title>Visual Studio Code Insiders (Install)</title>
<version>1.60.0.20210830</version>
<version>1.60.0.20210831</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/vscode-insiders/vscode-insiders.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders</id>
<title>Visual Studio Code Insiders</title>
<version>1.60.0.20210830</version>
<version>1.60.0.20210831</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down Expand Up @@ -47,7 +47,7 @@ Example: `choco install vscode-insiders --params "/NoDesktopIcon /DontAddToPath"
]]></description>
<tags>microsoft visualstudiocode visualstudiocode-insiders vscode vscode-insiders development editor ide javascript typescript admin foss cross-platform</tags>
<dependencies>
<dependency id="vscode-insiders.install" version="[1.60.0.20210830]" />
<dependency id="vscode-insiders.install" version="[1.60.0.20210831]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down
4 changes: 2 additions & 2 deletions automatic/waterfox/legal/VERIFICATION.txt
Expand Up @@ -5,12 +5,12 @@ in verifying that this package's contents are trustworthy.
The installer have been downloaded from their official download link listed on <https://www.waterfox.net/releases/>
and can be verified like this:

1. Download <https://cdn.waterfox.net/releases/win64/installer/Waterfox%20Classic%202021.08%20Setup.exe>
1. Download <https://cdn.waterfox.net/releases/win64/installer/Waterfox%20Classic%202021.08.1%20Setup.exe>
2. Then use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum: FA21EAD9DC3CF36FC6A5CB73D69C452C3B77FDC3AB82FC1DC9E6C8C20CD8349B
checksum: D79CA20EC9C458FFFCB41B8E17BE1FF1D44EB4F546A1CFBC5D553E82ADFC8614

File 'LICENSE.md' is obtained from <https://github.com/MrAlex94/Waterfox/blob/1bc2fb60abf0fa173b69ca94f660115d76f09f4f/LICENSE>
2 changes: 1 addition & 1 deletion automatic/waterfox/tools/chocolateyInstall.ps1
Expand Up @@ -10,7 +10,7 @@ $packageArgs = @{
packageName = 'waterfox-classic'
fileType = 'exe'
softwareName = 'Waterfox*'
file = "$toolsDir\Waterfox Classic 2021.08 Setup_x64.exe"
file = "$toolsDir\Waterfox Classic 2021.08.1 Setup_x64.exe"
silentArgs = "/S"
validExitCodes= @(0)
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/waterfox/waterfox.json
@@ -1,4 +1,4 @@
{
"current": "21083.2.5",
"classic": "2021.08"
"classic": "2021.08.1"
}
2 changes: 1 addition & 1 deletion automatic/waterfox/waterfox.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>waterfox-classic</id>
<version>2021.08</version>
<version>2021.08.1</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/waterfox</packageSourceUrl>
<owners>chocolatey-community,tonigellida,admiringworm</owners>
<title>Waterfox classic</title>
Expand Down

0 comments on commit 0be315f

Please sign in to comment.