Skip to content

Commit

Permalink
AU: 7 updated - dropbox GoogleChrome nodejs nodejs.install tixati tix…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 18, 2019
1 parent ed5ff52 commit 0ae213b
Show file tree
Hide file tree
Showing 18 changed files with 44 additions and 44 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": "87.3.131-beta",
"stable": "85.4.155"
"beta": "88.3.161-beta",
"stable": "87.4.138"
}
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>87.3.131-beta</version>
<version>87.4.138</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey,ferventcoder,the-running-dev</owners>
Expand Down
6 changes: 3 additions & 3 deletions automatic/dropbox/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
if(!$PSScriptRoot){ $PSScriptRoot = Split-Path $MyInvocation.MyCommand.Path -Parent }
. "$PSScriptRoot\helper.ps1"

$version = '87.3.131'
$version = '87.4.138'

if (!(IsVersionAlreadyInstalled $version)) {
$stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) {$false} else {$true}
Expand All @@ -11,8 +11,8 @@ if (!(IsVersionAlreadyInstalled $version)) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox"
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2087.3.131%20Offline%20Installer.exe'
checksum = 'e6d8e6314c6afa241d15a5005514236dd1091377905b45b0bfa3e64e3fe58e33'
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2087.4.138%20Offline%20Installer.exe'
checksum = '8bfff581d32c69fd564367ad5c9fc995dd5a59cd0a4e7be843b4c2be8079bec5'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down
2 changes: 1 addition & 1 deletion automatic/googlechrome/googlechrome.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>GoogleChrome</id>
<version>79.0.3945.79</version>
<version>79.0.3945.88</version>
<title>Google Chrome</title>
<owners>chocolatey</owners>
<authors>Google Inc.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechrome/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$version = '79.0.3945.79'
$version = '79.0.3945.88'
if ($version -eq (Get-ChromeVersion)) {
Write-Host "Google Chrome $version is already installed."
return
Expand All @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'MSI'
url = 'https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise.msi'
url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise64.msi'
checksum = '55df7f55190b6f1a6602e743fc0c8e688221d7eb7274f23a5d1c7777d7b48f70'
checksum64 = '2e31d8b642c404eafc921bf4eef7b66501e29e96384a77aff644925b4ddc4b85'
checksum = 'ea5e848476302c649a6bad4979c08de122835e27dcff4e9343bdebf1e3dcba72'
checksum64 = 'bf9ab1936ecebf1c1a9477dc7b11d860638ac9042139f56dfc20e5b74db375e8'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
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 have been downloaded from GitHub and can be verified like this:

1. Download the following installers:
32-Bit: <https://nodejs.org/dist/v13.2.0/node-v13.2.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v13.2.0/node-v13.2.0-x64.msi>
32-Bit: <https://nodejs.org/download/release/latest-v8.x/node-v8.17.0-x86.msi>
64-Bit: <https://nodejs.org/download/release/latest-v8.x/node-v8.17.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: E0169DBA11FD29C556A0B3C2BCB39F16D31A706F3141AB7290CBE025B6F49817
checksum64: 64522732B95FAA408240BCC21AA4296462297C99EDF6D9A426DAD757B10279AD
checksum32: 4DD333F7E11177E7A8CC7BD91F0FC74A4BA241797B1F328BEE670D41E847D65B
checksum64: 587064CE90BA373DE075409A558E196DD58B502FFEC4858EA5EF91EBB10288C3

File 'LICENSE.txt' is obtained from <https://github.com/nodejs/node/blob/03023fa7ae060c082a014f792d5d1f481a599460/LICENSE>
8 changes: 4 additions & 4 deletions automatic/nodejs.install/nodejs.install.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"4": "4.9.1",
"6": "6.17.1",
"8": "8.16.2",
"8": "8.17.0",
"9": "9.11.2",
"10": "10.17.0",
"10": "10.18.0",
"11": "11.15.0",
"12": "12.13.1",
"12": "12.14.0",
"5": "5.12.0",
"7": "7.10.1",
"13": "13.2.0"
"13": "13.4.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>13.2.0</version>
<version>8.17.0</version>
<authors>Node.js Foundation</authors>
<owners>chocolatey, Rob Reynolds</owners>
<summary>Node JS - Evented I/O for v8 JavaScript.</summary>
Expand Down
6 changes: 3 additions & 3 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-v13.2.0-x86.msi"
$filePath64 = "$toolsPath\node-v13.2.0-x64.msi"
$filePath32 = "$toolsPath\node-v8.17.0-x86.msi"
$filePath64 = "$toolsPath\node-v8.17.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 All @@ -13,7 +13,7 @@ $packageArgs = @{
FileType = 'msi'
SoftwareName = 'Node.js'
File = $installFile
SilentArgs = '/quiet ADDLOCAL=ALL REMOVE=NodeEtwSupport'
SilentArgs = '/quiet ADDLOCAL=ALL REMOVE=NodeEtwSupport,NodePerfCtrSupport'
ValidExitCodes = @(0)
}
Install-ChocolateyInstallPackage @packageArgs
Expand Down
8 changes: 4 additions & 4 deletions automatic/nodejs/nodejs.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"4": "4.9.1",
"6": "6.17.1",
"8": "8.16.2",
"8": "8.17.0",
"9": "9.11.2",
"10": "10.17.0",
"10": "10.18.0",
"11": "11.15.0",
"12": "12.13.1",
"12": "12.14.0",
"5": "5.12.0",
"7": "7.10.1",
"13": "13.3.0"
"13": "13.4.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>13.3.0</version>
<version>8.17.0</version>
<authors>Node.js Foundation</authors>
<owners>chocolatey, 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="[13.3.0]" />
<dependency id="nodejs.install" version="[8.17.0]" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion automatic/tixati.portable/tixati.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>tixati.portable</id>
<title>Tixati Portable</title>
<version>2.64</version>
<version>2.65</version>
<authors>Kevin Hearn</authors>
<owners>chocolatey</owners>
<summary>Tixati is a cross-platform BitTorrent client written in C++ that has been designed to be light on system resources.</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/tixati.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition

$packageArgs = @{
packageName = 'tixati.portable'
url = 'https://download2.tixati.com/download/tixati-2.64-1.portable.zip'
checksum = 'dfdb724208f4c9ee82c1a0bc4d12a2dd82fea30ffb2b206070729cc8cf42e40c'
url = 'https://download2.tixati.com/download/tixati-2.65-1.portable.zip'
checksum = 'df43404c5dfc2ef4b00e42ff25505bc188de1ad008b7d3e781822b3bffe51aed'
checksumType = 'sha256'
unzipLocation = $toolsPath
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/tixati/tixati.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>tixati</id>
<title>Tixati</title>
<version>2.64</version>
<version>2.65</version>
<authors>Kevin Hearn</authors>
<owners>Redsandro</owners>
<summary>Tixati is a cross-platform BitTorrent client written in C++ that has been designed to be light on system resources.</summary>
Expand Down
10 changes: 5 additions & 5 deletions automatic/tixati/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
$ErrorActionPreference = 'Stop'

$packageName = 'tixati'
$fileName = 'tixati-2.64-1.install.exe'
$fileName = 'tixati-2.65-1.install.exe'
$download_dir = "$Env:TEMP\chocolatey\$packageName\$Env:ChocolateyPackageVersion"

$packageArgs = @{
packageName = $packageName
fileFullPath = "$download_dir\$fileName"
url = 'https://download1.tixati.com/download/tixati-2.64-1.win32-install.exe'
url64bit = 'https://download1.tixati.com/download/tixati-2.64-1.win64-install.exe'
checksum = '997808b1d252e44508db50c284935c6012835076445fbeba6de8f989edddc0fb'
checksum64 = '2e6252380971cf13e04c43334b5ed30edfbc2c17f4d4c45bac7e01fe4d3229d8'
url = 'https://download1.tixati.com/download/tixati-2.65-1.win32-install.exe'
url64bit = 'https://download1.tixati.com/download/tixati-2.65-1.win64-install.exe'
checksum = '37ee8eb839753749ca79e724cc73504c8dfe67d47d7a7031f9c614b5a9e71672'
checksum64 = 'ff949746aca4e4cb91c7c42a4a9fb4156253a1239e65ada707dd9e017222e5fa'
checksumType = 'sha256'
checksumType64 = 'sha256'
}
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/v8.2.0014/gvim_8.2.0014_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0014/gvim_8.2.0014_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0019/gvim_8.2.0019_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0019/gvim_8.2.0019_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: 9E25AAF37A39E6DAE2B7224DF89B0222D8B429F19A885FCA09DA56ECF2953FF1
checksum64: 23559B0AAF87EC164E8C17E255B727C0D10DBCB9996F5DF9C79B1B85E3B67411
checksum32: 5068FE932B47990CA281453EF0E42CA307BA7628BE396B1AC5B894CB6A9AA887
checksum64: C9A382513CACF523B13E29BD960F1A049043FD27CEBC64AB57E81AD04412A670
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_8.2.0014_x86.zip"
file64 = "$toolsDir\gvim_8.2.0014_x64.zip"
file = "$toolsDir\gvim_8.2.0019_x86.zip"
file64 = "$toolsDir\gvim_8.2.0019_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>8.2.0014</version>
<version>8.2.0019</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey, Rob Reynolds, matsuhav</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 0ae213b

Please sign in to comment.