From 831861efb82d9e549c7548d10c67c6e6dc305f32 Mon Sep 17 00:00:00 2001 From: "Paulo F. Oliveira" Date: Sat, 21 Sep 2024 23:23:09 +0100 Subject: [PATCH 1/2] kerl: add Fish shell completion (released with kerl 4.3.0) --- Formula/k/kerl.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/k/kerl.rb b/Formula/k/kerl.rb index 839476014f56..ed49e5186e4e 100644 --- a/Formula/k/kerl.rb +++ b/Formula/k/kerl.rb @@ -15,6 +15,7 @@ def install bash_completion.install "bash_completion/kerl" zsh_completion.install "zsh_completion/_kerl" + fish_completion.install "fish_completion/kerl.fish" end test do From e7f98080bd4f0ba9daba140a3ced801b516cff09 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Sep 2024 19:09:37 +0000 Subject: [PATCH 2/2] kerl: update 4.3.0 bottle. --- Formula/k/kerl.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Formula/k/kerl.rb b/Formula/k/kerl.rb index ed49e5186e4e..05a9b0fcd850 100644 --- a/Formula/k/kerl.rb +++ b/Formula/k/kerl.rb @@ -7,7 +7,8 @@ class Kerl < Formula head "https://github.com/kerl/kerl.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, all: "a0bb9b435fdad340f08bc6dd37877aa75041019eccf6b145b4a558c444e6b855" + rebuild 1 + sha256 cellar: :any_skip_relocation, all: "5c6a6d8332eeea9cc03e8bbdf5cb26b8f85a6cb636e1127c17907fd9832c8d45" end def install