From dba9e95eb0586911d3bf104e1ebe7d05dcdb43f2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 18 May 2024 00:04:25 +0000 Subject: [PATCH] Update mod to v3.6.3 --- mod.nuspec | 2 +- tools/chocolateyinstall.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mod.nuspec b/mod.nuspec index 129950b..6d37182 100644 --- a/mod.nuspec +++ b/mod.nuspec @@ -4,7 +4,7 @@ mod moderne-cli - 3.6.2-beta + 3.6.3-beta moderne.io Moderne Inc. diff --git a/tools/chocolateyinstall.ps1 b/tools/chocolateyinstall.ps1 index d70ca63..22f1c6e 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 = 'eb3dfa88ceedb2b406ee1e57b99c1a3af814b06920c0f3eb6083d31728cdd366' + checksum = 'd74b8d55f32b3bc9a7c563dfd5ecb758cbf159048c836bf1c7fbf8f88aecaa7e' checksumType = 'sha256' }