From abc22a82a5c781a8516f3e8469140054435ab100 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 19 Aug 2025 13:59:41 +0000 Subject: [PATCH 1/2] d2 0.7.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 583a96856d30..3acc61f5c64c 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.7.0.tar.gz" - sha256 "6e7e7c787755e61fc048cc0c2e939a330a3dad98ee0f3c1cd706f2c192416554" + url "https://github.com/terrastruct/d2/archive/refs/tags/v0.7.1.tar.gz" + sha256 "b784d6472d53fdaaa7ecc9bdbe23456e2b4a90e18736828028b3f951537e56a1" license "MPL-2.0" head "https://github.com/terrastruct/d2.git", branch: "master" From 547b4618bc530817fa83d6751a88e9af5240f598 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 19 Aug 2025 14:27:26 +0000 Subject: [PATCH 2/2] d2: update 0.7.1 bottle. --- Formula/d/d2.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/d/d2.rb b/Formula/d/d2.rb index 3acc61f5c64c..bb0c88e77b90 100644 --- a/Formula/d/d2.rb +++ b/Formula/d/d2.rb @@ -7,12 +7,12 @@ class D2 < Formula head "https://github.com/terrastruct/d2.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b263fd0a4c819aff3cf1f45401208ca46d0e0b9702de97565051ce7dca60162f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b263fd0a4c819aff3cf1f45401208ca46d0e0b9702de97565051ce7dca60162f" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b263fd0a4c819aff3cf1f45401208ca46d0e0b9702de97565051ce7dca60162f" - sha256 cellar: :any_skip_relocation, sonoma: "0bd702fe40271a6413415a26344a5f9386c62a12395f982c90f651a96cdaf4ce" - sha256 cellar: :any_skip_relocation, ventura: "0bd702fe40271a6413415a26344a5f9386c62a12395f982c90f651a96cdaf4ce" - sha256 cellar: :any_skip_relocation, x86_64_linux: "fe4c5b7a9948a73d481f89c3606abe5f10fe93522f937d12275862c9ff51baee" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2a82ceeada44a2e61646f59f749286ee4347ca364fe568007235089844fe473f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2a82ceeada44a2e61646f59f749286ee4347ca364fe568007235089844fe473f" + sha256 cellar: :any_skip_relocation, arm64_ventura: "2a82ceeada44a2e61646f59f749286ee4347ca364fe568007235089844fe473f" + sha256 cellar: :any_skip_relocation, sonoma: "cfca943125fe7319b8bd9a09256b9e62a6185d378b2394c307273a488567616e" + sha256 cellar: :any_skip_relocation, ventura: "cfca943125fe7319b8bd9a09256b9e62a6185d378b2394c307273a488567616e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "74e100511019db1329966018c384c0be60853e9e2bb5de50e8d4b092da92552a" end depends_on "go" => :build