diff --git a/automatic/intellijidea-edu/intellijidea-edu.nuspec b/automatic/intellijidea-edu/intellijidea-edu.nuspec index 955f1fa70..cdfdb5bd4 100644 --- a/automatic/intellijidea-edu/intellijidea-edu.nuspec +++ b/automatic/intellijidea-edu/intellijidea-edu.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 2019.2.2 + 2019.3.1 Maurice Kevenaar diff --git a/automatic/intellijidea-edu/tools/chocolateyinstall.ps1 b/automatic/intellijidea-edu/tools/chocolateyinstall.ps1 index 5f8507c7b..3e9220d48 100644 --- a/automatic/intellijidea-edu/tools/chocolateyinstall.ps1 +++ b/automatic/intellijidea-edu/tools/chocolateyinstall.ps1 @@ -1,8 +1,8 @@ $ErrorActionPreference = 'Stop'; $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$url = 'https://download.jetbrains.com/idea/ideaIE-2019.2.2.exe' -$checksum = '9740965c5991cf82037faa351e28af1a5438b3775ebbb00dc1f1dbf054166012' +$url = 'https://download.jetbrains.com/idea/ideaIE-2019.3.1.exe' +$checksum = '419715adbf5e12a996cf93d6096e007225445ecc9033dadf2eeb61d32e895491' $checksumType = 'sha256' # Workaround for https://youtrack.jetbrains.com/issue/IDEA-202935