From 5ec3c8cb7fff7e90aa841f87bb9d84375057de73 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Fri, 3 Sep 2021 21:41:16 +0000 Subject: [PATCH] AU: 2 updated - dropbox Minikube [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/4ac8d528e17dad670dbd4c2ffa59c8c86a16fb7d --- automatic/dropbox/dropbox.json | 2 +- automatic/dropbox/dropbox.nuspec | 2 +- automatic/dropbox/tools/chocolateyinstall.ps1 | 6 +++--- automatic/minikube/legal/VERIFICATION.txt | 6 +++--- automatic/minikube/minikube.nuspec | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/automatic/dropbox/dropbox.json b/automatic/dropbox/dropbox.json index ea1e32c8a74..5f4f3a77cd5 100644 --- a/automatic/dropbox/dropbox.json +++ b/automatic/dropbox/dropbox.json @@ -1,4 +1,4 @@ { - "beta": "131.3.3936-beta", + "beta": "131.3.3938-beta", "stable": "130.4.4978" } diff --git a/automatic/dropbox/dropbox.nuspec b/automatic/dropbox/dropbox.nuspec index 10b68f5bba6..454b5dc84de 100644 --- a/automatic/dropbox/dropbox.nuspec +++ b/automatic/dropbox/dropbox.nuspec @@ -2,7 +2,7 @@ dropbox - 131.3.3936-beta + 131.3.3938-beta Dropbox Dropbox chocolatey-community,ferventcoder,the-running-dev diff --git a/automatic/dropbox/tools/chocolateyinstall.ps1 b/automatic/dropbox/tools/chocolateyinstall.ps1 index d301e08454c..9150029fcd2 100644 --- a/automatic/dropbox/tools/chocolateyinstall.ps1 +++ b/automatic/dropbox/tools/chocolateyinstall.ps1 @@ -4,7 +4,7 @@ if (!$PSScriptRoot) { } . "$PSScriptRoot\helper.ps1" -$version = '131.3.3936' +$version = '131.3.3938' if (!(IsVersionAlreadyInstalled $version)) { $stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) { $false } else { $true } @@ -13,8 +13,8 @@ if (!(IsVersionAlreadyInstalled $version)) { $packageArgs = @{ packageName = $env:ChocolateyPackageName softwareName = "Dropbox" - url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20131.3.3936%20Offline%20Installer.exe' - checksum = 'cd01a399d287a180d7c1fe108fc55d2401a4c3d1afac29b509df9ad40ea2df65' + url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20131.3.3938%20Offline%20Installer.exe' + checksum = '42974eab765b96d0292c6dbfefd0a4125e5bc316846eba4bfa68afe2d3b28ee9' fileType = 'exe' checksumType = 'sha256' silentArgs = '/s' diff --git a/automatic/minikube/legal/VERIFICATION.txt b/automatic/minikube/legal/VERIFICATION.txt index 50d0711b274..cd61cd1163e 100644 --- a/automatic/minikube/legal/VERIFICATION.txt +++ b/automatic/minikube/legal/VERIFICATION.txt @@ -4,11 +4,11 @@ Verification is intended to assist the Chocolatey moderators and community in verifying that this package's contents are trustworthy. The embedded software has been downloaded from the listed Google Cloud Storage download -location on , Distribution section +location on , Distribution section and can be verified by doing the following: 1. Download the following: - software: + software: 2. Get the checksum using one of the following methods: - Using powershell function 'Get-FileHash' @@ -17,6 +17,6 @@ and can be verified by doing the following: 3. The checksums should match the following: checksum type: - checksum: 8764CA0E290B4420C5EC82371BCC1B542990A93BDF771578623554BE32319D08 + checksum: 7B7F4C7BE4FD954037DBB0F05EF5631F1B453D0D08C8DE7C4D402261816B50AC The file 'LICENSE.txt' has been obtained from diff --git a/automatic/minikube/minikube.nuspec b/automatic/minikube/minikube.nuspec index b3fc5119184..d6d909fd038 100644 --- a/automatic/minikube/minikube.nuspec +++ b/automatic/minikube/minikube.nuspec @@ -3,7 +3,7 @@ Minikube - 1.22.0 + 1.23.0 https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/minikube chocolatey-community,Andrei Bejenaru Minikube: Run Kubernetes locally @@ -34,7 +34,7 @@ Minikube supports Kubernetes features such as: #### Note: Windows support is limited to 64bit systems. ]]> - https://github.com/kubernetes/minikube/blob/v1.22.0/CHANGELOG.md + https://github.com/kubernetes/minikube/blob/v1.23.0/CHANGELOG.md