From 478dcf3adcb18528e06368e4cc7a4fdfc91fb816 Mon Sep 17 00:00:00 2001 From: Benjamin Nguyen Date: Wed, 26 Apr 2023 01:54:58 -0400 Subject: [PATCH 1/2] erdtree 2.0.0 * erdtree 2.0.0 * erdtree: fix test The binary has been renamed to `erd`. See [^1]. [^1]: https://github.com/solidiquis/erdtree/releases/tag/v2.0.0 Closes #129358. Co-authored-by: Ruoyu Zhong Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> --- Formula/erdtree.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/erdtree.rb b/Formula/erdtree.rb index e9379b279eb13..3e9749668936f 100644 --- a/Formula/erdtree.rb +++ b/Formula/erdtree.rb @@ -1,8 +1,8 @@ class Erdtree < Formula desc "Multi-threaded file-tree visualizer and disk usage analyzer" homepage "https://github.com/solidiquis/erdtree" - url "https://github.com/solidiquis/erdtree/archive/refs/tags/v1.8.1.tar.gz" - sha256 "67d4e4f52b73d968e2c2591a02b692cba2ecb065a4621ea048cf688a0f36e965" + url "https://github.com/solidiquis/erdtree/archive/refs/tags/v2.0.0.tar.gz" + sha256 "9e85f1d92ce4668fa4648348e98aed53fdca4bcbf61c2d5ba53174d459693099" license "MIT" bottle do @@ -23,6 +23,6 @@ def install test do touch "test.txt" - assert_match "test.txt", shell_output("#{bin}/et") + assert_match "test.txt", shell_output("#{bin}/erd") end end From 3c04033f430c0e5a92ed2262fd1c696beb8d5042 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 26 Apr 2023 09:41:34 +0000 Subject: [PATCH 2/2] erdtree: update 2.0.0 bottle. --- Formula/erdtree.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/erdtree.rb b/Formula/erdtree.rb index 3e9749668936f..17123c09150b4 100644 --- a/Formula/erdtree.rb +++ b/Formula/erdtree.rb @@ -6,13 +6,13 @@ class Erdtree < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_ventura: "0bc957c89bfce768d856e28561eef81ffea3ea7f5eb57f08097eb9eb493fe64d" - sha256 cellar: :any_skip_relocation, arm64_monterey: "9a9c60d5c58d94602c07e3c65c6bf30aaa5ea0be3a27d7495b01e6fe4361ee4f" - sha256 cellar: :any_skip_relocation, arm64_big_sur: "d7004b6aac45ac8e4be16db7f7bdb61bc9df16b5d1d229425b0ac495c4e53a93" - sha256 cellar: :any_skip_relocation, ventura: "68f18dc9d02a109f23f6707c5f7a61f23b55f08e8484be2fbaa01360dfd204a4" - sha256 cellar: :any_skip_relocation, monterey: "c1d3cd0a288e5dd9770a37ec565401fc0a9d20003079b23f0d192c6d6c906621" - sha256 cellar: :any_skip_relocation, big_sur: "20538da5fa82bfab4fb5c8e0f20bc4c0b52b59af7564e3c30c1b045c6f9eaaed" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ec974fdb3bd6041676abcff3ab2aba6852f39ce4de7419ef4d37609266f4d523" + sha256 cellar: :any_skip_relocation, arm64_ventura: "54cc4766235991ea24f3c00b6e18c332e01afcb6be277c8d27c1bfbea1fced44" + sha256 cellar: :any_skip_relocation, arm64_monterey: "d7877f045b088b4780d90579aae7ca5c8ed4fbcb0369a7c3d5036a20f0cf5c17" + sha256 cellar: :any_skip_relocation, arm64_big_sur: "ec2754e71bd16f8504d1015aea47d77f2dd3e9e4432c0114ae9b740d4820006f" + sha256 cellar: :any_skip_relocation, ventura: "f7392805a38c4590c4b0230d1910467ee6f0dc32cd1eaf637c358194970c33f0" + sha256 cellar: :any_skip_relocation, monterey: "cb8264322dccb0733e36d6f4c83794649cd968f82cd270fafd656e6c3feffd78" + sha256 cellar: :any_skip_relocation, big_sur: "64f2a40c3c98ca831a9802c00e86bd1d7c16257442a92d561d04aea707549337" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7ac86e575ba8672c788420eafce7d03d3ab9d094b5a27d54029ed3fe38065bda" end depends_on "rust" => :build