Skip to content

Commit

Permalink
AU: 7 updated - chromium clipboardfusion GoogleChrome kubernetes-cli …
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Apr 13, 2023
1 parent d5386eb commit b24e906
Show file tree
Hide file tree
Showing 20 changed files with 39 additions and 39 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": "114.0.5711.0-snapshots",
"snapshots": "114.0.5712.0-snapshots",
"stable": "112.0.5615.50"
}
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>114.0.5711.0-snapshots</version>
<version>114.0.5712.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/1129094/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1129111/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1129446/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1129444/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: 602007BFFAC252975FF5559C326ADC075B495E923D4845FE92D07567A08B5509
checksum64: 7A5024A101D22D97EEA45925E213C0F115BF75D05D3AFD7ECC0076E06D9C9761
checksum32: 27665D97396F267C181B20E594296C6E5001995F472E722DC7A64816A31028E2
checksum64: 5AEFAD6E13AA5979AC4F4A7B21F78F79D39DE23E90290ABE9CCC4FB6FE12385B

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 = "114.0.5711.0-snapshots"
$version = "114.0.5712.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/clipboardfusion/clipboardfusion.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"stable": "5.9.1",
"stable": "6.0",
"unstable": "6.0-Beta9"
}
2 changes: 1 addition & 1 deletion automatic/clipboardfusion/clipboardfusion.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>clipboardfusion</id>
<version>6.0-Beta9</version>
<version>6.0</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/clipboardfusion</packageSourceUrl>
<owners>chocolatey-community, keithlammers, the-running-dev</owners>
<title>ClipboardFusion</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/clipboardfusion/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download
location on <https://www.clipboardfusion.com/Download/>
and can be verified by doing the following:

1. Download the following <https://binaryfortressdownloads.com/Download/BFSFiles/104/ClipboardFusionSetup-6.0-Beta9.exe>
1. Download the following <https://binaryfortressdownloads.com/Download/BFSFiles/104/ClipboardFusionSetup-6.0.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
checksum: F67ABFAFA763955806B01571EBE2887F4F1CA6CD6E8B82854E7EC3A1004BA32E
checksum: BC742640754F7C22BFDEC567D5192445BFA53309DEC6CC5D4CEE7E746D9F6F05

The file 'LICENSE.txt' has been obtained from <https://www.clipboardfusion.com/License/>
2 changes: 1 addition & 1 deletion automatic/clipboardfusion/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\ClipboardFusionSetup-6.0-Beta9.exe"
file = "$toolsPath\ClipboardFusionSetup-6.0.exe"
softwareName = 'clipboardfusion*'
silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LAUNCHAFTER=0 /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/googlechrome/googlechrome.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>GoogleChrome</id>
<version>112.0.5615.50</version>
<version>112.0.5615.87</version>
<title>Google Chrome</title>
<owners>chocolatey-community</owners>
<authors>Google Inc.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechrome/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$version = '112.0.5615.50'
$version = '112.0.5615.87'
if ($version -eq (Get-ChromeVersion)) {
Write-Host "Google Chrome $version is already installed."
return
Expand All @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'MSI'
url = 'https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise.msi'
url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise64.msi'
checksum = '67f2ee921c7b6aa288e4cc057d103b8208ebc8fd4c349c55cf0c06a6edb1ae02'
checksum64 = '6e3e83188802d78d46819b87810d8f21760d185574480824889584cf2e7186e3'
checksum = '57cee385de528c387e8f84c715ac4f9ec0d2730ceacbe0cd1f96477ce45bdffb'
checksum64 = '0491365a44eb64d955f5a726b5fc3a1c4bf30afdd8c5e3317e0c57fcefb24e6b'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down
4 changes: 2 additions & 2 deletions automatic/kubernetes-cli/kubernetes-cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"1.21": "1.21.14",
"1.22": "1.22.17",
"1.23": "1.23.17",
"1.24": "1.24.12",
"1.25": "1.25.8",
"1.24": "1.24.13",
"1.25": "1.25.9",
"1.26": "1.26.4",
"1.27": "1.27.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.26.4</version>
<version>1.25.9</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.26.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.26.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.26.4/kubernetes-client-windows-386.tar.gz>
64-bit software: <https://dl.k8s.io/v1.26.4/kubernetes-client-windows-amd64.tar.gz>
32-bit software: <https://dl.k8s.io/v1.25.9/kubernetes-client-windows-386.tar.gz>
64-bit software: <https://dl.k8s.io/v1.25.9/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: D8AB19A6A931C9131C5D41B7977830A540462EED6A737DE588109BF3AC3B6F1F
checksum64: 4568E59DF08E3B9B3EDD393D993D60188DF8F659CE5CE04A6222D47D96807BE2
checksum32: C008F70DF7FA25690DC2374661FC69C6910B2F4E46D63AD1BE39284E75634F84
checksum64: 3BAB594EF289D833900EEB75B2D80D68529AAE8B5EA4563C4C59DABD53898E95

File 'LICENSE.txt' is obtained from <https://github.com/kubernetes/kubernetes/blob/d30db1f9a915aa95402e1190461469a1889d92be/LICENSE>
8 changes: 4 additions & 4 deletions automatic/protoc/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The zip file have been downloaded from the github release page on <https://githu
and can be verified like this:

1. Download the following:
32-bit zip file: <https://github.com/protocolbuffers/protobuf/releases/download/v22.2/protoc-22.2-win32.zip>
64-bit zip file: <https://github.com/protocolbuffers/protobuf/releases/download/v22.2/protoc-22.2-win64.zip>
32-bit zip file: <https://github.com/protocolbuffers/protobuf/releases/download/v22.3/protoc-22.3-win32.zip>
64-bit zip file: <https://github.com/protocolbuffers/protobuf/releases/download/v22.3/protoc-22.3-win64.zip>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: E48961EB251F1EFC3ECBC039108A6CF42DC0FFF6401BB597B94D9FA5C1FCAA0A
checksum64: 6C2BBA387B8A3D2D254EDDB68376217314DE8D6E9B3A43D3CD2E69C054457638
checksum32: 746C8A32A37ACBC494320F84C5541D00E43039DAE3093F6A3ED29F41236D00E6
checksum64: FA7FE21BF6E204A4E1EEC3FFEE1D53C84E216289BC4762E072258E5BCA113A3C

File 'LICENSE' is obtained from <https://github.com/protocolbuffers/protobuf/blob/master/LICENSE>
4 changes: 2 additions & 2 deletions automatic/protoc/protoc.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<metadata>
<!-- IconUrl: Skip check -->
<id>protoc</id>
<version>22.2</version>
<version>22.3</version>
<title>Protocol Buffers</title>
<authors>Google</authors>
<owners>chocolatey-community, keen, jordigg, drel</owners>
<licenseUrl>https://github.com/protocolbuffers/protobuf/blob/master/LICENSE</licenseUrl>
<projectUrl>https://developers.google.com/protocol-buffers/</projectUrl>
<releaseNotes>https://github.com/protocolbuffers/protobuf/releases/tag/v22.2</releaseNotes>
<releaseNotes>https://github.com/protocolbuffers/protobuf/releases/tag/v22.3</releaseNotes>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/protoc</packageSourceUrl>
<projectSourceUrl>https://github.com/protocolbuffers/protobuf</projectSourceUrl>
<docsUrl>https://developers.google.com/protocol-buffers/</docsUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/protoc/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition

$packageArgs = @{
PackageName = $Env:ChocolateyPackageName
FileFullPath = "$toolsPath\protoc-22.2-win32.zip"
FileFullPath64 = "$toolsPath\protoc-22.2-win64.zip"
FileFullPath = "$toolsPath\protoc-22.3-win32.zip"
FileFullPath64 = "$toolsPath\protoc-22.3-win64.zip"
Destination = $toolsPath
}
Get-ChocolateyUnzip @packageArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/sysinternals/sysinternals.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>sysinternals</id>
<title>Sysinternals</title>
<version>2023.4.11</version>
<version>2023.4.12</version>
<authors>Mark Russinovich, Bryce Cogswell</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>Sysinternals - utilities to help you manage, troubleshoot and diagnose your Windows systems and applications.</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/sysinternals/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Write-Host "Sysinternals Suite is going to be installed in '$installDir'"
$packageArgs = @{
packageName = 'sysinternals'
url = 'https://download.sysinternals.com/files/SysinternalsSuite.zip'
checksum = '670bacd7240fa921eb9c4b5ea88627e7c97a03d7aa9738d74f9473ba9a05cbe7'
checksum = 'cb7c3fcdacc9ccc184ded67c735b0456bd968dee7f3c193324800701e7a52583'
checksumType = 'sha256'
unzipLocation = $installDir
}
Expand All @@ -18,7 +18,7 @@ Accept-Eula
if ($installDir -ne $toolsPath) { Install-ChocolateyPath $installDir }
if (Is-NanoServer) {
$packageArgs.url = 'https://download.sysinternals.com/files/SysinternalsSuite-Nano.zip'
$packageArgs.checksum = 'a59d63aebf1c1c146ecac1bbbd4f17d4ab82dc5c343dbad5202e234a04d56a86'
$packageArgs.checksum = 'd4f4ec16701aa20ebb3bd51bd1a753c83f27faa98e60fb1ec3df72b8b48367a6'
}

$old_path = 'c:\sysinternals'
Expand Down
4 changes: 2 additions & 2 deletions automatic/voicebot/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$arguments = @{
packageName = $env:ChocolateyPackageName
softwareName = 'VoiceBot'
url = 'https://binaryfortressdownloads.com/Download/BFSFiles/123/VoiceBotSetup-3.8.2.exe'
checksum = 'ed051b09d1960fd6ffe21419a106282a3966bddc928459a6c06aaa030194f795'
url = 'https://binaryfortressdownloads.com/Download/BFSFiles/123/VoiceBotSetup-3.9.exe'
checksum = 'e6dff57643267c735f3c29299dc4c013c84d2a992e0662d401bb9e433dd97762'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/VERYSILENT /LAUNCHAFTER=0'
Expand Down
2 changes: 1 addition & 1 deletion automatic/voicebot/voicebot.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>voicebot</id>
<version>3.8.2</version>
<version>3.9</version>
<title>VoiceBot</title>
<authors>Binary Fortress Software</authors>
<projectUrl>https://www.voicebot.net</projectUrl>
Expand Down

0 comments on commit b24e906

Please sign in to comment.