Skip to content

Commit

Permalink
AU: 4 updated - chromium dropbox kubernetes-cli vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jan 20, 2022
1 parent b7840f4 commit 86c05bf
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "99.0.4840.0-snapshots",
"snapshots": "99.0.4841.0-snapshots",
"stable": "97.0.4692.71"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.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>chromium</id>
<version>99.0.4840.0-snapshots</version>
<version>99.0.4841.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/960850/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/960850/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/961153/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/961155/mini_installer.exe>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum32: F89946DE75A8B367F9D0DE1C1A95291B1D3A42289E8E4F5AA32743DB4377E55C
checksum64: 559CBD03C6D5C218728B313B7534C6B7869104BA0FDB51B9B8751539981FC681
checksum32: B3D1958860F06F0D82B33AF01CFD369444335841BFEB114B58C3500F4C092A85
checksum64: 2F2D7E7DB30501C97FA8CE71AFDE4F0A15A861D82C02F90CB7A398AC795DC7AD

The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "99.0.4840.0-snapshots"
$version = "99.0.4841.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
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": "140.3.1928-beta",
"stable": "139.4.4896"
"stable": "140.4.1951"
}
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>140.3.1928-beta</version>
<version>140.4.1951</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 = '140.3.1928'
$version = '140.4.1951'

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%20140.3.1928%20Offline%20Installer.exe'
checksum = '95b95675cbbe9defe5ce32f66f493dd5fc1820d02121d4c047bab11c8f4971a0'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20140.4.1951%20Offline%20Installer.exe'
checksum = 'fd6c6f00a666d9244aaee0cf152db6624b837ee23e7f681ae85cebd8e6a7408f'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down
2 changes: 1 addition & 1 deletion automatic/kubernetes-cli/kubernetes-cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"1.8": "1.8.15",
"1.9": "1.9.11",
"1.1": "1.19.5",
"1.2": "1.23.1"
"1.2": "1.23.2"
}
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.23.1</version>
<version>1.23.2</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-1.2.md#v1231</releaseNotes>
<releaseNotes>https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.2.md#v1232</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
8 changes: 4 additions & 4 deletions automatic/kubernetes-cli/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
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.23.1/kubernetes-client-windows-386.tar.gz>
64-bit software: <https://dl.k8s.io/v1.23.1/kubernetes-client-windows-amd64.tar.gz>
32-bit software: <https://dl.k8s.io/v1.23.2/kubernetes-client-windows-386.tar.gz>
64-bit software: <https://dl.k8s.io/v1.23.2/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: 55DB967F43FB96D9249B12E5D4E131B3D0C9ECC21A63C87C3217A87EFF56A3B5
checksum64: 43358173DC3F3333451A6FE14D859579AAC7DCB13E1AE628D8BDC1F5C9B5D639
checksum32: 0517E68918E575027347505D25D02BD18D9A514920326AC6F7ABA27687ED5953
checksum64: ACDC8C9DC2FD15E68F994206A8C45B18544450AEE0AC4AEB43434EE3ECD154F7

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/v8.2.4141/gvim_8.2.4141_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.4141/gvim_8.2.4141_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.4148/gvim_8.2.4148_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.4148/gvim_8.2.4148_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: BA34D9D9ADF7943CC8CB308FB79F5F7D273ED12133F7569C64C0D76B789ECCC0
checksum64: CE4D3CBAFBBE1F82767E63BF11DDBAD9E26656D1D13FBB1025BBF54ACB3BBC89
checksum32: 577CAA50CA9B97E8EBB2E1F97A646B115C36B36490A7CA0AF6C79FE9EE15DEB4
checksum64: 4CB5BEE52CBF4C5A35C9E6FDB8A1992B22E9FE4ECA60EC1710C5261BB1DB8C15
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_8.2.4141_x86.zip"
file64 = "$toolsDir\gvim_8.2.4141_x64.zip"
file = "$toolsDir\gvim_8.2.4148_x86.zip"
file64 = "$toolsDir\gvim_8.2.4148_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>8.2.4141</version>
<version>8.2.4148</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 86c05bf

Please sign in to comment.