Skip to content

Commit

Permalink
micronaut: update to 4.7.6 (#27641)
Browse files Browse the repository at this point in the history
  • Loading branch information
breun authored Feb 12, 2025
1 parent 7d4f757 commit fb6ab26
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions java/micronaut/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup github 1.0

github.setup micronaut-projects micronaut-starter 4.7.5 v
github.setup micronaut-projects micronaut-starter 4.7.6 v
revision 0
name micronaut
categories java
Expand Down Expand Up @@ -57,14 +57,14 @@ github.tarball_from releases

if {${configure.build_arch} eq "x86_64"} {
distname mn-darwin-amd64-v${version}
checksums rmd160 d232229c12dc111e1a2cfc3cbab2c3b9efb65fe9 \
sha256 aa6dc09687bf645797d00572fe004a5b79f20a873359ccad291d4c78252a9d39 \
size 27818531
checksums rmd160 30115f6f716128d3d9773c57e17a403400e73a03 \
sha256 249c7e7128a877601b86158bb08a1461adc7c024aeff3d90a6929503ddbea249 \
size 27861555
} elseif {${configure.build_arch} eq "arm64"} {
distname mn-darwin-aarch64-v${version}
checksums rmd160 02b99c1119117b4d95b62025bc321509ddf0bb51 \
sha256 ea233ac21652c36324c423923be8648e9fa8eb1fce87f034ab1235cecf0d07b9 \
size 27594529
checksums rmd160 ec0e295d854a23f027de66dd78a5fb3367fdf346 \
sha256 b6a7162a9a3327a5cfa42453fab8c801d85d8b0248904931b519b4e93c8d7534 \
size 27645402
}

use_zip yes
Expand Down

0 comments on commit fb6ab26

Please sign in to comment.