From b615b3a6e16535511cfce6ff375feb8d85ad69ce Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Wed, 28 Nov 2018 00:10:59 +0000 Subject: [PATCH] AU: 2 updated - dropbox vagrant [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/4eb2e58accae8bca4c76c1d542a0867da77b3ac7 --- automatic/dropbox/dropbox.json | 2 +- automatic/dropbox/dropbox.nuspec | 2 +- automatic/dropbox/tools/chocolateyinstall.ps1 | 4 ++-- automatic/vagrant/tools/chocolateyinstall.ps1 | 8 ++++---- automatic/vagrant/vagrant.nuspec | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/automatic/dropbox/dropbox.json b/automatic/dropbox/dropbox.json index eed924003f7..6025e9bceba 100644 --- a/automatic/dropbox/dropbox.json +++ b/automatic/dropbox/dropbox.json @@ -1,4 +1,4 @@ { - "beta": "62.3.99-beta", + "beta": "63.3.95-beta", "stable": "62.3.99" } diff --git a/automatic/dropbox/dropbox.nuspec b/automatic/dropbox/dropbox.nuspec index ce08fb8913a..b75415b18ac 100644 --- a/automatic/dropbox/dropbox.nuspec +++ b/automatic/dropbox/dropbox.nuspec @@ -2,7 +2,7 @@ dropbox - 62.3.99 + 63.3.95-beta Dropbox Dropbox chocolatey,ferventcoder,the-running-dev diff --git a/automatic/dropbox/tools/chocolateyinstall.ps1 b/automatic/dropbox/tools/chocolateyinstall.ps1 index d8e51d5663c..81013653c3c 100644 --- a/automatic/dropbox/tools/chocolateyinstall.ps1 +++ b/automatic/dropbox/tools/chocolateyinstall.ps1 @@ -3,8 +3,8 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName softwareName = "Dropbox*" - url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2062.3.99%20Offline%20Installer.exe' - checksum = '9ec3435eae4ff49ae2285f15f2e9e9999a266bc9a51ff320682a0a42d33adf01' + url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2063.3.95%20Offline%20Installer.exe' + checksum = '634be424c922d49287d50fd878b9eb746995f5752a023e2785cb1b8a9376da8d' fileType = 'exe' checksumType = 'sha256' silentArgs = '/s' diff --git a/automatic/vagrant/tools/chocolateyinstall.ps1 b/automatic/vagrant/tools/chocolateyinstall.ps1 index 1bc8645af7f..592024d17d2 100644 --- a/automatic/vagrant/tools/chocolateyinstall.ps1 +++ b/automatic/vagrant/tools/chocolateyinstall.ps1 @@ -3,10 +3,10 @@ $packageArgs = @{ packageName = 'vagrant' fileType = 'msi' - url = 'https://releases.hashicorp.com/vagrant/2.2.1/vagrant_2.2.1_i686.msi' - url64bit = 'https://releases.hashicorp.com/vagrant/2.2.1/vagrant_2.2.1_x86_64.msi' - checksum = '54eda24258bbcdff17a69344dd7a08b7c16e1d7e6892c6a578d5374c3bc72dde' - checksum64 = '54e062d8214cdd99e792d4dc0f85f7c3ac4275d3822102992b4003590371e65f' + url = 'https://releases.hashicorp.com/vagrant/2.2.2/vagrant_2.2.2_i686.msi' + url64bit = 'https://releases.hashicorp.com/vagrant/2.2.2/vagrant_2.2.2_x86_64.msi' + checksum = 'd3e7a9f11e8312fc0f8b6d647126b869cfb54e9ba42c9cf74c1241d2d8a82660' + checksum64 = '6b3f76e3a8c63a53e89981f556863c3508635785a8b04e6b04eaea8efe8aefa5' checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = "/qn /norestart" diff --git a/automatic/vagrant/vagrant.nuspec b/automatic/vagrant/vagrant.nuspec index 4c06334c9c1..8b409bb95f1 100644 --- a/automatic/vagrant/vagrant.nuspec +++ b/automatic/vagrant/vagrant.nuspec @@ -4,7 +4,7 @@ vagrant Vagrant (Install) - 2.2.1 + 2.2.2 Mitchell Hashimoto, John Bender, HashiCorp chocolatey, Rob Reynolds, Patrick Wyatt Vagrant - Development environments made easy.