Skip to content

Commit

Permalink
Update mod to 987/merge
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 23, 2023
1 parent a61b035 commit a06238a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions mod.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<packageSourceUrl>https://github.com/moderneinc/chocolatey-moderne</packageSourceUrl>
<owners>moderne.io</owners>

<title>mod (Install)</title>
<title>mod (Install)</title>
<authors>Moderne Inc.</authors>
<projectUrl>https://www.moderne.io/</projectUrl>
<!--<iconUrl>http://rawcdn.githack.com/__REPLACE_YOUR_REPO__/master/icons/mod.png</iconUrl>-->
<iconUrl>https://app.moderne.io/favicon/favicon_android_192.png</iconUrl>
<copyright>2023 Moderne Inc.</copyright>
<docsUrl>https://docs.moderne.io/</docsUrl>
<bugTrackerUrl>https://github.com/moderneinc/support-app/issues</bugTrackerUrl>
<bugTrackerUrl>https://github.com/moderneinc/chocolatey-moderne/issues</bugTrackerUrl>
<tags>mod moderne mod-cli</tags>
<summary>Automated code remediation.</summary>
<description>
Expand Down
6 changes: 3 additions & 3 deletions tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
$ErrorActionPreference = 'Stop'
$ErrorActionPreference = 'Stop'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$version = 'v1.6.17'
$version = "v$env:ChocolateyPackageVersion"

$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileFullPath = "$toolsDir\\mod.exe"
url = "https://pkgs.dev.azure.com/moderneinc/moderne_public/_packaging/moderne/maven/v1/io/moderne/moderne-cli-windows/$version/moderne-cli-windows-$version"

checksum = '17C2CAD554876B5AA4458197904D25C0485D0FACD9E6404F58A8CB3EF4081E93'
checksum = 'D075B9E6D56B9E2398B57CB4D43AEF27D4256D2957CC0D9B264A62580920C8E0'
checksumType = 'sha256'
}

Expand Down

0 comments on commit a06238a

Please sign in to comment.