Skip to content

Commit

Permalink
Merge pull request #205485 from kyu08/update-fzf-make.rb-1737800304
Browse files Browse the repository at this point in the history
fzf-make 0.56.0
  • Loading branch information
BrewTestBot authored Jan 25, 2025
2 parents 86bf69b + da50518 commit d83de19
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/f/fzf-make.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
class FzfMake < Formula
desc "Fuzzy finder with preview window for make, pnpm, & yarn"
homepage "https://github.com/kyu08/fzf-make"
url "https://github.com/kyu08/fzf-make/archive/refs/tags/v0.55.0.tar.gz"
sha256 "364f6769b22377130d10fe3f8656a5bb1832b39ee6f0ed50cae5a00d72ba8c06"
url "https://github.com/kyu08/fzf-make/archive/refs/tags/v0.56.0.tar.gz"
sha256 "a3b5d0fe880dec4417f5078b93ad808678168d0edd418cc6e0489b982a97cc58"
license "MIT"
head "https://github.com/kyu08/fzf-make.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "8b199d6dece7defd8fd60abce9aa3ee9b31c4626325f82d82a5e7b74db57decf"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9148620a971bf96e234be8c5a4cf91221fc1d25dc2be5558020e2d38b02b1794"
sha256 cellar: :any_skip_relocation, arm64_ventura: "a0fa5902949fd7fd653e1a3f50f38c74ca949e611f6e9683ee9660c07acf41d1"
sha256 cellar: :any_skip_relocation, sonoma: "8915cc6ad84209949036456f5bdc3e567cab2f0327c9a8ab8047b33435265cd6"
sha256 cellar: :any_skip_relocation, ventura: "05b9c3dc7006ebd8fa5491c8ad58c91f163213073bdb48dd759b32f1131f3405"
sha256 cellar: :any_skip_relocation, x86_64_linux: "7bc7c88a97bae9b516253b02a9175cb8e71b23b0efabc268c915e882b1962f8a"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b8ea84506c6e8ddb2a743ad9371f176e2d6b67a8e7b0bd71b0cae9ef442e8d98"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "57458915484dfb96450a8804ef3ae78cff3b6dd8cd11e9deaa82896b6be18b2a"
sha256 cellar: :any_skip_relocation, arm64_ventura: "2f40bc205a87839b5f70567c4e304eab489b6b616cef5d658951cca6ee74c735"
sha256 cellar: :any_skip_relocation, sonoma: "71d91df66f9a99dfc5d99cfd144bc3b212e394976a8211108623e239217cba39"
sha256 cellar: :any_skip_relocation, ventura: "92f53ffc30bcb62763e44a989e8bc33e28e9b621853e8e0b2fb21be01406f863"
sha256 cellar: :any_skip_relocation, x86_64_linux: "cd1e1edddd90f0a94226712f8e551998b4306548e7f9e2cde29e119f416f16e8"
end

depends_on "rust" => :build
Expand Down

0 comments on commit d83de19

Please sign in to comment.