diff --git a/Formula/d2.rb b/Formula/d2.rb index 67f0ba3ff3f15..c2162b6f0df02 100644 --- a/Formula/d2.rb +++ b/Formula/d2.rb @@ -7,13 +7,13 @@ class D2 < Formula head "https://github.com/terrastruct/d2.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_ventura: "aa6980eac7277991f19b62db965ad917db2f8bd782e14a05d0abf139f53622ee" - sha256 cellar: :any_skip_relocation, arm64_monterey: "aa6980eac7277991f19b62db965ad917db2f8bd782e14a05d0abf139f53622ee" - sha256 cellar: :any_skip_relocation, arm64_big_sur: "aa6980eac7277991f19b62db965ad917db2f8bd782e14a05d0abf139f53622ee" - sha256 cellar: :any_skip_relocation, ventura: "aaeb30f27684f86c035ff28a79447b009eaff3189130bb51232f2eed4eba5f7d" - sha256 cellar: :any_skip_relocation, monterey: "aaeb30f27684f86c035ff28a79447b009eaff3189130bb51232f2eed4eba5f7d" - sha256 cellar: :any_skip_relocation, big_sur: "aaeb30f27684f86c035ff28a79447b009eaff3189130bb51232f2eed4eba5f7d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8376a6a43a0be965cb53b7c093afae42462d965c96dad5bf2818803495809872" + sha256 cellar: :any_skip_relocation, arm64_ventura: "73694adec77493fbfa475885204147c554adf728b450217721053f7b43bf9950" + sha256 cellar: :any_skip_relocation, arm64_monterey: "73694adec77493fbfa475885204147c554adf728b450217721053f7b43bf9950" + sha256 cellar: :any_skip_relocation, arm64_big_sur: "73694adec77493fbfa475885204147c554adf728b450217721053f7b43bf9950" + sha256 cellar: :any_skip_relocation, ventura: "cbbf20963e2d42aadd31ab4c4a42983eb351c59651aa90477cabbd85e43d4a21" + sha256 cellar: :any_skip_relocation, monterey: "cbbf20963e2d42aadd31ab4c4a42983eb351c59651aa90477cabbd85e43d4a21" + sha256 cellar: :any_skip_relocation, big_sur: "cbbf20963e2d42aadd31ab4c4a42983eb351c59651aa90477cabbd85e43d4a21" + sha256 cellar: :any_skip_relocation, x86_64_linux: "767b9dcebe9aba53a501f748189e22305c82de48cf058369bcf564b52432dd62" end depends_on "go" => :build