Skip to content

Commit 88c016a

Browse files
authored
Merge pull request Homebrew#206000 from Homebrew/bump-xplr-0.21.10
xplr 0.21.10
2 parents 55378a4 + e6d6684 commit 88c016a

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

Formula/x/xplr.rb

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
class Xplr < Formula
22
desc "Hackable, minimal, fast TUI file explorer"
33
homepage "https://github.com/sayanarijit/xplr"
4-
url "https://github.com/sayanarijit/xplr/archive/refs/tags/v0.21.9.tar.gz"
5-
sha256 "345400c2fb7046963b2e0fcca8802b6e523e0fb742d0d893cb7fd42f10072a55"
4+
url "https://github.com/sayanarijit/xplr/archive/refs/tags/v0.21.10.tar.gz"
5+
sha256 "9d0201dd6beff259a614a6e38f7f321f1cbefd191d661fc70506c2ffd1501e33"
66
license "MIT"
77
head "https://github.com/sayanarijit/xplr.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any, arm64_sequoia: "723d64bfe826b1e4114a3804f7561e1491fa85ea21155fb59623d73a8e33da31"
11-
sha256 cellar: :any, arm64_sonoma: "e12c3daf98f01ef65c0712449f17b2e44941ae864468139028df465b5e6714f9"
12-
sha256 cellar: :any, arm64_ventura: "a5e3d5b13f3fae8554777905d97a8a5b5de096de7218f541d34059304b5f7dd1"
13-
sha256 cellar: :any, arm64_monterey: "4fead8b01327480386b45f7165f05c47dce16e3f575e15f74128739dca1f23ab"
14-
sha256 cellar: :any, sonoma: "251c75b3051e9e98a746ee31735042c7067e2269bd31e38aea2b7c1421d1c3aa"
15-
sha256 cellar: :any, ventura: "3293d23dcbd6c3b440b053c439eb662234ea9b9beb5f5a71365fb949e2354a40"
16-
sha256 cellar: :any, monterey: "bf794adee15ca2eabac6aa3d5ac1cab694a76bd2b787cbd15915b486b02485ca"
17-
sha256 cellar: :any_skip_relocation, x86_64_linux: "a2e5fd49885a71195c2c9e6087e3b8d2f1b6b9c4a866be343db5fd1e067d5915"
10+
sha256 cellar: :any, arm64_sequoia: "f9eaa658097641c0fa8f7e22485f999ce387f12da37e3155e0a95985f371d05d"
11+
sha256 cellar: :any, arm64_sonoma: "59e01ce7973743bfddbbb899edb5a18a528c4085f174c21f0c62b0c71b760ed1"
12+
sha256 cellar: :any, arm64_ventura: "a6a516ea9b316565240eb6ab74f86ef38d0e470d1f8a1a979b620f3d76bebb15"
13+
sha256 cellar: :any, sonoma: "2110581699fb59d12ed1a543303557bb29b20d4a10f24b0ff05c166398ed1a54"
14+
sha256 cellar: :any, ventura: "0974586bbdff2bae5f202b0bee0f1cee55e31d981adec4fe409e931965b4eefc"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "008b23323fabdece401987b87a8ccd6ac77ed38cebbc14d7e5b6a0d80196e086"
1816
end
1917

2018
depends_on "pkgconf" => :build

0 commit comments

Comments
 (0)