Skip to content

Commit

Permalink
Bump Micronaut Chocolatey package to v4.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
micronaut-build committed Nov 22, 2024
1 parent 8b2a2be commit 0e7f63d
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.0</version>
<version>4.7.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.7.0'
$version = '4.7.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 = 'BF9914E26A2E106B5DC519AC32A699749FD89E631A9DE0F4CE890755AA20594C'
checksum = '960F412699AA1F0177BCF360D445C8C5E7E3868658081175E806DE1A6D09559F'
checksumType = 'sha256'
}

Expand Down

0 comments on commit 0e7f63d

Please sign in to comment.