Skip to content

Commit

Permalink
AU: 4 updated - datagrip dropbox openshift-cli protoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed May 17, 2023
1 parent 58ef1f1 commit aace79b
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 23 deletions.
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.1.1</version>
<version>2023.1.2</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.1.1.exe'
checksum = '7441cdcbae1ba7b32ce0fdff72ec8a5f29594167362a2ef3a8559b5853869072'
url = 'https://download.jetbrains.com/datagrip/datagrip-2023.1.2.exe'
checksum = 'a4916a68529c55ddb4690655892f56e15780f31d32d702387a6ac9a779719070'
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": "174.3.5811-beta",
"beta": "175.3.5368-beta",
"stable": "173.4.6706"
}
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>174.3.5811-beta</version>
<version>175.3.5368-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 = '174.3.5811'
$version = '175.3.5368'

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%20174.3.5811%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20174.3.5811%20Offline%20Installer.x64.exe'
checksum = '982bef28619cdbf70611e1cff4e7d8c6e4c3a9100ffc8115bae29afe95617994'
checksum64 = 'aee60c1d87c78324113722073d7c672071ee627afac273d8aafd62e559ed85e0'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20175.3.5368%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20175.3.5368%20Offline%20Installer.x64.exe'
checksum = 'dbe3ec564f9cc921e8036d9396f399155e05e3da0b4dfa57bcefa20d7c39663b'
checksum64 = 'a2971ee2e20f632e8756a919e1680fb7b823b32cb1878c63bdf830ed26f94247'
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.12.15>
location on <https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.12.16>
and can be verified by doing the following:

1. Download the following:
software: <https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.12.15/openshift-client-windows-4.12.15.zip>
software: <https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.12.16/openshift-client-windows-4.12.16.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: 52B3980066A449B5889FBEFF799FA1D2AE180A41AFBAA44D3CA1C4B4D35FA250
checksum: D11D736DB6CEE69B78FBE335A10534CD18E56CE6D96F2AFBA1B38433382B0BC4

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.12.15</version>
<version>4.12.16</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.12.15</releaseNotes>
<releaseNotes>https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.12.16</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
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/v23.0/protoc-23.0-win32.zip>
64-bit zip file: <https://github.com/protocolbuffers/protobuf/releases/download/v23.0/protoc-23.0-win64.zip>
32-bit zip file: <https://github.com/protocolbuffers/protobuf/releases/download/v23.1/protoc-23.1-win32.zip>
64-bit zip file: <https://github.com/protocolbuffers/protobuf/releases/download/v23.1/protoc-23.1-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: D235925E15B3AB427660A3FB2B89AF9410E1C29F4DED4201C59AB6DF31C71C91
checksum64: 031F00A9B46CE9A2253EE681FF05D43B8F842780CAC4E9F5EB3C9A3A61A33E3E
checksum32: 6A321495CFF9880DDB61BB49F2169B39463BFB770C3CFC3A6B923C29F0FE3CA3
checksum64: 420CD7A1548A9C3EF5B5A7E969B6FCF8EE6A5A09CEC99D7A3209406F028E5DCE

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>23.0</version>
<version>23.1</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/v23.0</releaseNotes>
<releaseNotes>https://github.com/protocolbuffers/protobuf/releases/tag/v23.1</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-23.0-win32.zip"
FileFullPath64 = "$toolsPath\protoc-23.0-win64.zip"
FileFullPath = "$toolsPath\protoc-23.1-win32.zip"
FileFullPath64 = "$toolsPath\protoc-23.1-win64.zip"
Destination = $toolsPath
}
Get-ChocolateyUnzip @packageArgs
Expand Down

0 comments on commit aace79b

Please sign in to comment.