From 7de304092a8f61d1a9c5eaaa8e1024bd413752c6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 7 Dec 2023 00:38:55 +0000 Subject: [PATCH 1/2] d2 0.6.2 --- Formula/d/d2.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/d2.rb b/Formula/d/d2.rb index 90e08cd7a9fd..97abb5278e37 100644 --- a/Formula/d/d2.rb +++ b/Formula/d/d2.rb @@ -1,8 +1,8 @@ class D2 < Formula desc "Modern diagram scripting language that turns text to diagrams" homepage "https://d2lang.com/" - url "https://github.com/terrastruct/d2/archive/refs/tags/v0.6.1.tar.gz" - sha256 "c76e822755a64e2a6902d1f75a17bcda779c46cb36edc751b3eaa8d6f168b243" + url "https://github.com/terrastruct/d2/archive/refs/tags/v0.6.2.tar.gz" + sha256 "a6de0a9b99fd77176fb62bba095f6320b7fdd96928326a84516206561744062c" license "MPL-2.0" head "https://github.com/terrastruct/d2.git", branch: "master" From 9f030bded493db9553e21d04ef8d31e552d09dc3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 7 Dec 2023 03:13:18 +0000 Subject: [PATCH 2/2] d2: update 0.6.2 bottle. --- Formula/d/d2.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/d2.rb b/Formula/d/d2.rb index 97abb5278e37..23926d1893f2 100644 --- a/Formula/d/d2.rb +++ b/Formula/d/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_sonoma: "d9382456ffbd86fcbd3478cbc268dfe59ee1563564b02bb5f0a54320c596f2bd" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a0fe2b8e47218ddc91662d1d60c2975c750457501590a0af6c8d77123cb9c746" - sha256 cellar: :any_skip_relocation, arm64_monterey: "e5fd79a185e1846ce9735155883c025f420304b5e0bc6139ca5c673c7ca2bfad" - sha256 cellar: :any_skip_relocation, sonoma: "e11efab3a9c774f0786f3100d4fe37ec867fd46d627235c384097d90bc0a558e" - sha256 cellar: :any_skip_relocation, ventura: "a3f28e72a01eeba92b2fc1892065cb70de4f5d77f0e2e02c88537f5e4644fb51" - sha256 cellar: :any_skip_relocation, monterey: "abdd1ab0357b1fd0d639694ef3d17257663ca457ae7595db3f0c19c79f66dc5d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "50d435963a9b1ec4035904bf588c3d0abf7fd090429d454ec05def539692c753" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c2964b2cb9d7849ef072048c785a6245049297c41c910ead47a7b43301a09861" + sha256 cellar: :any_skip_relocation, arm64_ventura: "feb3ef7ab6feb895633b70013d721ac50fb6dc157f13e1319aa2dc1cb8fbee46" + sha256 cellar: :any_skip_relocation, arm64_monterey: "40e79a18d4f191e18a67c1cd9fefa634dbec0a1856218d2eae51fa39e676b396" + sha256 cellar: :any_skip_relocation, sonoma: "9585665ddb99b84ce69395fa4574c951018b75d10484362c56b896aac8b0491d" + sha256 cellar: :any_skip_relocation, ventura: "700bd4d42f912744a990262756e081f0acf75598734084d9893ef6e73a4e77c4" + sha256 cellar: :any_skip_relocation, monterey: "0c28b62d08adf49de57cf8043b08207259bcc707f4b48f8af476cb65c122a1d7" + sha256 cellar: :any_skip_relocation, x86_64_linux: "155ff9c2b9f14487a6081148cedc6e72488612a6bb719fa092d2028eca260c6d" end depends_on "go" => :build