Skip to content

Commit

Permalink
Bump Micronaut Chocolatey package to v4.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
micronaut-build committed Jan 10, 2025
1 parent dac13f5 commit e52179b
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.3</version>
<version>4.7.4</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.3'
$version = '4.7.4'

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

Expand Down

0 comments on commit e52179b

Please sign in to comment.