diff --git a/automatic/intellijidea-edu/intellijidea-edu.nuspec b/automatic/intellijidea-edu/intellijidea-edu.nuspec index af365e88c..37a5f5f91 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 - 2021.3.2 + 2021.3.3 Maurice Kevenaar diff --git a/automatic/intellijidea-edu/tools/chocolateyinstall.ps1 b/automatic/intellijidea-edu/tools/chocolateyinstall.ps1 index 11bedd1e8..1ea5f4e75 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-2021.3.2.exe' -$checksum = '03275ce4aa2a98b14b70eb85ca0c4653a2d9f1fb64ccb92f5c91e2d65f07e6ea' +$url = 'https://download.jetbrains.com/idea/ideaIE-2021.3.3.exe' +$checksum = 'cb4cbd2dee0d8f66332ace64fb2897693bc90729802a00304db7999dd4ad31e1' $checksumType = 'sha256' # Workaround for https://youtrack.jetbrains.com/issue/IDEA-202935 diff --git a/automatic/pycharm-edu/pycharm-edu.nuspec b/automatic/pycharm-edu/pycharm-edu.nuspec index a56a40892..ca860582f 100644 --- a/automatic/pycharm-edu/pycharm-edu.nuspec +++ b/automatic/pycharm-edu/pycharm-edu.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 2021.3.2 + 2021.3.3 Maurice Kevenaar diff --git a/automatic/pycharm-edu/tools/chocolateyinstall.ps1 b/automatic/pycharm-edu/tools/chocolateyinstall.ps1 index 7310557e2..3dff88b33 100644 --- a/automatic/pycharm-edu/tools/chocolateyinstall.ps1 +++ b/automatic/pycharm-edu/tools/chocolateyinstall.ps1 @@ -1,8 +1,8 @@ $ErrorActionPreference = 'Stop'; $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$url = 'https://download.jetbrains.com/python/pycharm-edu-2021.3.2.exe' -$checksum = '3b71bccbb01df1e63f30ffbef627df31a25e1ed441a30d59f44a56effc4c2ed6' +$url = 'https://download.jetbrains.com/python/pycharm-edu-2021.3.3.exe' +$checksum = '8bb039cb7b3ed6ba0b5feb4f833e296d434658477e1ce5ee9b7bbda44a19a2fb' $checksumType = 'sha256' # Workaround for https://youtrack.jetbrains.com/issue/IDEA-202935