Skip to content

Commit

Permalink
Bump Micronaut Chocolatey package to v4.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
micronaut-build committed Dec 23, 2024
1 parent b7f20e0 commit d79ed58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion chocolatey/micronaut.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>micronaut</id>
<version>4.7.2</version>
<version>4.7.3</version>
<packageSourceUrl>https://github.com/micronaut-projects/micronaut-starter/tree/master/chocolatey</packageSourceUrl>
<owners>Álvaro Sánchez-Mariscal</owners>
<title>micronaut (Install)</title>
Expand Down
4 changes: 2 additions & 2 deletions chocolatey/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
$version = '4.7.2'
$version = '4.7.3'

$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
url = "https://github.com/micronaut-projects/micronaut-starter/releases/download/v$version/mn-win-amd64-v$version.zip"
checksum = 'D9887CB6D50EFBAFECC374F6E088E355E3A8C921B705757F07EDDA3F9E89F025'
checksum = '0DFB947BEB542367E03E4A8C6755572622C7D4FF58ED18D1CAEF6ABD066C7465'
checksumType = 'sha256'
}

Expand Down

0 comments on commit d79ed58

Please sign in to comment.