From 4bc5a0947d01c396aaed182b1088cf2c78deef25 Mon Sep 17 00:00:00 2001 From: Porkepix Date: Wed, 27 Sep 2023 10:54:30 +0200 Subject: [PATCH 1/2] d2 0.6.1 --- 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 391675fb74d77..161d781cb189c 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.0.tar.gz" - sha256 "8409de84c1d47fd325bc6daf7d1f012ff483f6e873b14550881803e6f6a07f35" + url "https://github.com/terrastruct/d2/archive/refs/tags/v0.6.1.tar.gz" + sha256 "c76e822755a64e2a6902d1f75a17bcda779c46cb36edc751b3eaa8d6f168b243" license "MPL-2.0" head "https://github.com/terrastruct/d2.git", branch: "master" From 307e74e72712ba5843cfe53a75b8cd26211ae489 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 27 Sep 2023 14:31:13 +0000 Subject: [PATCH 2/2] d2: update 0.6.1 bottle. --- Formula/d/d2.rb | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/Formula/d/d2.rb b/Formula/d/d2.rb index 161d781cb189c..90e08cd7a9fdc 100644 --- a/Formula/d/d2.rb +++ b/Formula/d/d2.rb @@ -7,15 +7,13 @@ class D2 < Formula head "https://github.com/terrastruct/d2.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "aade78c59116d67654c9d0cb2329d0f0c624c6966485e1d90d58db6269496829" - sha256 cellar: :any_skip_relocation, arm64_ventura: "c8946aea84430479abc5a3de1a4e6f10ca0d99cab4e3f78c0926ca4a0c8d8834" - sha256 cellar: :any_skip_relocation, arm64_monterey: "c8946aea84430479abc5a3de1a4e6f10ca0d99cab4e3f78c0926ca4a0c8d8834" - sha256 cellar: :any_skip_relocation, arm64_big_sur: "c8946aea84430479abc5a3de1a4e6f10ca0d99cab4e3f78c0926ca4a0c8d8834" - sha256 cellar: :any_skip_relocation, sonoma: "c45749be340680e1883587e4ab5f15a732cae055bab919189f437cd613dff775" - sha256 cellar: :any_skip_relocation, ventura: "fcb20e95819792adfaef88b6feffdf2a682416c3dddc72be4b71b25a9cf07e25" - sha256 cellar: :any_skip_relocation, monterey: "fcb20e95819792adfaef88b6feffdf2a682416c3dddc72be4b71b25a9cf07e25" - sha256 cellar: :any_skip_relocation, big_sur: "fcb20e95819792adfaef88b6feffdf2a682416c3dddc72be4b71b25a9cf07e25" - sha256 cellar: :any_skip_relocation, x86_64_linux: "25c8d136823322d336c09465f57ab22c5705bc7e5d228abd22601c66d3af233e" + 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" end depends_on "go" => :build