Skip to content

Commit

Permalink
AU: 2 updated - dropbox vcredist2017
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Aug 14, 2019
1 parent 25b479f commit 5353c44
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 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": "79.3.136-beta",
"stable": "79.3.121"
"beta": "80.3.110-beta",
"stable": "79.4.143"
}
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>79.3.136-beta</version>
<version>79.4.143</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 = '79.3.136'
$version = '79.4.143'

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%2079.3.136%20Offline%20Installer.exe'
checksum = 'f399857a1f6aa1dc8693023cc9e3accd24d9394187763ec55d72bd8b1d3e29ad'
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2079.4.143%20Offline%20Installer.exe'
checksum = 'a9d7d767bf83d3b08925a3200e2022906227a78e8dd9bedfdbbf67097889e785'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down
2 changes: 1 addition & 1 deletion automatic/vcredist2017/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@d8a28da83b3b9bf058e1fbbeed5ce74329b73245/icons/vcredist2017.png" width="48" height="48"/> [Microsoft Visual C++ Redistributable for Visual Studio 2017](https://chocolatey.org/packages/vcredist2017)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@d8a28da83b3b9bf058e1fbbeed5ce74329b73245/icons/vcredist2017.png" width="48" height="48"/> [Microsoft Visual C++ Redistributable for Visual Studio 2017](https://chocolatey.org/packages/vcredist2017)

Microsoft Visual C++ Redistributable for Visual Studio 2017 installs run-time components of Visual C++ libraries. These components are required to run C++ applications that are developed using Visual Studio 2017 and link dynamically to Visual C++ libraries. The packages can be used to run such applications on a computer even if it does not have Visual Studio 2017 installed. These packages also install run-time components of C Runtime (CRT), Standard C++, MFC, C++ AMP, and OpenMP libraries.

Expand Down
2 changes: 1 addition & 1 deletion automatic/vcredist2017/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"0f36f4518bfd41:0"|14.16.27027.1
"539758c4743d51:0"|14.16.27033
8 changes: 4 additions & 4 deletions automatic/vcredist2017/vcredist2017.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>vcredist2017</id>
<version>14.16.27027.20190415</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/vcredist2017</packageSourceUrl>
<version>14.16.27033</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/vcredist2017</packageSourceUrl>
<owners>chocolatey,jberezanski</owners>
<title>Microsoft Visual C++ Redistributable for Visual Studio 2017</title>
<authors>Microsoft</authors>
<projectUrl>https://blogs.msdn.microsoft.com/visualstudio/2017/03/07/announcing-visual-studio-2017-general-availability-and-more/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@d8a28da83b3b9bf058e1fbbeed5ce74329b73245/icons/vcredist2017.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@d8a28da83b3b9bf058e1fbbeed5ce74329b73245/icons/vcredist2017.png</iconUrl>
<copyright>https://www.microsoft.com/en-us/legal/intellectualproperty/permissions</copyright>
<licenseUrl>http://msdn.microsoft.com/en-US/cc300389.aspx</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand All @@ -32,7 +32,7 @@ This package is only a metapackage which points to the latest Visual C++ Redistr
14.16.27027.20190415: Fixed dependency on vcredist140 so that this package no longer prevents updating vcredist140 to a later version.
</releaseNotes>
<dependencies>
<dependency id="vcredist140" version="14.16.27027.1" />
<dependency id="vcredist140" version="14.16.27033" />
</dependencies>
</metadata>
<files />
Expand Down

0 comments on commit 5353c44

Please sign in to comment.