|
1 | 1 | class Broot < Formula |
2 | 2 | desc "New way to see and navigate directory trees" |
3 | 3 | homepage "https://dystroy.org/broot/" |
4 | | - url "https://github.com/Canop/broot/archive/refs/tags/v1.49.1.tar.gz" |
5 | | - sha256 "390bc8958b2257f6e9c2169ffba221ad53b97f0d31912bddfbda24296609537a" |
| 4 | + url "https://github.com/Canop/broot/archive/refs/tags/v1.50.0.tar.gz" |
| 5 | + sha256 "096629487fbbca428ae8e59597e6af2eb41ef23c472aeba2c289b06105a1a924" |
6 | 6 | license "MIT" |
7 | 7 | head "https://github.com/Canop/broot.git", branch: "main" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_tahoe: "5d31c3d351607e8577c259cdb7117a1cf7d85dd22e3b49a6a08e9e26e7f218af" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "a768e3ca8a1c973be0d205e33e7db349549cea58ab7ff023fd1bd79a3bb6e749" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "90105fb7e9990b63bbc73310e3d625fb1d605cf0af81e956f99cd66f9376ef60" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "44da9d50ba6c3f7dc708966ca9cfefcd34c3a35f8eae1b54957027d88a5a642a" |
14 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "4fc2c2267f4c76c40b42179df6495b5e0d1e70232b3dd9adcdceb763a5af9bad" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "03e3760a62aa5d6f984e08c6d573adf992cc57adc4941c93e4ad106809f4edf4" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_tahoe: "fdb038a94f8c9d820a67c665bcedd1bab422e0c84f16887f1ac72e98fcbd8098" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "fae54a23b5de8191aa723de06f3cb0ad31c6082e8df0f4862223273773a26b0d" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "3ac767db5ea356b6c9e622429986edfad0bab2d6815c29efa2d758d5915b4cea" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "9ee0cfd37337746be31918ab03ea5edc2f151aa4d5acabf043435808bf594666" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "8e1e16f47313f318a70038636e1db6546de758b5d9e35b85eef09610bacb1601" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "c3254550aacec3f556b576518e6406802c283f8d1d17f8930ce51e7a8bf5bc42" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "rust" => :build |
|
0 commit comments