Skip to content

Commit

Permalink
Merge pull request #160008 from razvanazamfirei/bump-yazi-0.2.1
Browse files Browse the repository at this point in the history
yazi 0.2.1
  • Loading branch information
BrewTestBot committed Jan 16, 2024
2 parents 431119d + 03620f8 commit b23fe2d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/y/yazi.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
class Yazi < Formula
desc "Blazing fast terminal file manager written in Rust, based on async I/O"
homepage "https://github.com/sxyazi/yazi"
url "https://github.com/sxyazi/yazi/archive/refs/tags/v0.2.0.tar.gz"
sha256 "65c897fbedde55bb5bfdd81a9a4892ecc8a65ab9b2aa76d2faa56a64b1f281a6"
url "https://github.com/sxyazi/yazi/archive/refs/tags/v0.2.1.tar.gz"
sha256 "c821979b1ae08e7bcf2936635bfcd25715e74f240a6c4a2dbeb4ba9ce0d8be8b"
license "MIT"
head "https://github.com/sxyazi/yazi.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "bede36e75f06be786f7de1b79ff2af8d602b30b0fd8dea1123718ac8010a001a"
sha256 cellar: :any_skip_relocation, arm64_ventura: "20b93e66d8323982c99d8c6ec10b14d30e4303cd2ea86f20d01a344fa22a3f67"
sha256 cellar: :any_skip_relocation, arm64_monterey: "4b2b5033889eaa5c5ed8d3372cbf96ac038c63840ef8fada962dc61af740a603"
sha256 cellar: :any_skip_relocation, sonoma: "1a2f7b790cf7a6cab20fecddb24a3f0735c214edb4f00179dc4f7a8d99c29d73"
sha256 cellar: :any_skip_relocation, ventura: "86380b300d5bb05dcd112fb3aefa719b62f58fcf94c935360efaa1c26c500243"
sha256 cellar: :any_skip_relocation, monterey: "f85d31a38aef1b22d13a35db9c432220923d72f55da9b6d16d2837be41ca4958"
sha256 cellar: :any_skip_relocation, x86_64_linux: "a86f30480159a875e092f51d2f951fca6b4dc9a18de1cccde893bd4ce7c1c595"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ff93144810bb1d13ddfbbf3c5ad2776ea31670e1800ff59b92f2e8e08364f064"
sha256 cellar: :any_skip_relocation, arm64_ventura: "81e394de104170fc5f009c5c2d84f4a629ed8496be939ac748aa8a0c84c9b43f"
sha256 cellar: :any_skip_relocation, arm64_monterey: "c9950a55995ec80b13e3ed9cd485bdb4170a8c92ee355936e9a047ef5cbbcbee"
sha256 cellar: :any_skip_relocation, sonoma: "9c757c16cbc0e50b8e1f2043762acbbf724f774e7348f69eaee9f44297d4a46a"
sha256 cellar: :any_skip_relocation, ventura: "3f3f602d29a3f48b09685307ef074905bf5292af885ba15ff21fc3b81a61b8b0"
sha256 cellar: :any_skip_relocation, monterey: "3d992f73df4543532788dced545972534eeac7d756f910c321967087f9a546e2"
sha256 cellar: :any_skip_relocation, x86_64_linux: "ed07ec28ff267c6cef6444478f42efd18578962749a74ca80e72979022e6ccff"
end

depends_on "rust" => :build
Expand Down

0 comments on commit b23fe2d

Please sign in to comment.