Skip to content

Commit

Permalink
2023.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rweisleder committed Feb 27, 2024
1 parent fe24da6 commit 40b5181
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>2023.3.3</version>
<version>2023.3.4</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-2023.3.3.exe'
$sha256sum = '72ac0156928e27d40373b5aeaa8905c54927720fab769e6ff51ca33ecd559f13'
$url = 'https://download.jetbrains.com/idea/ideaIC-2023.3.4.exe'
$sha256sum = 'd005c8090ffde2d36b670748006420268728e00cb7dc6035dc787fd6b5ca1bbe'

$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>2023.3.3</version>
<version>2023.3.4</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-2023.3.3.exe'
$sha256sum = 'e397dcebc7cd0dbde69c52488651703092f4d06ed713c4848d7c01fceaf9613c'
$url = 'https://download.jetbrains.com/idea/ideaIU-2023.3.4.exe'
$sha256sum = '530b654920cbd74e8b1342f7ddeae514e28cbc0b092da186ccffff73a266761d'

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

0 comments on commit 40b5181

Please sign in to comment.