Skip to content

Commit

Permalink
Bump Micronaut Chocolatey package to v4.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
micronaut-build committed Sep 4, 2024
1 parent 21ed1a6 commit 18b2de3
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.6.0</version>
<version>4.6.1</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.6.0'
$version = '4.6.1'

$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 = 'C191D75D51AADE4F73F38BEA8E242BF59BA848C2BEF2FC38F453A4AEDB46330C'
checksum = '566DE546416AFDDC9AA3CF64548568FC3C8350079C18CFC2029854ECD33B7F2C'
checksumType = 'sha256'
}

Expand Down

0 comments on commit 18b2de3

Please sign in to comment.