Skip to content

Commit

Permalink
AU: 4 updated - dropbox kitty minikube youtube-dl
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 8, 2019
1 parent f5f0e05 commit 177ccb0
Show file tree
Hide file tree
Showing 8 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": "75.3.114-beta",
"beta": "75.3.115-beta",
"stable": "74.4.115"
}
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>74.4.115</version>
<version>75.3.115-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 = '74.4.115'
$version = '75.3.115'

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%2074.4.115%20Offline%20Installer.exe'
checksum = '30ddf1f8e2f57c09c35977fb8af323d5de4c89391d1e76084e7dd26225e09590'
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2075.3.115%20Offline%20Installer.exe'
checksum = '30d6715cd54b531e8f774eac4f1d8f5c9a97a0388a015aec8977d8d61275f186'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down
2 changes: 1 addition & 1 deletion automatic/kitty/kitty.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>kitty</id>
<version>0.71.0.1</version>
<version>0.71.0.3</version>
<title>KiTTY</title>
<authors>Cyril Dupont</authors>
<owners>chocolatey, Andre-Patrick Bubel, Miodrag Milic</owners>
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.1.0>, Distribution section
location on <https://github.com/kubernetes/minikube/releases/tag/v1.1.1>, Distribution section
and can be verified by doing the following:

1. Download the following:
software: <https://storage.googleapis.com/minikube/releases/v1.1.0/minikube-windows-amd64.exe>
software: <https://storage.googleapis.com/minikube/releases/v1.1.1/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: 2A8E95FBE4EC9B32C603767F16B731B5F09DDD04C3E43F6BBE7FFFD22AFBF811
checksum: E86E9C7C1C25CFD251F010B62E83FDF2EE2EEFC3E73B4B1F7FA18971577150BE

The file 'LICENSE.txt' has been obtained from <https://github.com/kubernetes/minikube/blob/9cf84c2acdd84b98349dce91aac76a933d4ea388/LICENSE>
4 changes: 2 additions & 2 deletions automatic/minikube/minikube.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>minikube</id>
<version>1.1.0</version>
<version>1.1.1</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.1.0/CHANGELOG.md</releaseNotes>
<releaseNotes>https://github.com/kubernetes/minikube/blob/v1.1.1/CHANGELOG.md</releaseNotes>
<dependencies>
<dependency id="kubernetes-cli" />
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions automatic/youtube-dl/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ in verifying that this package's contents are trustworthy.
The installer have been downloaded from their official download link listed on <https://github.com/rg3/youtube-dl/releases/latest>
and can be verified like this:

1. Download <https://github.com/ytdl-org/youtube-dl/releases/download/2019.05.20/youtube-dl.exe>
1. Download <https://github.com/ytdl-org/youtube-dl/releases/download/2019.06.08/youtube-dl.exe>
2. Then use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha512
checksum: 2d66d3da8f2d10922b541b95821ac305484e081078799361eb1f561cec4bb06cddf3c3d0d29e13bd18dc51d9392502ef5eb92aa5b0d8bd213e3de19f33b4c877
checksum: 375e66e2a7166d90b26079570559ddcce1605bedce2a1dfa19cbc78b94385b605eb0a9eb90cde026528f43b5c53bd934badcec2a8cf9360493cd9815c800fa58

File 'LICENSE.txt' is obtained from <https://github.com/rg3/youtube-dl/blob/b7769a05eca3611e492f7a75f1c40cddd2019ef1/LICENSE>
2 changes: 1 addition & 1 deletion automatic/youtube-dl/youtube-dl.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>youtube-dl</id>
<version>2019.05.20</version>
<version>2019.06.08</version>
<title>youtube-dl</title>
<owners>chocolatey</owners>
<authors>Ricardo Garcia and others</authors>
Expand Down

0 comments on commit 177ccb0

Please sign in to comment.