Skip to content

Commit

Permalink
2022.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rweisleder committed Mar 23, 2023
1 parent 667ab8a commit 088430c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion conmmunity/intellijidea-community.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>intellijidea-community</id>
<title>JetBrains IntelliJ IDEA (Community Edition)</title>
<version>2022.3.2</version>
<version>2022.3.3</version>
<authors>JetBrains</authors>
<owners>Anthony Mastrean, Jordi Garcia</owners>
<summary>Capable and Ergonomic Java IDE</summary>
Expand Down
4 changes: 2 additions & 2 deletions conmmunity/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ if ($key.Count -gt 0) {
Invoke-Expression -Command $PSScriptRoot\chocolateyUninstall.ps1
}

$url = 'https://download.jetbrains.com/idea/ideaIC-2022.3.2.exe'
$sha256sum = '02406c0ac7bea1c03c700c458f187832aae31271d737eebe9d626dca8787cbe6'
$url = 'https://download.jetbrains.com/idea/ideaIC-2022.3.3.exe'
$sha256sum = 'cc927e6bbbd8d51dae487f22ded3ce44a031c76159efddf8bf45aa4e52b84ace'

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
if ([System.Environment]::Is64BitOperatingSystem) {
Expand Down
2 changes: 1 addition & 1 deletion ultimate/intellijidea-ultimate.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>intellijidea-ultimate</id>
<title>JetBrains IntelliJ IDEA (Ultimate Edition)</title>
<version>2022.3.2</version>
<version>2022.3.3</version>
<authors>JetBrains</authors>
<owners>Anthony Mastrean, Jordi Garcia</owners>
<summary>Capable and Ergonomic Java IDE</summary>
Expand Down
4 changes: 2 additions & 2 deletions ultimate/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ if ($key.Count -gt 0) {
Invoke-Expression -Command $PSScriptRoot\chocolateyUninstall.ps1
}

$url = 'https://download.jetbrains.com/idea/ideaIU-2022.3.2.exe'
$sha256sum = '115ab48b5f8efb0a4f25e9cb39c1ba85d1f0fee00b1a992e668bace26e85fdc4'
$url = 'https://download.jetbrains.com/idea/ideaIU-2022.3.3.exe'
$sha256sum = '3e7856afba10f03f4dfab8d46db06f14e2915d87dc591e60aab49cc5890682fe'

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
if ([System.Environment]::Is64BitOperatingSystem) {
Expand Down

0 comments on commit 088430c

Please sign in to comment.