Skip to content

Commit

Permalink
dagger: update to 0.11.6
Browse files Browse the repository at this point in the history
  • Loading branch information
esafak committed Jun 1, 2024
1 parent 1abd92e commit deffbd7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions devel/dagger/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 dagger dagger 0.11.5 v
github.setup dagger dagger 0.11.6 v
github.tarball_from releases
revision 0

Expand All @@ -24,15 +24,15 @@ homepage https://dagger.io
switch ${build_arch} {
x86_64 {
distfiles dagger_v${version}_darwin_amd64${extract.suffix}
checksums rmd160 8fa4df178108d5d1c7bca6b53444df354c6f4054 \
sha256 004b61f1e64cdf1686e5555280b6f1d88886f71c5e110aee7e5b5961dec30c2f \
size 10016888
checksums rmd160 0ac8f648b7a17b6e2a7fa599897576c2e6ccd387 \
sha256 8f3752117afd5cbccf0d79209c0cab5ecba8af55d03e46b5d4ae64a240108770 \
size 10018373
}
arm64 {
distfiles dagger_v${version}_darwin_arm64${extract.suffix}
checksums rmd160 b20f12e486baa48897d37af69bceec0d32d8d76a \
sha256 546c2e84bb09f182227c694c57f33a2fe4a81f533963808871b94ed4401f60dc \
size 9455015
checksums rmd160 718f74fa691c4e6ac7eb505dd16e5fbcaebbdebf \
sha256 5ceb1f485b9bc7f363940d1a3c50f96a4da1d8292a0307294aabc379e5dedd08 \
size 9453745
}
default {
known_fail yes
Expand Down

0 comments on commit deffbd7

Please sign in to comment.