Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

micronaut: update to 4.7.4 #27357

Merged
merged 1 commit into from
Jan 11, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.3 v
github.setup micronaut-projects micronaut-starter 4.7.4 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 04832766055e6821056c012ccd82ebb33c0c10cc \
sha256 870c7839460cc153a0c8b4f1fe5c32fecf510aebb602c537cca47fad34dde848 \
size 27808338
checksums rmd160 7253fb74b347473af3e5e25264586709ef847cd6 \
sha256 4378e5a08c2c9b6537418c69eaeabdc70bd4307d7169bc87bd6f7202c8b23aa6 \
size 27810802
} elseif {${configure.build_arch} eq "arm64"} {
distname mn-darwin-aarch64-v${version}
checksums rmd160 87b3b9a5f18386f2741732d56bf5232098f9ce4a \
sha256 d927685d269e8736769e1cb6d959382ca80ae086ce000fa01f2b3ac6ca0563c1 \
size 27590069
checksums rmd160 1a17baf29782263692b1353da5cef16914a27c21 \
sha256 aede660b49fdcafb393218d7279618bbb9dde40bdb8a0bad135b61235dd79167 \
size 27595008
}

use_zip yes
Expand Down