Skip to content

Commit

Permalink
Update chocolateyinstall.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
Joan Viladrosa authored Dec 14, 2023
1 parent ac6de9f commit ff6cbdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ $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"
url = "https://pkgs.dev.azure.com/moderneinc/moderne_public/_packaging/staging/maven/v1/io/moderne/moderne-cli-windows/$version/moderne-cli-windows-$version"

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

Expand Down

0 comments on commit ff6cbdc

Please sign in to comment.