Skip to content

Commit

Permalink
AU: 5 updated - displayfusion GoogleChrome openshift-cli smartftp vim
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey Community committed Apr 24, 2024
1 parent cb09d05 commit 5d7f7bd
Show file tree
Hide file tree
Showing 13 changed files with 23 additions and 23 deletions.
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",
"unstable": "11.0-Beta3"
"unstable": "11.0-Beta4"
}
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-Beta3</version>
<version>11.0-Beta4</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-Beta3.exe>
1. Download the following <https://binaryfortressdownloads.com/Download/BFSFiles/101/DisplayFusionSetup-11.0-Beta4.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: 8C521B22606E7EE20FF93BB8326CAAB6F6ECDE19A4803DBD373DE32F43B653B3
checksum: E7EF7740E500ED61F5309DEC533AA813F8A7A08B2716EC2FD2A15C7553A0B66E

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-Beta3.exe"
file = "$toolsPath\DisplayFusionSetup-11.0-Beta4.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/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>124.0.6367.61</version>
<version>124.0.6367.78</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 = '124.0.6367.61'
$version = '124.0.6367.78'
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 = 'c2d47ea33d9c740f28031c9090901462bb80da9534a6dbcd0f3db7bd0bb405d5'
checksum64 = '4b0ec825c78a7c7310fb4f2cc83ab8b57f258827df0ec5aeb8e63956c7a31398'
checksum = '5806709e466a26565143777a2d6a60bda7047c33854f3035a07660b6d1060adc'
checksum64 = 'da03d5b4a6f9acbb7a27e592cfd9161a11e61a149d22fcc35091b9b154a5e191'
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/openshift-cli/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ 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://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.15.8>
location on <https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.15.9>
and can be verified by doing the following:

1. Download the following:
software: <https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.15.8/openshift-client-windows-4.15.8.zip>
software: <https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.15.9/openshift-client-windows-4.15.9.zip>

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

checksum type:
checksum: B1AF55B0090D9D2EE4289FDE5C2DAA0729640C408A0741C8A5A92FCBDCFF0BF4
checksum: 276B3EB443A45ED1DE69D607407426066F7076AE2FFE8AB365852EF963C89CC5

The file 'LICENSE.txt' has been obtained from <https://github.com/openshift/origin/blob/6366485d06c43fd526899510f02582484da25519/LICENSE>
4 changes: 2 additions & 2 deletions automatic/openshift-cli/openshift-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>openshift-cli</id>
<version>4.15.8</version>
<version>4.15.9</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/openshift-cli</packageSourceUrl>
<owners>chocolatey-community,Andrei Bejenaru</owners>
<title>OpenShift Command Line Interface (CLI)</title>
Expand Down Expand Up @@ -45,7 +45,7 @@ Origin is the upstream community project that powers OpenShift. Built around a c
* Windows support is limited to 64bit systems.
* **If the package is out of date please check [Version History](#versionhistory) for the latest submitted version. If you have a question, please ask it in [Chocolatey Community Package Discussions](https://github.com/chocolatey-community/chocolatey-packages/discussions) or raise an issue on the [Chocolatey Community Packages Repository](https://github.com/chocolatey-community/chocolatey-packages/issues) if you have problems with the package. Disqus comments will generally not be responded to.**
]]></description>
<releaseNotes>https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.15.8</releaseNotes>
<releaseNotes>https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.15.9</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
2 changes: 1 addition & 1 deletion automatic/smartftp/smartftp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>smartftp</id>
<title>SmartFTP</title>
<owners>chocolatey-community</owners>
<version>10.0.3221.0</version>
<version>10.0.3223.0</version>
<authors>SmartSoft</authors>
<summary>FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Telnet, Terminal client.</summary>
<description><![CDATA[SmartFTP is a fast and reliable FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Backblaze B2, Telnet, Terminal client with lots of features and a modern user interface.
Expand Down
2 changes: 1 addition & 1 deletion automatic/smartftp/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $packageArgs = @{
url = 'https://www.smartftp.com/get/SmartFTP86.msi'
url64bit = 'https://www.smartftp.com/get/SmartFTP64.msi'
checksum = '8d885003aa204d160b3cfab01f7f686126dddc0e25d171ec7dd14bf3b369e85e'
checksum64 = 'a4dbd0e879906588fcb6dea1873a68693a980c58c1d2d9c9fc48aa57c958e84e'
checksum64 = '86df144f68407a84c59880eb08d91e6a89bc82e89999a52de50f6ede2c6f8635'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
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.0366/gvim_9.1.0366_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0366/gvim_9.1.0366_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0368/gvim_9.1.0368_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0368/gvim_9.1.0368_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: 8AB84606D898870FABBD6B6EDF620E7A6612A54D5A407352D57791FE406FBF5A
checksum64: 3B6FB392C0CA65113D97703047DAC365F7941C6C118E26307C6F72A498BF96D2
checksum32: DC67A0C14DC4C560CCD78999249C770E1ABDE6D59AB5B30CD1778B0B6B012810
checksum64: E334F026AF345DA528139B005A95970A12763D65142206D6ACF9C9F824F3C8C3
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.0366_x86.zip"
file64 = "$toolsDir\gvim_9.1.0366_x64.zip"
file = "$toolsDir\gvim_9.1.0368_x86.zip"
file64 = "$toolsDir\gvim_9.1.0368_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.0366</version>
<version>9.1.0368</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 5d7f7bd

Please sign in to comment.