Skip to content

Commit

Permalink
micronaut: update to 4.5.0 (macports#24445)
Browse files Browse the repository at this point in the history
  • Loading branch information
breun authored Jun 12, 2024
1 parent 1ea2f2b commit 22a1c43
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.4.3 v
github.setup micronaut-projects micronaut-starter 4.5.0 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 2ebdc4013eb48441d55a84b44419d7b5add77a40 \
sha256 4c30a6ad50f4a2831ae0045de5d721528c0d7914d439a751e3da8a166f6ae290 \
size 25720676
checksums rmd160 921d342b2d78c59142da126c0b8fbd5c37c4c4c9 \
sha256 98f98321b9e23c0e31a7a14a0a0fb496f1e1e02ef7444cf49c78802bfe6e3744 \
size 25832484
} elseif {${configure.build_arch} eq "arm64"} {
distname mn-darwin-aarch64-v${version}
checksums rmd160 8f55073daf3be604903685471688eb31825b59ab \
sha256 2f77301e3a1f318bc303f5d53cb170a22b5d01401d88f75e63b1360e88ba84a2 \
size 25446172
checksums rmd160 57fb74126a54ac219ae0949983247d23e4ff903a \
sha256 09b087c8271b14b3c7de6c38bfc436834d712026e301a0afdaf871aa6e3f3a04 \
size 25557941
}

use_zip yes
Expand Down

0 comments on commit 22a1c43

Please sign in to comment.