Skip to content

Commit

Permalink
Merge pull request #200814 from Homebrew/bump-fzf-make-0.45.0
Browse files Browse the repository at this point in the history
fzf-make 0.45.0
  • Loading branch information
BrewTestBot authored Dec 11, 2024
2 parents b71d8ab + a8223d2 commit 0e8a4fc
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions Formula/f/fzf-make.rb
Original file line number Diff line number Diff line change
@@ -1,23 +1,29 @@
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.44.0.tar.gz"
sha256 "bd75b11577e7b702474b462886e9645ebda05269894e0fb09d5219ccde9b6842"
url "https://github.com/kyu08/fzf-make/archive/refs/tags/v0.45.0.tar.gz"
sha256 "275fafd5ed2d9e7f9d08af44f61259b7d57633c6039c3ac8a407e005530ed2c6"
license "MIT"
head "https://github.com/kyu08/fzf-make.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "d95a74e9f06c9f12dda9d489e9d87b4bc8ad1a336b02c89dfd2b5d4d02c06b3d"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ba2d81999305134224064736c48492866c0cd7130f68fb5084db0b2c73330983"
sha256 cellar: :any_skip_relocation, arm64_ventura: "5d9d03f827e9cc00b560b1de6692edeb1bce430f86184f30fda16868f350f1c7"
sha256 cellar: :any_skip_relocation, sonoma: "46d971ea8454c8a56845d0e7ea63d17ba47368f8ce71bdab1eec57288f78c41e"
sha256 cellar: :any_skip_relocation, ventura: "290cc31faf41a589964968b285702acbafce2e1f5e4b2c7b6dad0f9042f4c4db"
sha256 cellar: :any_skip_relocation, x86_64_linux: "66b01f081f7cf02c57976c3b600f2da5f644e657a19e9bf2be47f1882e3c9d53"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "0d7d7a3ada84cadd31982e95348ca3464ca27501e70f4bde5ff7f5dfc1abd2cb"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "afeb0867ed6668c0a35e07810866991634ec52e14da12a02e1f34dd848a4920d"
sha256 cellar: :any_skip_relocation, arm64_ventura: "23df792826aabe4781a8780a16dde68ceaa85951d41154a664674e29f7c54976"
sha256 cellar: :any_skip_relocation, sonoma: "5a2c38cac3ab587b18b452f27ccb3f866996cdf1ed3bee2ad170a5625a2feff5"
sha256 cellar: :any_skip_relocation, ventura: "2800eb10834e3c36733ab8790e0a0de758bea381a92418a88c6a368ce9bb6255"
sha256 cellar: :any_skip_relocation, x86_64_linux: "aa5aea44235903cf756c1a31e6a03a75b78705d1e4cdb770f249fc684ae169c3"
end

depends_on "rust" => :build
depends_on "bat"

# build patch for missing `yarn` in runtime, upstream pr ref, https://github.com/kyu08/fzf-make/pull/387
patch do
url "https://github.com/kyu08/fzf-make/commit/ee2b04a324bf3653a450025dcfea76fce9dd97db.patch?full_index=1"
sha256 "ea5d7fff1409150f7f28701a444dcbce9e1e5a317665fde5eaacd86ef2e4ac3e"
end

def install
system "cargo", "install", *std_cargo_args
end
Expand Down

0 comments on commit 0e8a4fc

Please sign in to comment.