From 1032945b9f8f8fd431ee8a9fd6faf42640cf2c38 Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Wed, 25 May 2022 11:15:42 +0000 Subject: [PATCH] AU: 2 updated - intellijidea-edu pycharm-edu [skip ci] https://gist.github.com/675e3f672bda54270f8d7f5415f9374d/59eaa6ccc3009bbb7e9b66c450f12d9abb0876c1 --- automatic/intellijidea-edu/intellijidea-edu.nuspec | 2 +- automatic/intellijidea-edu/tools/chocolateyinstall.ps1 | 4 ++-- automatic/pycharm-edu/pycharm-edu.nuspec | 2 +- automatic/pycharm-edu/tools/chocolateyinstall.ps1 | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/automatic/intellijidea-edu/intellijidea-edu.nuspec b/automatic/intellijidea-edu/intellijidea-edu.nuspec index 6bc20f114..96011ac08 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 - 2022.1 + 2022.1.1 Maurice Kevenaar diff --git a/automatic/intellijidea-edu/tools/chocolateyinstall.ps1 b/automatic/intellijidea-edu/tools/chocolateyinstall.ps1 index c1c23eb3d..93a122b22 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-2022.1.exe' -$checksum = '031d04135b34aee525d1297067394c6c6160d5de88429a4d31f225a32348f49f' +$url = 'https://download.jetbrains.com/idea/ideaIE-2022.1.1.exe' +$checksum = 'e27ca1484f2a573cae026fc22a561331fbbd876f461584fe9af2f02d6bc1d804' $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 48290e32b..de52e75ef 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 - 2022.1 + 2022.1.1 Maurice Kevenaar diff --git a/automatic/pycharm-edu/tools/chocolateyinstall.ps1 b/automatic/pycharm-edu/tools/chocolateyinstall.ps1 index b042236d1..c58543fd0 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-2022.1.exe' -$checksum = 'e323092614ec5e7ec58f1e7b64305759c44a32d260092aa6d9bdc0b6e78f9e73' +$url = 'https://download.jetbrains.com/python/pycharm-edu-2022.1.1.exe' +$checksum = 'e105fad72b48ef5efc4a5ffed29ab3d8a3591dba05a2ededae8d7db1265090d1' $checksumType = 'sha256' # Workaround for https://youtrack.jetbrains.com/issue/IDEA-202935