Skip to content

Commit

Permalink
Merge pull request #11 from ajshastri/patch-1
Browse files Browse the repository at this point in the history
Update for 2023.2.3
  • Loading branch information
ZedG2 committed Oct 16, 2023
2 parents 0076793 + 49792dd commit 5ed1454
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.2.2</version>
<version>2023.2.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.2.2.exe'
$sha256sum = '6b2491efaed78fff219411ee1f9209caf70f47e6626daafca94a6389e2dd8cdb'
$url = 'https://download.jetbrains.com/idea/ideaIC-2023.2.3.exe'
$sha256sum = '87260d40f6a4a8250b9b2fa2f6b2aa3572145bae507a9ca94057b66f86a7744b'

$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.2.2</version>
<version>2023.2.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.2.2.exe'
$sha256sum = '8728fb74a2e1030ee0ad7cb9ebbafa27db5ed5211b6097d095ee3628b02395e3'
$url = 'https://download.jetbrains.com/idea/ideaIU-2023.2.3.exe'
$sha256sum = 'd6dbc374818341b8f1b4c0645e1cf01d563d78dead54c22782e769aa526cc419'

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

0 comments on commit 5ed1454

Please sign in to comment.