From 6f7b706b21c0921649c9d4341982755d28c89af3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 16:04:17 +0000 Subject: [PATCH] Update mod to v2.7.5 --- mod.nuspec | 2 +- tools/chocolateyinstall.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mod.nuspec b/mod.nuspec index 2afc2ae..86af7be 100644 --- a/mod.nuspec +++ b/mod.nuspec @@ -4,7 +4,7 @@ mod moderne-cli - 2.7.4-beta + 2.7.5-beta moderne.io Moderne Inc. diff --git a/tools/chocolateyinstall.ps1 b/tools/chocolateyinstall.ps1 index 2a246b5..01d23a1 100644 --- a/tools/chocolateyinstall.ps1 +++ b/tools/chocolateyinstall.ps1 @@ -12,7 +12,7 @@ $packageArgs = @{ fileFullPath = "$toolsDir\\mod.exe" url = "https://pkgs.dev.azure.com/moderneinc/moderne_public/_packaging/$branch/maven/v1/io/moderne/moderne-cli-windows/$version/moderne-cli-windows-$version" - checksum = 'b8a05bf8248b7acac3ed8e5171816d5d21454eecd6778d2fa776d1e11492e3cf' + checksum = '7fb7e98040409d73d6f924539b208c40e720e4449eb478193b4ba2a4e56070e7' checksumType = 'sha256' }