Skip to content

Commit

Permalink
Updated version to 2023.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: Zed <zed@zedd.dev>
  • Loading branch information
ZedG2 committed Aug 31, 2023
1 parent ef04ae9 commit c42c194
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</version>
<version>2023.2.1</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.exe'
$sha256sum = '62a190e929846a673473da098b3eceeff3bf54b3bc83a9b67fcad1b548776b34'
$url = 'https://download.jetbrains.com/idea/ideaIC-2023.2.1.exe'
$sha256sum = '991308f6f0df63d4d0a4381822adb93aeebbec818f48671011d8fb81f6a02c2d'

$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</version>
<version>2023.2.1</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.exe'
$sha256sum = 'f48cb0399ec64256ab6c5a12746103ab6220800eec778723732b08a65581f0e3'
$url = 'https://download.jetbrains.com/idea/ideaIU-2023.2.1.exe'
$sha256sum = '8b64939952d234811df838d6c55796dbe9364cbba8f837cd68ed68fee7a5e70f'

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

0 comments on commit c42c194

Please sign in to comment.