Skip to content

Commit da8e644

Browse files
authored
Merge pull request #217262 from Homebrew/bump-fzf-0.61.0
fzf 0.61.0
2 parents 6a251d7 + fd7d9c6 commit da8e644

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/f/fzf.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Fzf < Formula
22
desc "Command-line fuzzy finder written in Go"
33
homepage "https://github.com/junegunn/fzf"
4-
url "https://github.com/junegunn/fzf/archive/refs/tags/v0.60.3.tar.gz"
5-
sha256 "bdef337774050c26c6c4a6f38bc4ccb0901450854cd7f667cb3a330166a9ada5"
4+
url "https://github.com/junegunn/fzf/archive/refs/tags/v0.61.0.tar.gz"
5+
sha256 "5d72cdf708c6adc240b3b43dfecd218cf4703ea609422fb4d62812e9f79f0a12"
66
license "MIT"
77
head "https://github.com/junegunn/fzf.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "1124d444049ea2dc9d923143d5f2c782b6feb1363d982eaaa184189093d96545"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1124d444049ea2dc9d923143d5f2c782b6feb1363d982eaaa184189093d96545"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "1124d444049ea2dc9d923143d5f2c782b6feb1363d982eaaa184189093d96545"
13-
sha256 cellar: :any_skip_relocation, sonoma: "297501a786733ce02b17f0556639b119db14eb44b2dc1e8b138c265ce4c265a1"
14-
sha256 cellar: :any_skip_relocation, ventura: "297501a786733ce02b17f0556639b119db14eb44b2dc1e8b138c265ce4c265a1"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "c2862b0887563608e244f1276ab13a6b6bf569e10f90dc12fcd65de53545f378"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "18cd8adbcd003cde3aac476bf86a20acd17d5a8e0051a86150d76e6d6cddd66c"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "18cd8adbcd003cde3aac476bf86a20acd17d5a8e0051a86150d76e6d6cddd66c"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "18cd8adbcd003cde3aac476bf86a20acd17d5a8e0051a86150d76e6d6cddd66c"
13+
sha256 cellar: :any_skip_relocation, sonoma: "8abadf1e9641303e7866858907808fff899e252a4682e6f41475fc5ef35ced70"
14+
sha256 cellar: :any_skip_relocation, ventura: "8abadf1e9641303e7866858907808fff899e252a4682e6f41475fc5ef35ced70"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "4e26dd087b1a3d88f3eb95abd0965ff20535718ba9a39eca0ef359705d7bfbd5"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)