Skip to content

Commit

Permalink
Merge pull request #16 from dwfpol/main
Browse files Browse the repository at this point in the history
Update to 2023.3.1
  • Loading branch information
ZedG2 committed Dec 18, 2023
2 parents d6dcd6b + 262dcc9 commit aa38cfb
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.3</version>
<version>2023.3.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.3.exe'
$sha256sum = 'a7ea28a04e6b86f3ba6786aca9aa18dfde14559cf80c052233331ba920abddfb'
$url = 'https://download.jetbrains.com/idea/ideaIC-2023.3.1.exe'
$sha256sum = '6ae840104459e364def391355b754b4dd523dfb5eadb12c8d0c2d3136774e9c9'

$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.3</version>
<version>2023.3.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.3.exe'
$sha256sum = 'd879454acc8071c6e30aba5aed7b54eaa97061998e94f0ee50601f11ad9c41ff'
$url = 'https://download.jetbrains.com/idea/ideaIU-2023.3.1.exe'
$sha256sum = '6c086e6d75677f8fb213ff5b66ca5539725e2616bee48d2ecc12d84b1461e3a3'

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

0 comments on commit aa38cfb

Please sign in to comment.