Skip to content

Commit

Permalink
Merge pull request #13 from ajshastri/main
Browse files Browse the repository at this point in the history
Update to 2023.2.5
  • Loading branch information
ZedG2 committed Nov 13, 2023
2 parents 590ffeb + 8d7e9ee commit a516143
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.4</version>
<version>2023.2.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-2023.2.4.exe'
$sha256sum = 'd8b408ef8ca77ffd178205c5cbe07e1c619e0804121f61f72101488a9145deda'
$url = 'https://download.jetbrains.com/idea/ideaIC-2023.2.5.exe'
$sha256sum = '71abdd051f25dfd3fa6fd1ab5a75384ae5f87e809750758adf97156a93e9f215'

$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.4</version>
<version>2023.2.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-2023.2.4.exe'
$sha256sum = 'ea1a48facf937451dda92bb3441076c2293324f9a6e83dec14498a75c44c68b0'
$url = 'https://download.jetbrains.com/idea/ideaIU-2023.2.5.exe'
$sha256sum = 'b031c958e77974510691968f035a146bd6b90ab9d4da500c18528b9e3d28fe47'

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

0 comments on commit a516143

Please sign in to comment.