Skip to content

Commit

Permalink
Merge pull request #201243 from Homebrew/bump-fzf-0.57.0
Browse files Browse the repository at this point in the history
fzf 0.57.0
  • Loading branch information
BrewTestBot authored Dec 15, 2024
2 parents 96b7469 + 7e7d61b commit 057dddb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/f/fzf.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
class Fzf < Formula
desc "Command-line fuzzy finder written in Go"
homepage "https://github.com/junegunn/fzf"
url "https://github.com/junegunn/fzf/archive/refs/tags/v0.56.3.tar.gz"
sha256 "fc7bf3fcfdc3c9562237d1e82196618201a39b3fd6bf3364149516b288f5a24a"
url "https://github.com/junegunn/fzf/archive/refs/tags/v0.57.0.tar.gz"
sha256 "d4e8e25fad2d3f75943b403c40b61326db74b705bf629c279978fdd0ceb1f97c"
license "MIT"
head "https://github.com/junegunn/fzf.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "5950deebde5f28640f560d325d24a2de3733ceee67018ea871bd892c72c7cc02"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5950deebde5f28640f560d325d24a2de3733ceee67018ea871bd892c72c7cc02"
sha256 cellar: :any_skip_relocation, arm64_ventura: "5950deebde5f28640f560d325d24a2de3733ceee67018ea871bd892c72c7cc02"
sha256 cellar: :any_skip_relocation, sonoma: "d966b27087cf6f532ebfc3b0d049e4ef04378bd2b3c2c8381016b37c762b9e1a"
sha256 cellar: :any_skip_relocation, ventura: "d966b27087cf6f532ebfc3b0d049e4ef04378bd2b3c2c8381016b37c762b9e1a"
sha256 cellar: :any_skip_relocation, x86_64_linux: "4634fa4ef2deba42f297111e2f6a3104963d83a7d24767ccf6d2b9ce74ed9d13"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e5aa7ffe0339646ca7aa053748df1cc15df7c666562c9352a07bc939a44eb125"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e5aa7ffe0339646ca7aa053748df1cc15df7c666562c9352a07bc939a44eb125"
sha256 cellar: :any_skip_relocation, arm64_ventura: "e5aa7ffe0339646ca7aa053748df1cc15df7c666562c9352a07bc939a44eb125"
sha256 cellar: :any_skip_relocation, sonoma: "8b7bbbc2d90f4c8309daed2b0ab4734d8a18c04cf8fc6b81414c282a68f2be0d"
sha256 cellar: :any_skip_relocation, ventura: "8b7bbbc2d90f4c8309daed2b0ab4734d8a18c04cf8fc6b81414c282a68f2be0d"
sha256 cellar: :any_skip_relocation, x86_64_linux: "ff6ea002be72a34d6214b7af07693af7a19961d36864248a6bac7eb6945d671a"
end

depends_on "go" => :build
Expand Down

0 comments on commit 057dddb

Please sign in to comment.