From b10850f76326c863fd6b1df1b16439b8606e4fc6 Mon Sep 17 00:00:00 2001 From: flcdrg Date: Sun, 11 Jun 2023 00:04:21 +0000 Subject: [PATCH] AU: 1 updated - resharper-clt.portable [skip ci] https://gist.github.com/flcdrg/7d00c69c2cde8309a8594abaa897a9a6/19f62d4e349dc139dc6c6b0a27233ba9507c3e71 --- resharper-clt.portable/resharper-clt.portable.json | 2 +- resharper-clt.portable/resharper-clt.portable.nuspec | 2 +- resharper-clt.portable/tools/chocolateyinstall.ps1 | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/resharper-clt.portable/resharper-clt.portable.json b/resharper-clt.portable/resharper-clt.portable.json index 2f4f9eb9..488b2355 100644 --- a/resharper-clt.portable/resharper-clt.portable.json +++ b/resharper-clt.portable/resharper-clt.portable.json @@ -1,4 +1,4 @@ { "Release": "2023.1.2", - "Release-Eap": "2023.2-EAP03" + "Release-Eap": "2023.2-EAP04" } diff --git a/resharper-clt.portable/resharper-clt.portable.nuspec b/resharper-clt.portable/resharper-clt.portable.nuspec index 25d67505..b80551cf 100644 --- a/resharper-clt.portable/resharper-clt.portable.nuspec +++ b/resharper-clt.portable/resharper-clt.portable.nuspec @@ -5,7 +5,7 @@ resharper-clt.portable JetBrains, flcdrg https://github.com/flcdrg/au-packages/tree/master/resharper-clt.portable - 2023.2-EAP03 + 2023.2-EAP04 JetBrains ReSharper Command Line Tools (Portable) JetBrains https://www.jetbrains.com/resharper/features/command-line.html diff --git a/resharper-clt.portable/tools/chocolateyinstall.ps1 b/resharper-clt.portable/tools/chocolateyinstall.ps1 index 6dfeb334..b0c8efcd 100644 --- a/resharper-clt.portable/tools/chocolateyinstall.ps1 +++ b/resharper-clt.portable/tools/chocolateyinstall.ps1 @@ -1,7 +1,7 @@ $ErrorActionPreference = 'Stop'; # stop on all errors -$url = 'https://download.jetbrains.com/resharper/dotUltimate.2023.2.EAP3/JetBrains.ReSharper.CommandLineTools.2023.2.EAP3.Checked.zip' -$checksum = 'b822cfc495642c0a416485f15ca574cc61420eabceaa1738888f75b22467376f' +$url = 'https://download.jetbrains.com/resharper/dotUltimate.2023.2.EAP4/JetBrains.ReSharper.CommandLineTools.2023.2.EAP4.Checked.zip' +$checksum = '41125f183f974b8096afeb6af8d7cfa46603174a478f7e4b6b60d83a7c75a6ff' $installPath = $(Split-Path -parent $MyInvocation.MyCommand.Definition)