Skip to content

Commit

Permalink
AU: 3 updated - dropbox Minikube vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed May 7, 2021
1 parent 76d0495 commit ead66a9
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.json
@@ -1,4 +1,4 @@
{
"beta": "122.3.4815-beta",
"beta": "122.3.4837-beta",
"stable": "121.4.4267"
}
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.nuspec
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>dropbox</id>
<version>122.3.4815-beta</version>
<version>122.3.4837-beta</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey-community,ferventcoder,the-running-dev</owners>
Expand Down
6 changes: 3 additions & 3 deletions automatic/dropbox/tools/chocolateyinstall.ps1
Expand Up @@ -4,7 +4,7 @@ if (!$PSScriptRoot) {
}
. "$PSScriptRoot\helper.ps1"

$version = '122.3.4815'
$version = '122.3.4837'

if (!(IsVersionAlreadyInstalled $version)) {
$stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) { $false } else { $true }
Expand All @@ -13,8 +13,8 @@ if (!(IsVersionAlreadyInstalled $version)) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox"
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20122.3.4815%20Offline%20Installer.exe'
checksum = 'c394f52aefb9dba5eb948f791b604eab1affeb0fba9d9f6750a5692af53e989f'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20122.3.4837%20Offline%20Installer.exe'
checksum = '8de8aecbbe1ebc9afa9447e036b9334ff028ec376ea9e5c9d19fc5f4badc1a4d'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down
6 changes: 3 additions & 3 deletions automatic/minikube/legal/VERIFICATION.txt
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.19.0>, Distribution section
location on <https://github.com/kubernetes/minikube/releases/tag/v1.20.0>, Distribution section
and can be verified by doing the following:

1. Download the following:
software: <https://storage.googleapis.com/minikube/releases/v1.19.0/minikube-windows-amd64.exe>
software: <https://storage.googleapis.com/minikube/releases/v1.20.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: 5EBFFF08582AA7B4A9AA75517BEDC3FBDE4E0DCA3A412F1F9001B29EACEF1AE1
checksum: AB3239792C89225B9F1B6F70CEBE2FD6F6AFD95D3755A4B708937A8ED876042F

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
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>Minikube</id>
<version>1.19.0</version>
<version>1.20.0</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/minikube</packageSourceUrl>
<owners>chocolatey-community,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.19.0/CHANGELOG.md</releaseNotes>
<releaseNotes>https://github.com/kubernetes/minikube/blob/v1.20.0/CHANGELOG.md</releaseNotes>
<dependencies>
<dependency id="kubernetes-cli" />
</dependencies>
Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
Expand Up @@ -5,11 +5,11 @@ in verifying that this package's contents are trustworthy.
The embedded software have been downloaded from GitHub and can be verified like this:

1. Download the following zips:
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2836/gvim_8.2.2836_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2836/gvim_8.2.2836_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2840/gvim_8.2.2840_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2840/gvim_8.2.2840_x64.zip>
2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: 3702390E9F1599C98025D1CA9D1871E4B1324B88B899C9F13E7258D6A8482AA5
checksum64: 92129CDFFED584FAA9E715117BAD3B0BA0EF78237C021E52D48B770409D77282
checksum32: 0CEA524BABC5F3F9523FD961CF92AF3F4125512ED5DFE726E36A3CDCD6E13C6D
checksum64: 6E2FE2D7B921DFC482F0FC50D7C85C3B5340B18ACB3F9C4E45538BD3265B175B
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_8.2.2836_x86.zip"
file64 = "$toolsDir\gvim_8.2.2836_x64.zip"
file = "$toolsDir\gvim_8.2.2840_x86.zip"
file64 = "$toolsDir\gvim_8.2.2840_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>8.2.2836</version>
<version>8.2.2840</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds, matsuhav</owners>
<summary>Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. It's useful whether you're already using vi or using a different editor.</summary>
Expand Down

0 comments on commit ead66a9

Please sign in to comment.