Skip to content

Commit

Permalink
AU: 6 updated - 1password chromium nodejs nodejs.install vscode-insid…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jun 15, 2021
1 parent 5cc752c commit 249e9a8
Show file tree
Hide file tree
Showing 16 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion automatic/1password/1password.json
@@ -1,4 +1,4 @@
{
"OPW": "7.7.810-BETA",
"OPW": "7.7.810",
"OPW4": "4.6.2.626"
}
2 changes: 1 addition & 1 deletion automatic/1password/1password.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>1password</id>
<version>7.7.810-BETA</version>
<version>7.7.810</version>
<title>1Password</title>
<authors>AgileBits</authors>
<owners>chocolatey-community, AgileBits</owners>
Expand Down
2 changes: 1 addition & 1 deletion automatic/1password/tools/chocolateyInstall.ps1
Expand Up @@ -3,7 +3,7 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://c.1password.com/dist/1P/win6/1PasswordSetup-7.7.810-BETA.exe'
url = 'https://c.1password.com/dist/1P/win6/1PasswordSetup-7.7.810.exe'
softwareName = '1Password*'
checksum = '964bc6d616bea36139583961d002ae58039bd96645b71314b4126364cf838931'
checksumType = 'sha256'
Expand Down
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
@@ -1,4 +1,4 @@
{
"snapshots": "93.0.4544.0-snapshots",
"stable": "91.0.4472.101"
"stable": "91.0.4472.106"
}
4 changes: 2 additions & 2 deletions automatic/chromium/chromium.nuspec
Expand Up @@ -3,8 +3,8 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>93.0.4544.0-snapshots</version>
<title>Chromium Snapshots</title>
<version>91.0.4472.106</version>
<title>Chromium</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
<projectUrl>http://www.chromium.org/Home</projectUrl>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/892488/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/892493/mini_installer.exe>
32-Bit software: <https://github.com/Hibbiki/chromium-win32/releases/download/v91.0.4472.106-r870763/mini_installer.sync.exe>
64-Bit software: <https://github.com/Hibbiki/chromium-win64/releases/download/v91.0.4472.106-r870763/mini_installer.sync.exe>
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: D88250ECAA9D58404E02A9FF79BDD2E4C0906BD7AA622FEBF3BB674D9F4F6925
checksum64: 10123AF700B6F221071013FEF3D12A648C137E8831262F028D0BA8A9AAE9D63C
checksum32: 61662CBA1CE73D09CAFCAA896D40CD1F2C600DA6E80F9EA6E4B6AAFDAED73CB2
checksum64: A90B9530BF55060C4CBD749B3B96D304C0263EA4F2CDE93DB0FE2D466A5F07D8

The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/chromium/tools/chocolateyInstall.ps1
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "93.0.4544.0-snapshots"
$version = "91.0.4472.106"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
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.3.0/node-v16.3.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v16.3.0/node-v16.3.0-x64.msi>
32-Bit: <https://nodejs.org/dist/v14.17.1/node-v14.17.1-x86.msi>
64-Bit: <https://nodejs.org/dist/v14.17.1/node-v14.17.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: 54F84CAFC148190FE9C66CACEA324D3DB474EA8EFD196B4655FFCD131398670B
checksum64: CFD65D0441ED94F7A99CC0D6262262AC9D9C77EFED8D3C88FA57FECCE1B2274F
checksum32: 995420F483A181B0E535DD8F4661A7D6FE8F2D1601ADB8DBC48F896D619D5AB0
checksum64: F4CEA916AF6D80784F5D9DAAB59292CEBA04BF636E4E2E6727153F89B1E6990F

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
Expand Up @@ -9,7 +9,7 @@
"5": "5.12.0",
"7": "7.10.1",
"13": "13.14.0",
"14": "14.17.0",
"14": "14.17.1",
"15": "15.14.0",
"16": "16.3.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.3.0</version>
<version>14.17.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
Expand Up @@ -2,8 +2,8 @@

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

$filePath32 = "$toolsPath\node-v16.3.0-x86.msi"
$filePath64 = "$toolsPath\node-v16.3.0-x64.msi"
$filePath32 = "$toolsPath\node-v14.17.1-x86.msi"
$filePath64 = "$toolsPath\node-v14.17.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
2 changes: 1 addition & 1 deletion automatic/nodejs/nodejs.json
Expand Up @@ -9,7 +9,7 @@
"5": "5.12.0",
"7": "7.10.1",
"13": "13.14.0",
"14": "14.17.0",
"14": "14.17.1",
"15": "15.14.0",
"16": "16.3.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.3.0</version>
<version>14.17.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="[16.3.0]" />
<dependency id="nodejs.install" version="[14.17.1]" />
</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/e1161be26874f0d39a5b9cdeb2c5fbfd4f83bb80/VSCodeSetup-ia32-1.58.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/e1161be26874f0d39a5b9cdeb2c5fbfd4f83bb80/VSCodeSetup-x64-1.58.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/b79d23d3568db6c926c5ac428457c31f4dfc1c00/VSCodeSetup-ia32-1.58.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/b79d23d3568db6c926c5ac428457c31f4dfc1c00/VSCodeSetup-x64-1.58.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = '74893788194fac9bdcd2d41ac3a1aed88aecdd1af1e47bf5873397f3547dc572ae885c3376bd457c14a74784d7b37b01392fcfd23c025a49ca1bcdbacf7567c9'
checksum = 'af37f9126b5a9b3a59406920220a0fe55069c4ca6b3a2fbd05eeea992ca64a01d418e5f2c5b747612b6e577dc0919e837811a4ebbc0e9f403af04e9d6d16d9f1'
checksumType = 'sha512'
checksum64 = 'da1054c5eb7b1bf328f32dd0735bf395f317c220ba3633128a4c3f7a0460400d20bb62ee7693fd9dc24dad9889b8112e2d66bd226acc0de52f8d05c4a1d4b643'
checksum64 = '1c1fc7ca5d9000738330f18b6c3cc82742c805fe41b82e5e4120f14da916a53be23b44366ff213247f1795d3884e790a3c33ea2cc1090a2324257b72feb1bdcf'
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.58.0.20210614</version>
<version>1.58.0.20210615</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.58.0.20210614</version>
<version>1.58.0.20210615</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.58.0.20210614]" />
<dependency id="vscode-insiders.install" version="[1.58.0.20210615]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit 249e9a8

Please sign in to comment.