Skip to content

Commit

Permalink
AU: 4 updated - dropbox googlechromebeta kubernetes-cli vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Aug 5, 2021
1 parent 770db49 commit 00ec156
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.json
@@ -1,4 +1,4 @@
{
"beta": "128.3.2857-beta",
"beta": "129.3.3513-beta",
"stable": "127.4.4265"
}
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>128.3.2857-beta</version>
<version>129.3.3513-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 = '128.3.2857'
$version = '129.3.3513'

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%20128.3.2857%20Offline%20Installer.exe'
checksum = '4af6ffc4b6190311aa93937a92c1ae93429947b1bcd39293ecea9517c0a767f0'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20129.3.3513%20Offline%20Installer.exe'
checksum = 'd5ddbb784ed1d7367ee293b7ea79bce4a463e25c1deaf2110acb767b2c074f95'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down
2 changes: 1 addition & 1 deletion automatic/googlechromebeta/googlechromebeta.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>googlechromebeta</id>
<version>93.0.4577.18-beta</version>
<version>93.0.4577.25-beta</version>
<title>Google Chrome Beta</title>
<owners>chocolatey-community,nsleigh</owners>
<authors>Google Inc.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechromebeta/tools/chocolateyInstall.ps1
@@ -1,7 +1,7 @@
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$version = '93.0.4577.18-beta'
$version = '93.0.4577.25-beta'
if ($version -eq (Get-ChromeBetaVersion)) {
Write-Host "Google Chrome Beta $version is already installed."
return
Expand All @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'MSI'
url = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise.msi'
url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise64.msi'
checksum = '22942411faf0b2aa256ad0f76877e282dbb433378f834e406e918c9c29320256'
checksum64 = '0e297cabd853263caec9957fab6013e29231dd9b5a211947ec4bdb25de60f068'
checksum = '20b60df0f6d813f8a00e2403e4db71adb3125247d3f26cd0a7170aaf5f3343cd'
checksum64 = 'd1ae52633e472c9523cd2e23cf8da3f222655e76cf425ee3f8eeea71f6de3098'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down
2 changes: 1 addition & 1 deletion automatic/kubernetes-cli/kubernetes-cli.json
Expand Up @@ -6,5 +6,5 @@
"1.8": "1.8.15",
"1.9": "1.9.11",
"1.1": "1.19.5",
"1.2": "1.21.3"
"1.2": "1.22.0"
}
4 changes: 2 additions & 2 deletions automatic/kubernetes-cli/kubernetes-cli.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>kubernetes-cli</id>
<version>1.21.3</version>
<version>1.22.0</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/kubernetes-cli</packageSourceUrl>
<owners>chocolatey-community,Andrei Bejenaru</owners>
<title>Kubernetes Command Line Interface (CLI)</title>
Expand Down Expand Up @@ -60,7 +60,7 @@ Automatically mount the storage system of your choice, whether from local storag
#### Batch execution
In addition to services, Kubernetes can manage your batch and CI workloads, replacing containers that fail, if desired.
]]></description>
<releaseNotes>https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.2.md#v1213</releaseNotes>
<releaseNotes>https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.2.md#v1220</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
8 changes: 4 additions & 4 deletions automatic/kubernetes-cli/legal/VERIFICATION.txt
Expand Up @@ -8,8 +8,8 @@ location on <https://github.com/kubernetes/kubernetes/releases/latest>
and can be verified by doing the following:

1. Download the following:
32-bit software: <https://dl.k8s.io/v1.21.3/kubernetes-client-windows-386.tar.gz>
64-bit software: <https://dl.k8s.io/v1.21.3/kubernetes-client-windows-amd64.tar.gz>
32-bit software: <https://dl.k8s.io/v1.22.0/kubernetes-client-windows-386.tar.gz>
64-bit software: <https://dl.k8s.io/v1.22.0/kubernetes-client-windows-amd64.tar.gz>

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

checksum type: sha256
checksum32: BBD85FB32600A728DC316AB6A5E2D8DB7AEAF5CAA3FF2319D544012E0FF23B60
checksum64: 3B6BD930530A63C6E986EF4DD67288D3C2C484BFCED31231785660D3725335AD
checksum32: C689BA30C75B72214955E7ABE7D54E43BB9960CDA88DDDB20EEE596080CF2CA7
checksum64: 5937C2C0CFA956C16C6BC0C2FB1F628686E74224E3145B68D3773A278E1C7E0D

File 'LICENSE.txt' is obtained from <https://github.com/kubernetes/kubernetes/blob/d30db1f9a915aa95402e1190461469a1889d92be/LICENSE>
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.3281/gvim_8.2.3281_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3281/gvim_8.2.3281_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3290/gvim_8.2.3290_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3290/gvim_8.2.3290_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: A4303B7DDD1DCE55EAA168FE560206CF6FCA7836376CE135F61BA83D6555DFB2
checksum64: 235AF3CBF9E2609DCCE19ECD2E32599D6F3B01509241FC8913611B4D7107541E
checksum32: BEDD3443E7D7A5B1F67C05F82FC04CD14BFB160C027C3233E7B00E9A56E9C1DD
checksum64: A950216371DDF384C5EABDBFE0DD62B4C2BEE7DB47670547B37A372A9465C872
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.3281_x86.zip"
file64 = "$toolsDir\gvim_8.2.3281_x64.zip"
file = "$toolsDir\gvim_8.2.3290_x86.zip"
file64 = "$toolsDir\gvim_8.2.3290_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.3281</version>
<version>8.2.3290</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 00ec156

Please sign in to comment.