Skip to content

Commit

Permalink
Bump Micronaut Chocolatey package to v4.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
micronaut-build committed Feb 4, 2025
1 parent f74182a commit b1b11aa
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.4</version>
<version>4.7.5</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.4'
$version = '4.7.5'

$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 = '9A5C0957D54FC7FA20B18BF939A36E3EBAA64FFC107FF15B21E944F38424C7AB'
checksum = '9F0B744D73908D6714CAA404544C84F7DFD55B2E26A0CB08F1C44548A1AD5EDD'
checksumType = 'sha256'
}

Expand Down

0 comments on commit b1b11aa

Please sign in to comment.