Skip to content

Commit 6f22788

Browse files
authored
Merge pull request Homebrew#230473 from Homebrew/bump-lf-36
lf 36
2 parents 41187d4 + f773d4a commit 6f22788

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/l/lf.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Lf < Formula
22
desc "Terminal file manager"
33
homepage "https://godoc.org/github.com/gokcehan/lf"
4-
url "https://github.com/gokcehan/lf/archive/refs/tags/r35.tar.gz"
5-
sha256 "bf2ecd63eb75ceeb88f42977d49515bbd755b7f3d4db651a097c6ba47fd2d989"
4+
url "https://github.com/gokcehan/lf/archive/refs/tags/r36.tar.gz"
5+
sha256 "478be3cfae12322273985f443496a511b444ebbd5d5bbec05f7eddaa9b098968"
66
license "MIT"
77
head "https://github.com/gokcehan/lf.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "bb2fd1277994cd58d26058b7b79b560563b1733f86ef7b1931afb091ea5f8929"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "bb2fd1277994cd58d26058b7b79b560563b1733f86ef7b1931afb091ea5f8929"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "bb2fd1277994cd58d26058b7b79b560563b1733f86ef7b1931afb091ea5f8929"
13-
sha256 cellar: :any_skip_relocation, sonoma: "72d2ccadb950ce041d90cd51412d923023acb6be4f95a7e71b479dfc99a5e83c"
14-
sha256 cellar: :any_skip_relocation, ventura: "72d2ccadb950ce041d90cd51412d923023acb6be4f95a7e71b479dfc99a5e83c"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "f19fd571e8a2c1ea5277641ed7d335078643cc7a6e7cfa40ba6a1021778f86c1"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "0f21fbd28a05279721ee622d04e9f21daa7a1b7870e47dbabe293c2e88556fed"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0f21fbd28a05279721ee622d04e9f21daa7a1b7870e47dbabe293c2e88556fed"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "0f21fbd28a05279721ee622d04e9f21daa7a1b7870e47dbabe293c2e88556fed"
13+
sha256 cellar: :any_skip_relocation, sonoma: "8a7f38f3d9a1932a6c9934b340eff00dfc5f0839307cde99f7b663d4b6c78f7c"
14+
sha256 cellar: :any_skip_relocation, ventura: "8a7f38f3d9a1932a6c9934b340eff00dfc5f0839307cde99f7b663d4b6c78f7c"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "a18a64f717ec6dbc4cdf4615e0bdf0b6735e32ad9d439f596446faf1ec54836e"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)