From 2f67706e0c4aa62f60d2842d401a8cc896ae301c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 15 Dec 2024 10:56:17 +0000 Subject: [PATCH 1/2] fzf 0.57.0 --- Formula/f/fzf.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fzf.rb b/Formula/f/fzf.rb index 6f9abbb009f06..b205c7ee5b10e 100644 --- a/Formula/f/fzf.rb +++ b/Formula/f/fzf.rb @@ -1,8 +1,8 @@ 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" From 7e7d61b1e9df6ee95a3cb73fa6b339a4dbcfc609 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 15 Dec 2024 11:20:00 +0000 Subject: [PATCH 2/2] fzf: update 0.57.0 bottle. --- Formula/f/fzf.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/f/fzf.rb b/Formula/f/fzf.rb index b205c7ee5b10e..d24ae6b4a2cf5 100644 --- a/Formula/f/fzf.rb +++ b/Formula/f/fzf.rb @@ -7,12 +7,12 @@ class Fzf < Formula 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