Skip to content

Commit

Permalink
Merge pull request #129372 from Homebrew/PR-129358-4806878430
Browse files Browse the repository at this point in the history
Replacement for #129358
  • Loading branch information
BrewTestBot authored Apr 26, 2023
2 parents 61ebf28 + 3c04033 commit b139ce7
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Formula/erdtree.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
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
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
Expand All @@ -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

0 comments on commit b139ce7

Please sign in to comment.