From 1179d9ca69c02d6602046a4b191fa5b2f1c53f41 Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Tue, 1 Feb 2022 20:15:14 +0000 Subject: [PATCH] AU: 1 updated - clion-ide [skip ci] https://gist.github.com/675e3f672bda54270f8d7f5415f9374d/34f9e658b72ee74b2f24e0a1ff9bc2a52d85a617 --- automatic/clion-ide/clion-ide.nuspec | 2 +- automatic/clion-ide/tools/chocolateyinstall.ps1 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/automatic/clion-ide/clion-ide.nuspec b/automatic/clion-ide/clion-ide.nuspec index d2f51ec6a..5ecbd2655 100644 --- a/automatic/clion-ide/clion-ide.nuspec +++ b/automatic/clion-ide/clion-ide.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/clion-ide/tools/chocolateyinstall.ps1 b/automatic/clion-ide/tools/chocolateyinstall.ps1 index 933df5f06..a9325c7ee 100644 --- a/automatic/clion-ide/tools/chocolateyinstall.ps1 +++ b/automatic/clion-ide/tools/chocolateyinstall.ps1 @@ -1,8 +1,8 @@ $ErrorActionPreference = 'Stop'; $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$url = 'https://download.jetbrains.com/cpp/CLion-2021.3.2.exe' -$checksum = 'd7210b68a391fe2293ce7eab6cbc300233d41245c19c9053a939c8bc3a4aef1b' +$url = 'https://download.jetbrains.com/cpp/CLion-2021.3.3.exe' +$checksum = 'f57437c12194811439fd4a962f3e29e118e62b9fed9b312beed4af92e865c02b' $checksumType = 'sha256' # Workaround for https://youtrack.jetbrains.com/issue/IDEA-202935