From d3ab8b221e782652615ee6842ef8099ebd74b271 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 22:08:32 +0000 Subject: [PATCH] Update mod to v3.21.2 --- mod.nuspec | 2 +- tools/chocolateyinstall.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mod.nuspec b/mod.nuspec index 5090448..4e5af4c 100644 --- a/mod.nuspec +++ b/mod.nuspec @@ -4,7 +4,7 @@ mod moderne-cli - 3.21.1-beta + 3.21.2-beta moderne.io Moderne Inc. diff --git a/tools/chocolateyinstall.ps1 b/tools/chocolateyinstall.ps1 index 812dc8a..8253135 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 = '503147d69c1ca33fa46283e02ddefa05be0f945f5c085db458e5f9d5400d0df7' + checksum = 'be560701ed41e5d4e3f309ab4d0d826ccda64673749a5a1ac5759c176b2b88d8' checksumType = 'sha256' }