Skip to content

Commit

Permalink
AU: 4 updated - Cygwin datagrip dropbox openshift-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Apr 3, 2024
1 parent 288b501 commit 0fbe696
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions automatic/cygwin/cygwin.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>Cygwin</id>
<title>Cygwin</title>
<version>3.5.1</version>
<version>3.5.3</version>
<authors>Red Hat, Inc.</authors>
<owners>chocolatey-community</owners>
<summary>A Linux environment for Windows.</summary>
Expand Down Expand Up @@ -39,7 +39,7 @@ Example: `choco install cygwin --params "/InstallDir:C:\your\install\path /NoSta
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@c8d48758cdc18d43e6c1525824720377c8b9ba24/icons/Cygwin.png</iconUrl>
<releaseNotes>
[Software Changelog](https://cygwin.com/pipermail/cygwin-announce/2024-February/011611.html)
[Software Changelog](https://cygwin.com/pipermail/cygwin-announce/2024-April/011710.html)
[Package Changelog](https://github.com/chocolatey/chocolatey-coreteampackages/blob/master/automatic/cygwin/Changelog.md)
</releaseNotes>
<mailingListUrl>https://cygwin.com/lists.html</mailingListUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/cygwin/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ and can be verified by doing the following:

checksum type: sha256
checksum32: NO LONGER SUPPORTED
checksum64: 3D9E0143268F52AECAFF76F81553C880EC9A353EB5A6E22BD6D34BAD8251710C
checksum64: 9AEACDCF8FF71E2D1A1F9B4685EAC12C4DE4BB312D44DDAC2C7B226F5952BFDE

The file 'LICENSE.txt' has been obtained from <https://cygwin.com/COPYING>
2 changes: 1 addition & 1 deletion automatic/datagrip/datagrip.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>datagrip</id>
<version>2023.3.4</version>
<version>2024.1</version>
<title>JetBrains DataGrip</title>
<authors>JetBrains</authors>
<licenseUrl>https://www.datagrip.org/terms.php</licenseUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/datagrip/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ New-Item -ItemType Directory -Force -Path $installDir
$arguments = @{
packageName = $env:ChocolateyPackageName
softwareName = 'JetBrains DataGrip*'
url = 'https://download.jetbrains.com/datagrip/datagrip-2023.3.4.exe'
checksum = '1506798f5ddf98353187dd43d48fac624c81b24b538fbb683149f6a7f59b4793'
url = 'https://download.jetbrains.com/datagrip/datagrip-2024.1.exe'
checksum = '4338e901331650458471f46431d1313599f96e654cb642cff8c414eafbcf20fb'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = $silentArgs
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": "196.3.6883-beta",
"beta": "197.3.7470-beta",
"stable": "196.4.6900"
}
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>196.4.6900</version>
<version>197.3.7470-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 = '196.4.6900'
$version = '197.3.7470'

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%20196.4.6900%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20196.4.6900%20Offline%20Installer.x64.exe'
checksum = 'c606bb854ab8276c0d2ba1eb9bf9434e7aacd8a40b3afc671b992c684744edec'
checksum64 = '2f953ae4e88d9ee5450dfa049717631ce223501f18637cb61de26c49e6fada57'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20197.3.7470%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20197.3.7470%20Offline%20Installer.x64.exe'
checksum = 'b6edb5c57d6798d0a496234450295b002c420fb3198a89cee62eb70dd1d058d6'
checksum64 = 'f2e6e5200454537e5afcd4fce07fbc2e6961e77ea06c9fcf106e99cbbbb2c1a7'
fileType = 'exe'
checksumType = 'sha256'
checksumType64 = 'sha256'
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.3>
location on <https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.15.5>
and can be verified by doing the following:

1. Download the following:
software: <https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.15.3/openshift-client-windows-4.15.3.zip>
software: <https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.15.5/openshift-client-windows-4.15.5.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: 1E552D6B45D1681C7869F849D6F85EEEA81E3B083AE837B596CD0FD91C1AA123
checksum: 506138836FE89E3D35446909AFABEA510577F1A3BA660539F61C6C5952A27282

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.3</version>
<version>4.15.5</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.3</releaseNotes>
<releaseNotes>https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.15.5</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down

0 comments on commit 0fbe696

Please sign in to comment.