Skip to content

Commit

Permalink
Update IntelliJ IDEA to version 2024.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zed76r committed Dec 6, 2024
1 parent bc35b80 commit f132d6a
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>2024.2.4</version>
<version>2024.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-2024.2.4.exe'
$sha256sum = 'b4e09701a59e3411ffc20b11f72f636117dde1115e0caacf5782c20210708d98'
$url = 'https://download.jetbrains.com/idea/ideaIC-2024.3.exe'
$sha256sum = '3de68215e6aa741a4edfbfe4c823f38ee80646c0395340d9126e56e7247aa72e'

$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>2024.2.4</version>
<version>2024.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-2024.2.4.exe'
$sha256sum = 'd1f13f000a79b761325d2b6fe84da8e759a3266a91e709bb39540e10f4fa2124'
$url = 'https://download.jetbrains.com/idea/ideaIU-2024.3.exe'
$sha256sum = '07a93a15c2fb28798ccb1d0d86c4bcb9902daa7954b300646a885b12a781eab4'

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

0 comments on commit f132d6a

Please sign in to comment.