Skip to content

Commit

Permalink
2023.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rweisleder committed Jul 26, 2023
1 parent 07c71e3 commit ef04ae9
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.1.3</version>
<version>2023.2</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.1.3.exe'
$sha256sum = '3240657e435c0babf3ee657b16a2ee9ae7a962449ab7f65de340c6c315f7e00e'
$url = 'https://download.jetbrains.com/idea/ideaIC-2023.2.exe'
$sha256sum = '62a190e929846a673473da098b3eceeff3bf54b3bc83a9b67fcad1b548776b34'

$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.1.3</version>
<version>2023.2</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.1.3.exe'
$sha256sum = '756e43a46afec7c3084bc418b6fa4724dacdd034eaacddca393429c051b120a2'
$url = 'https://download.jetbrains.com/idea/ideaIU-2023.2.exe'
$sha256sum = 'f48cb0399ec64256ab6c5a12746103ab6220800eec778723732b08a65581f0e3'

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

0 comments on commit ef04ae9

Please sign in to comment.