Skip to content

Commit

Permalink
dagger: upgrade to 0.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
esafak committed May 11, 2024
1 parent a2fca7b commit 9bf4be7
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.2 v
github.setup dagger dagger 0.11.4 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 a72546535b5be79b93a4ff5cef5eacdb1a72019c \
sha256 7d21142b79fc2827099f1b4023c31215fd6aa817a7e4df803840b973766356e3 \
size 10148037
checksums rmd160 60f8c68f1a53919339bafd827be0731f7b57bc54 \
sha256 2f6a42332345d9ac2b683a844ba3e79a4c7333b3e3d83e76215a25c934821401 \
size 10162024
}
arm64 {
distfiles dagger_v${version}_darwin_arm64${extract.suffix}
checksums rmd160 b16fda5e664b1e152466cfeafa1c010ca1cbe674 \
sha256 a38748f17850d7167006347ea060c72f6dd540ae1235063074796e8a257bed38 \
size 9806862
checksums rmd160 5b2a3b50131437ef48f02502ac2e74c4c0b70187 \
sha256 6290f08e28d7ac9c352fb64ab2934f269dc02989fcf2afa702959570f98936a1 \
size 9817173
}
default {
known_fail yes
Expand Down

0 comments on commit 9bf4be7

Please sign in to comment.