Skip to content

Commit

Permalink
Merge pull request #128674 from ZhongRuoyu/bump-d2-0.4.1
Browse files Browse the repository at this point in the history
d2 0.4.1
  • Loading branch information
github-merge-queue[bot] authored Apr 18, 2023
2 parents 2ba43fc + 2cb915d commit bf31911
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/d2.rb
Original file line number Diff line number Diff line change
@@ -1,19 +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.4.0.tar.gz"
sha256 "b905a384b6fcd46da325d638d097545bb3795704fa5c3ef52cbf92fabc7b017d"
url "https://github.com/terrastruct/d2/archive/refs/tags/v0.4.1.tar.gz"
sha256 "abfc926a7dbb090c73012c8bf37558a8ae49d5c6045211b50a3386d8cd60b8dd"
license "MPL-2.0"
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
Expand Down

0 comments on commit bf31911

Please sign in to comment.