Skip to content

Commit

Permalink
2023.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rweisleder committed May 30, 2023
1 parent 045760f commit 8cdae88
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.1</version>
<version>2023.1.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.1.exe'
$sha256sum = 'fc4038ca702110842a20bef100fae8be68c246ec405fac1dbb6154455003bce2'
$url = 'https://download.jetbrains.com/idea/ideaIC-2023.1.2.exe'
$sha256sum = '19282a20ce88ab555c13f633a4bff89175ba5856776aa011b3a5a7e92b675599'

$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.1</version>
<version>2023.1.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.1.exe'
$sha256sum = '7e66b357160ed22252320ad828c22b010d2bb45aed780b16bf4e7bcd694051ec'
$url = 'https://download.jetbrains.com/idea/ideaIU-2023.1.2.exe'
$sha256sum = '714d778d68214370cbd6f1b839b11084e1d6edc3b54e27650f43ff2cb27c2347'

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

0 comments on commit 8cdae88

Please sign in to comment.