Skip to content

Commit

Permalink
AU: 3 updated - dropbox Minikube smartftp
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 12, 2020
1 parent 08990a1 commit 685b7cd
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"beta": "97.3.460-beta",
"beta": "97.3.465-beta",
"stable": "97.3.451"
}
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>97.3.460-beta</version>
<version>97.3.465-beta</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 = '97.3.460'
$version = '97.3.465'

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%2097.3.460%20Offline%20Installer.exe'
checksum = '9fbe38dbcd6da8b4859a659c4523e5e6e4cdfffe4c8df71086ef1a750d3e79e6'
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2097.3.465%20Offline%20Installer.exe'
checksum = '53ac69dcdb3c391f2fbfb1b40dbdd94523de92061b76595b06d9c2355a294268'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down
6 changes: 3 additions & 3 deletions automatic/minikube/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/kubernetes/minikube/releases/tag/v1.9.2>, Distribution section
location on <https://github.com/kubernetes/minikube/releases/tag/v1.10.0>, Distribution section
and can be verified by doing the following:

1. Download the following:
software: <https://storage.googleapis.com/minikube/releases/v1.9.2/minikube-windows-amd64.exe>
software: <https://storage.googleapis.com/minikube/releases/v1.10.0/minikube-windows-amd64.exe>

2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
Expand All @@ -17,6 +17,6 @@ and can be verified by doing the following:
3. The checksums should match the following:

checksum type:
checksum: 426586F33D88A484FDC5A3B326B0651D57860E9305A4F9D4180640E3BECCAF6B
checksum: 9C3410FF03ED0D114E98CBD8CB1B14A3A131E69D92BD964B114CE07FA8385E70

The file 'LICENSE.txt' has been obtained from <https://github.com/kubernetes/minikube/blob/9cf84c2acdd84b98349dce91aac76a933d4ea388/LICENSE>
6 changes: 3 additions & 3 deletions automatic/minikube/minikube.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>minikube</id>
<version>1.9.2</version>
<id>Minikube</id>
<version>1.10.0</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/minikube</packageSourceUrl>
<owners>chocolatey,Andrei Bejenaru</owners>
<title>Minikube: Run Kubernetes locally</title>
Expand Down Expand Up @@ -34,7 +34,7 @@ Minikube supports Kubernetes features such as:
#### Note: Windows support is limited to 64bit systems.
]]></description>
<releaseNotes>https://github.com/kubernetes/minikube/blob/v1.9.2/CHANGELOG.md</releaseNotes>
<releaseNotes>https://github.com/kubernetes/minikube/blob/v1.10.0/CHANGELOG.md</releaseNotes>
<dependencies>
<dependency id="kubernetes-cli" />
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion automatic/smartftp/smartftp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>smartftp</id>
<title>SmartFTP</title>
<owners>chocolatey</owners>
<version>9.0.2754.0</version>
<version>9.0.2756.0</version>
<authors>SmartSoft</authors>
<summary>FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Telnet, Terminal client.</summary>
<description><![CDATA[SmartFTP is a fast and reliable FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Backblaze B2, Telnet, Terminal client with lots of features and a modern user interface.
Expand Down
4 changes: 2 additions & 2 deletions automatic/smartftp/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'msi'
url = 'https://www.smartftp.com/get/SmartFTP86.msi'
url64bit = 'https://www.smartftp.com/get/SmartFTP64.msi'
checksum = '1d85218fb01e440320a8be14e43aa25597a746801651f7bb8db784388b56ee57'
checksum64 = 'a84995524387f21294e3d17cc211dc9b0c45b493c373f65d34b145018108e8ef'
checksum = '766974bba18f6efb350ec38882831a243bc7d180a68f5dae6cd17e53c631997d'
checksum64 = '2496a57a43adb595bd740e8dbb4968ae8f26cdfd98b5d4c6140782f75fe34079'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
Expand Down

0 comments on commit 685b7cd

Please sign in to comment.