Skip to content

Commit

Permalink
AU: 6 updated - 1password dropbox gnupg mattermost-desktop nodejs nod…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Oct 12, 2021
1 parent 3d42310 commit fcfd555
Show file tree
Hide file tree
Showing 18 changed files with 37 additions and 37 deletions.
2 changes: 1 addition & 1 deletion automatic/1password/1password.json
@@ -1,4 +1,4 @@
{
"OPW": "7.8.820",
"OPW": "7.9.822",
"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.8.820</version>
<version>7.9.822</version>
<title>1Password</title>
<authors>AgileBits</authors>
<owners>chocolatey-community, AgileBits</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/1password/tools/chocolateyInstall.ps1
Expand Up @@ -3,9 +3,9 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://c.1password.com/dist/1P/win6/1PasswordSetup-7.8.820.exe'
url = 'https://c.1password.com/dist/1P/win6/1PasswordSetup-7.9.822.exe'
softwareName = '1Password*'
checksum = 'cb793c47036b176681eb0e9f000bc73af6bd33bdcd4c8bcbd27668f852130c4f'
checksum = 'c1456c24300f96ad895163b4db723bdff840c164c40bb0cca680558c25a4c236'
checksumType = 'sha256'
silentArgs = "--silent"
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.json
@@ -1,4 +1,4 @@
{
"beta": "133.3.4085-beta",
"stable": "132.4.3800"
"stable": "133.4.4089"
}
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>133.3.4085-beta</version>
<version>133.4.4089</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 = '133.3.4085'
$version = '133.4.4089'

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%20133.3.4085%20Offline%20Installer.exe'
checksum = 'a1614a2ccbe5a1f7322d0cda47bca44346ea301989dcba52ab30f5813af819ad'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20133.4.4089%20Offline%20Installer.exe'
checksum = '6bb378a52fffd7df8f2fc589d4b436fd0568934bc8844a0916daf581778f38f2'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down
2 changes: 1 addition & 1 deletion automatic/gnupg/gnupg.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>gnupg</id>
<version>2.3.2</version>
<version>2.3.3</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/gnupg</packageSourceUrl>
<owners>chocolatey-community, ludicrousByte, wget</owners>
<title>GnuPG</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/gnupg/legal/VERIFICATION.txt
Expand Up @@ -6,13 +6,13 @@ The installer have been downloaded from the official source listed on <https://w
and can be verified like this:

1. Download the following installer:
32-bit: <https://www.gnupg.org/ftp/gcrypt/binary/gnupg-w32-2.3.2_20210824.exe>
32-bit: <https://www.gnupg.org/ftp/gcrypt/binary/gnupg-w32-2.3.3_20211012.exe>
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: 8F6C1E248DF6EB7BB3BFDDCFAA5744D09575C017F02720B6120D6AF062EC1443
checksum32: 1A85AB43A5E9AE86919C0CC639FFC96DDD76DC7B5E14295FBE4C282CBD447297

License files are obtained from:
- LICENSE.txt: <https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=blob;f=COPYING;h=ccbbaf61b794c7aaea10dffb486095fdc8f3a44a;hb=refs/heads/master>
Expand Down
2 changes: 1 addition & 1 deletion automatic/gnupg/tools/chocolateyInstall.ps1
Expand Up @@ -6,7 +6,7 @@ $packageArgs = @{
packageName = $Env:ChocolateyPackageName
fileType = 'EXE'
softwareName = 'GNU Privacy Guard*'
file = "$toolsDir\gnupg-w32-2.3.2_20210824.exe"
file = "$toolsDir\gnupg-w32-2.3.3_20211012.exe"
silentArgs = '/S'
validExitCodes = @(0)
}
Expand Down
8 changes: 4 additions & 4 deletions automatic/mattermost-desktop/legal/VERIFICATION.txt
Expand Up @@ -6,14 +6,14 @@ The installer have been downloaded from the Github release page <https://github.
and can be verified like this:

1. Download the following installers:
32-Bit: <https://releases.mattermost.com/desktop/4.7.2/mattermost-desktop-4.7.2-x86.msi>
64-Bit: <https://releases.mattermost.com/desktop/4.7.2/mattermost-desktop-4.7.2-x64.msi>
32-Bit: <https://releases.mattermost.com/desktop/5.0.0/mattermost-desktop-5.0.0-x86.msi>
64-Bit: <https://releases.mattermost.com/desktop/5.0.0/mattermost-desktop-5.0.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: 54A9159F34C9D2CD35B3944658EE597D1B5D4EF06A781FAD0757CB5E713BDB52
checksum64: 79186E60AC678F7753BB73A1C57A70A3B5A539AE4E920E8C88C3F0911855C1D2
checksum32: 90305871FF1590B8768A39379DA63C34975C83E584088FE96F382DBC1C4D335C
checksum64: 031B0915924B8ACD9928C5C1056535E5D56FF2774E506EAB3A62E8455A6FB04E

File 'LICENSE.txt' is obtained from <https://github.com/mattermost/desktop/blob/06ddc6099e9b6296e7031c04e3e4bd29743bedb4/LICENSE.txt>
2 changes: 1 addition & 1 deletion automatic/mattermost-desktop/mattermost-desktop.nuspec
Expand Up @@ -6,7 +6,7 @@
<metadata>
<id>mattermost-desktop</id>
<title>Mattermost Desktop</title>
<version>4.7.2</version>
<version>5.0.0</version>
<authors>https://github.com/mattermost/desktop/graphs/contributors</authors>
<owners>chocolatey-community,wget, hans0</owners>
<summary>Native desktop application for Mattermost running on Windows</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/mattermost-desktop/tools/chocolateyInstall.ps1
Expand Up @@ -5,10 +5,10 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = 'mattermost-desktop'
fileType = 'msi'
file = "$toolsDir\mattermost-desktop-4.7.2-x86.msi"
file64 = "$toolsDir\mattermost-desktop-4.7.2-x64.msi"
checksum = '54A9159F34C9D2CD35B3944658EE597D1B5D4EF06A781FAD0757CB5E713BDB52'
checksum64 = '79186E60AC678F7753BB73A1C57A70A3B5A539AE4E920E8C88C3F0911855C1D2'
file = "$toolsDir\mattermost-desktop-5.0.0-x86.msi"
file64 = "$toolsDir\mattermost-desktop-5.0.0-x64.msi"
checksum = '90305871FF1590B8768A39379DA63C34975C83E584088FE96F382DBC1C4D335C'
checksum64 = '031B0915924B8ACD9928C5C1056535E5D56FF2774E506EAB3A62E8455A6FB04E'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
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.11.0/node-v16.11.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v16.11.0/node-v16.11.0-x64.msi>
32-Bit: <https://nodejs.org/dist/v16.11.1/node-v16.11.1-x86.msi>
64-Bit: <https://nodejs.org/dist/v16.11.1/node-v16.11.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: 8BE850C1384B5E96437FF2B884CB5ADD60BD44960863406DFDDFBC08DC9C96A9
checksum64: EC495FAFFE733E998FD78EFA7C6C8DE047690BAD2A6CD4CA088FBED72FF68358
checksum32: F4C40C7B235FEEFC59D3FEDA691035A2F62BD9D6989185ABB8AACB6E23D955BB
checksum64: F712BD1995C2F6B81450433554AE726C0FFA14B5DBBCEF8C3462A0B58AC52FE8

File 'LICENSE.txt' is obtained from <https://github.com/nodejs/node/blob/03023fa7ae060c082a014f792d5d1f481a599460/LICENSE>
6 changes: 3 additions & 3 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.6",
"12": "12.22.7",
"5": "5.12.0",
"7": "7.10.1",
"13": "13.14.0",
"14": "14.18.0",
"14": "14.18.1",
"15": "15.14.0",
"16": "16.11.0"
"16": "16.11.1"
}
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.11.0</version>
<version>16.11.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.11.0-x86.msi"
$filePath64 = "$toolsPath\node-v16.11.0-x64.msi"
$filePath32 = "$toolsPath\node-v16.11.1-x86.msi"
$filePath64 = "$toolsPath\node-v16.11.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
6 changes: 3 additions & 3 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.6",
"12": "12.22.7",
"5": "5.12.0",
"7": "7.10.1",
"13": "13.14.0",
"14": "14.18.0",
"14": "14.18.1",
"15": "15.14.0",
"16": "16.11.0"
"16": "16.11.1"
}
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.11.0</version>
<version>16.11.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.11.0]" />
<dependency id="nodejs.install" version="[16.11.1]" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit fcfd555

Please sign in to comment.