Skip to content

Commit

Permalink
2024.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ZedG2 committed May 6, 2024
1 parent ca229c4 commit 797bf6b
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.4</version>
<version>2024.1.1</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.exe'
$sha256sum = 'a47c540787b9a0181db58e566ff6da2c7ce1887a0b0da6ab5714d6d19ff85054'
$url = 'https://download.jetbrains.com/idea/ideaIC-2024.1.1.exe'
$sha256sum = '897a61dfed615b357381780017ec16679003600391549fe382ba02e634eaa7aa'

$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</version>
<version>2024.1.1</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.exe'
$sha256sum = '96c21e8b1835167e6cd6c184a78a5e9a78fc9d37cd71fc1f70f829378a7fb6db'
$url = 'https://download.jetbrains.com/idea/ideaIU-2024.1.1.exe'
$sha256sum = '094133518951e6bbd4fa82f5052990df6113991a32e895b1de1971a0ee5fa37b'

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

0 comments on commit 797bf6b

Please sign in to comment.