From e41534bb68b169371823691386204b486688cd22 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 03:43:36 +0000 Subject: [PATCH] Update mod to v3.20.10 --- mod.nuspec | 2 +- tools/chocolateyinstall.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mod.nuspec b/mod.nuspec index 0999c7b..8e75126 100644 --- a/mod.nuspec +++ b/mod.nuspec @@ -4,7 +4,7 @@ mod moderne-cli - 3.20.9-beta + 3.20.10-beta moderne.io Moderne Inc. diff --git a/tools/chocolateyinstall.ps1 b/tools/chocolateyinstall.ps1 index 0e76d70..5566990 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 = '153cc48fea8f9c10ebbe2f2880f8b7b90143602a05baf27a2876a3ffb8b7be57' + checksum = '29076442b440edb5bafc5f37dee58d8fbbf82adce9e749cf8208edc9cdc9b5f9' checksumType = 'sha256' }