Skip to content

Commit

Permalink
chore: update IntelliJ IDEA to version 2024.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zed76r committed Aug 7, 2024
1 parent 31ef442 commit cac93bb
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.1.4</version>
<version>2024.1.5</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.1.4.exe'
$sha256sum = 'fcbc0e341f7fd68ea9f906c87a362706e6eb262bfe4f0080facb07b1d1c2fabf'
$url = 'https://download.jetbrains.com/idea/ideaIC-2024.1.5.exe'
$sha256sum = '6925e3cd09126ea1a413e4bfc58d6a2da3c2d1c822dbe9f402b256178eabbc49'

$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.1.4</version>
<version>2024.1.5</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.1.4.exe'
$sha256sum = '673dbf527364f78db9f3928332f559ddcacdb21fbadc81d07df3438d084ffc49'
$url = 'https://download.jetbrains.com/idea/ideaIU-2024.1.5.exe'
$sha256sum = 'dbd1f75516c41400fdb6cf13bbd1a80cf75fafc6d07f67253c6d300c5f2ebab7'

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

0 comments on commit cac93bb

Please sign in to comment.