Skip to content

Commit

Permalink
Merge pull request #146218 from Porkepix/bump-d2-0.6.1
Browse files Browse the repository at this point in the history
d2 0.6.1
  • Loading branch information
BrewTestBot authored Sep 27, 2023
2 parents 60aafb4 + 307e74e commit 797de08
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions Formula/d/d2.rb
Original file line number Diff line number Diff line change
@@ -1,21 +1,19 @@
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"

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
Expand Down

0 comments on commit 797de08

Please sign in to comment.