Skip to content

Commit 515cbf0

Browse files
authored
Merge pull request #203676 from Homebrew/bump-eza-0.20.16
eza 0.20.16
2 parents f771a62 + 652ddd1 commit 515cbf0

File tree

1 file changed

+8
-15
lines changed

1 file changed

+8
-15
lines changed

Formula/e/eza.rb

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,24 @@
11
class Eza < Formula
22
desc "Modern, maintained replacement for ls"
33
homepage "https://github.com/eza-community/eza"
4-
url "https://github.com/eza-community/eza/archive/refs/tags/v0.20.15.tar.gz"
5-
sha256 "cbb50e61b35b06ccf487ee6cc88d3b624931093546194dd5a2bbd509ed1786d6"
4+
url "https://github.com/eza-community/eza/archive/refs/tags/v0.20.16.tar.gz"
5+
sha256 "be5eb8d314f817bbfdcad4d21e66d2a8c4006ba4619735297b5233887ebdbe99"
66
license "EUPL-1.2"
7-
revision 2
87

98
bottle do
10-
sha256 cellar: :any, arm64_sequoia: "55c6c9d272929f739343123f40060696d3feaf7c14d1c1acb70972d47f1e38aa"
11-
sha256 cellar: :any, arm64_sonoma: "e72f8a8d3a3a8907fee79ffca57ec20758ac989ef927a9306b43648cb60f311f"
12-
sha256 cellar: :any, arm64_ventura: "04b6296f15d56e106778b621163829f24d83e6d34c3891c91560210cbfef62f7"
13-
sha256 cellar: :any, sonoma: "22b0c6b0f0c3600a455468924cd38ca5a781e6e255c82998034c63cb3f168adf"
14-
sha256 cellar: :any, ventura: "2b39d3a516e84eb9d22886d8acd3a7573a9f4f2bb08f338a9f0b0ce24805210d"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "2109d06eb6c10d8212a52cb4c5914d46014de699c74394cebbd0d805f7158d7e"
9+
sha256 cellar: :any, arm64_sequoia: "037a3eb1e26c2d23cef52b0a310f37131946c51a830529ab81a94492cf62b58a"
10+
sha256 cellar: :any, arm64_sonoma: "998c070811129b6a71953fc450b25d0a65663d3b99615f388ac6f28bb22349a8"
11+
sha256 cellar: :any, arm64_ventura: "c43d86e9a96d02864410bc463bd9ff26aae793a5ea609987dce7b4fee481de5b"
12+
sha256 cellar: :any, sonoma: "cc37088f74be683b70c28a818ff8fb90db9efef27553d8a23962ed38e97563e0"
13+
sha256 cellar: :any, ventura: "211f311e6e85c635bf275554844a7f5cc8a0236079f797a2eab4292801c6bd44"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "5e809038d80e94dcae6681fb71f90eda3335f5c03a60086e5db3edb4aa9b51b5"
1615
end
1716

1817
depends_on "pandoc" => :build
1918
depends_on "pkgconf" => :build
2019
depends_on "rust" => :build
2120
depends_on "libgit2"
2221

23-
# libgit2 1.9 build patch
24-
patch do
25-
url "https://github.com/eza-community/eza/commit/7241ea4d128ca47b8f5e756a65fa3d4f1d5b5ce7.patch?full_index=1"
26-
sha256 "e8b0a22c552d746936c332ff0558192578a8016aa6f5cb060535c5d1adeddcc7"
27-
end
28-
2922
def install
3023
ENV["LIBGIT2_NO_VENDOR"] = "1"
3124

0 commit comments

Comments
 (0)