Skip to content

Commit

Permalink
2023.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ZedG2 committed Feb 1, 2024
1 parent 0f594f5 commit fe24da6
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.2</version>
<version>2023.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-2023.3.2.exe'
$sha256sum = '4c9091558026a0ed59f7e261b36b537bb4b8c49e288bc622df3629d23dc2c523'
$url = 'https://download.jetbrains.com/idea/ideaIC-2023.3.3.exe'
$sha256sum = '72ac0156928e27d40373b5aeaa8905c54927720fab769e6ff51ca33ecd559f13'

$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.2</version>
<version>2023.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-2023.3.2.exe'
$sha256sum = '0b3e6ee9d8b2ab398ac4753f6ac374300720813e2f1d4eec96c4c7bb7e74632d'
$url = 'https://download.jetbrains.com/idea/ideaIU-2023.3.3.exe'
$sha256sum = 'e397dcebc7cd0dbde69c52488651703092f4d06ed713c4848d7c01fceaf9613c'

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

0 comments on commit fe24da6

Please sign in to comment.