Skip to content

Commit

Permalink
AU: 7 updated - clipboardfusion displayfusion dropbox GoogleChrome ku…
Browse files Browse the repository at this point in the history
…bernetes-cli logfusion vim

[skip ci]
  • Loading branch information
Chocolatey Community committed Dec 11, 2024
1 parent cd52528 commit 9f368b3
Show file tree
Hide file tree
Showing 21 changed files with 39 additions and 39 deletions.
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": "6.1",
"stable": "6.2",
"unstable": "6.2-Beta4"
}
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.2-Beta4</version>
<version>6.2</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.2-Beta4.exe>
1. Download the following <https://binaryfortressdownloads.com/Download/BFSFiles/104/ClipboardFusionSetup-6.2.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: 453366314EBF75626218B3AE9938D0740B90207B834FC9F133AC6B89CB3207D0
checksum: 366D1FD41E17A3D7D38C34BDAEE3AB316DDED5506955BF3D023F21A9A101A8A3

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.2-Beta4.exe"
file = "$toolsPath\ClipboardFusionSetup-6.2.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/displayfusion/displayfusion.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"stable": "10.1.2",
"stable": "11.0",
"unstable": "11.0-Beta9"
}
2 changes: 1 addition & 1 deletion automatic/displayfusion/displayfusion.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>displayfusion</id>
<version>11.0-Beta9</version>
<version>11.0</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/displayfusion</packageSourceUrl>
<owners>chocolatey-community, keithlammers, the-running-dev</owners>
<title>DisplayFusion</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/displayfusion/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.displayfusion.com/Download/>
and can be verified by doing the following:

1. Download the following <https://binaryfortressdownloads.com/Download/BFSFiles/101/DisplayFusionSetup-11.0-Beta9.exe>
1. Download the following <https://binaryfortressdownloads.com/Download/BFSFiles/101/DisplayFusionSetup-11.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: A9F96290AE02A492022943B19AA1ECF86914D58E253436ED163494F8BDE0A6C1
checksum: 70AE318507183AC77E91528DD5E4DC56F3D26E072087BE7709AAD736D9B56DAB

The file 'LICENSE.txt' has been obtained from <https://www.displayfusion.com/License/>
2 changes: 1 addition & 1 deletion automatic/displayfusion/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $localeTwoLetter = (Get-UICulture).TwoLetterISOLanguageName
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\DisplayFusionSetup-11.0-Beta9.exe"
file = "$toolsPath\DisplayFusionSetup-11.0.exe"
softwareName = 'displayfusion*'
silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LANG=$localeTwoLetter /STARTUPALL=1 /CONTEXTMENU=0 /LAUNCHAFTER=0 /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0, 1641, 3010)
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": "214.3.5104-beta",
"beta": "214.3.5140-beta",
"stable": "213.4.4597"
}
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>213.4.4597</version>
<version>214.3.5140-beta</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey-community,ferventcoder,the-running-dev</owners>
Expand Down
10 changes: 5 additions & 5 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 = '213.4.4597'
$version = '214.3.5140'

if (!(IsVersionAlreadyInstalled $version)) {
$stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) { $false } else { $true }
Expand All @@ -13,10 +13,10 @@ if (!(IsVersionAlreadyInstalled $version)) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox"
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20213.4.4597%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20213.4.4597%20Offline%20Installer.x64.exe'
checksum = 'c026f28803ff14875bc3eb1e83dc897e914b30f93844e2e664ae1d0cefe1d718'
checksum64 = 'ffb03254c1e951afac171b456a8a04ea9d27d7d20652bc916f38883f3a8f482a'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20214.3.5140%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20214.3.5140%20Offline%20Installer.x64.exe'
checksum = 'c0e26e55b17773d4dfe27f89fea5da65a474a9c51504ccb5f7f3862e3f5132f2'
checksum64 = '16c3acceb6c86c339fa87e2cefe7f88ea4e3b01ba21628ecb2ed3b27784f684f'
fileType = 'exe'
checksumType = 'sha256'
checksumType64 = 'sha256'
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>131.0.6778.109</version>
<version>131.0.6778.140</version>
<title>Google Chrome</title>
<owners>chocolatey-community</owners>
<authors>Google LLC.</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 = '131.0.6778.109'
$version = '131.0.6778.140'
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/dl/chrome/install/googlechromestandaloneenterprise.msi'
url64bit = 'https://dl.google.com/dl/chrome/install/googlechromestandaloneenterprise64.msi'
checksum = '9dd1e0d81fefac68b694f036e0fc2338e5710d55e7627df61e2d2586a673a778'
checksum64 = '9f52a6d72435ae981b55d29356caebcefa22e8e6ee5d1468c35cf8414572b140'
checksum = '3df5cd9efa1e738abbaa6ddf132ada759b4266aeae6c76dcd7907f473108be80'
checksum64 = '03e04d817154778efda80ec6e0fcf1ab9ff6f719848e97e49fc68aaf64152b4b'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down
6 changes: 3 additions & 3 deletions automatic/kubernetes-cli/kubernetes-cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"1.26": "1.26.15",
"1.27": "1.27.16",
"1.28": "1.28.15",
"1.29": "1.29.11",
"1.30": "1.30.7",
"1.31": "1.31.3"
"1.29": "1.29.12",
"1.30": "1.30.8",
"1.31": "1.31.4"
}
2 changes: 1 addition & 1 deletion 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.31.3</version>
<version>1.31.4</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
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/blob/master/CHANGELOG/CHAN
and can be verified by doing the following:

1. Download the following:
32-bit software: <https://dl.k8s.io/v1.31.3/kubernetes-client-windows-386.tar.gz>
64-bit software: <https://dl.k8s.io/v1.31.3/kubernetes-client-windows-amd64.tar.gz>
32-bit software: <https://dl.k8s.io/v1.31.4/kubernetes-client-windows-386.tar.gz>
64-bit software: <https://dl.k8s.io/v1.31.4/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: F0CC615AFB5FC11730A7DD363A1A6B050B17A515A1A31B7FFA92A2DBD50F4736
checksum64: DEF9759DE71BDE8333AC66DDE44D81767D731984F36A0CA30A8ABFAD786168F5
checksum32: 0DADE7C68DAE4510595F367D9CAED68A9405B0271B91D956D83C47391A00FF84
checksum64: ECF924E77CB47FA886D5BA1A19418EE69A980CB7C0DB46843C339BEF289881C3

File 'LICENSE.txt' is obtained from <https://github.com/kubernetes/kubernetes/blob/d30db1f9a915aa95402e1190461469a1889d92be/LICENSE>
2 changes: 1 addition & 1 deletion automatic/logfusion/logfusion.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>logfusion</id>
<version>6.9</version>
<version>7.0</version>
<title>LogFusion</title>
<authors>Binary Fortress Software</authors>
<projectUrl>https://www.logfusion.ca</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/logfusion/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$arguments = @{
packageName = $env:ChocolateyPackageName
softwareName = 'LogFusion'
url = 'https://binaryfortressdownloads.com/Download/BFSFiles/117/LogFusionSetup-6.9.exe'
checksum = '98bbd44712efa2f8546d272c6371feb14f4e19c16af14d267fd7844652b337ff'
url = 'https://binaryfortressdownloads.com/Download/BFSFiles/117/LogFusionSetup-7.0.exe'
checksum = 'e41936b97f9fe15d0616059738cd5977e4af7354f7127735594efd88bea266fb'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/VERYSILENT /LAUNCHAFTER=0'
Expand Down
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.1.0917/gvim_9.1.0917_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0917/gvim_9.1.0917_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0918/gvim_9.1.0918_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0918/gvim_9.1.0918_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: 63E195BB24BECC33A2AF491955E1A7E564F4376C1421BDE949A2194836258FC1
checksum64: 4ED32C488CB847C5F7B6AC268FC2841BB8F77632BA2A03E5E3811366974DC09C
checksum32: 3996727435501491B07563207673FA6773C442CCE917258BE1485AE4D2BCCA76
checksum64: D5735C0EE8C81689511C7EF612F1AF95A58A0CBCB24E08275A23887738AA433C
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.1.0917_x86.zip"
file64 = "$toolsDir\gvim_9.1.0917_x64.zip"
file = "$toolsDir\gvim_9.1.0918_x86.zip"
file64 = "$toolsDir\gvim_9.1.0918_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.1.0917</version>
<version>9.1.0918</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds</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 9f368b3

Please sign in to comment.