Skip to content

Commit

Permalink
AU: 3 updated - dropbox kubernetes-cli vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Aug 24, 2022
1 parent b1a2afa commit e2f9112
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 20 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": "156.3.4860-beta",
"beta": "156.3.4862-beta",
"stable": "155.4.5493"
}
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>156.3.4860-beta</version>
<version>156.3.4862-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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if (!$PSScriptRoot) {
}
. "$PSScriptRoot\helper.ps1"

$version = '156.3.4860'
$version = '156.3.4862'

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%20156.3.4860%20Offline%20Installer.x86.exe'
checksum = '9f86c2a7815815be407beed1d0cfe4f91fba25f3b4f008b4549e4c4c21b59fd3'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20156.3.4862%20Offline%20Installer.x86.exe'
checksum = '5ccfc8cd783bcb1ded56f9f40c2697cbda9772ecac82e3fb8c4baf99f1c2ae79'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down
3 changes: 2 additions & 1 deletion automatic/kubernetes-cli/kubernetes-cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
"1.21": "1.21.14",
"1.22": "1.22.13",
"1.23": "1.23.10",
"1.24": "1.24.4"
"1.24": "1.24.4",
"1.25": "1.25.0"
}
4 changes: 2 additions & 2 deletions automatic/kubernetes-cli/kubernetes-cli.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>kubernetes-cli</id>
<version>1.24.4</version>
<version>1.25.0</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/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/CHANGELOG-1.24.md</releaseNotes>
<releaseNotes>https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.25.md</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
10 changes: 5 additions & 5 deletions automatic/kubernetes-cli/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The embedded software have been downloaded from the listed download
location on <https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.24.md>
location on <https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.25.md>
and can be verified by doing the following:

1. Download the following:
32-bit software: <https://dl.k8s.io/v1.24.4/kubernetes-client-windows-386.tar.gz>
64-bit software: <https://dl.k8s.io/v1.24.4/kubernetes-client-windows-amd64.tar.gz>
32-bit software: <https://dl.k8s.io/v1.25.0/kubernetes-client-windows-386.tar.gz>
64-bit software: <https://dl.k8s.io/v1.25.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: B8B4471E7C99C1CF6DB55A1C66F3DD88ABE86D57659A27854D15F0C47BFF99E6
checksum64: 69BF8278EECB30535B1A48DEF4CC56863F081A94487B3682E2123D87867317E8
checksum32: BC8E6766CA864B4305DBDB944E09418CF2A01AA69ECDBCEAD06C3F547A4EFE27
checksum64: 84E9F5CA39920309E11C1F32FC4B10F8200A1A723C5372D6065E6DF5BA0829B2

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
Original file line number Diff line number Diff line change
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/v9.0.0246/gvim_9.0.0246_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.0246/gvim_9.0.0246_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.0250/gvim_9.0.0250_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.0250/gvim_9.0.0250_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: 950A3C1E1E4B8D46FD1DABFC33DBC890D97A54366A56121FEF72962241928B88
checksum64: 61AD377B122BC7D832D093173B75A3335D536C7B2FEBF40970067AB02A75DAB7
checksum32: 2C131CB291DB43178B4044949086FFF8639864D8DA9A4294A2F1C6101BE812FD
checksum64: 612532234F4A528104AD0E2D1736855645F32529FC03C43F3FF1B266AEBC70F9
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_9.0.0246_x86.zip"
file64 = "$toolsDir\gvim_9.0.0246_x64.zip"
file = "$toolsDir\gvim_9.0.0250_x86.zip"
file64 = "$toolsDir\gvim_9.0.0250_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>9.0.0246</version>
<version>9.0.0250</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 e2f9112

Please sign in to comment.