From bada1cb0b93ae6e106c7159f391e6ce84edb7e40 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 4 Oct 2025 07:54:49 +0000 Subject: [PATCH 1/2] clive 0.12.13 --- Formula/c/clive.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/clive.rb b/Formula/c/clive.rb index 9a831a485ed23..dc0c306c5f3a3 100644 --- a/Formula/c/clive.rb +++ b/Formula/c/clive.rb @@ -1,8 +1,8 @@ class Clive < Formula desc "Automates terminal operations" homepage "https://github.com/koki-develop/clive" - url "https://github.com/koki-develop/clive/archive/refs/tags/v0.12.12.tar.gz" - sha256 "861c6f645635d2f9d038f1316535ab740f23408a8fbfe7aef0a8245bccf0ad6b" + url "https://github.com/koki-develop/clive/archive/refs/tags/v0.12.13.tar.gz" + sha256 "0cad5cb387d02120c9ffdca84e8fe2d1a94abc3212ae14ecb39c403dfa43f06b" license "MIT" head "https://github.com/koki-develop/clive.git", branch: "main" From 4626d9964c3da12b81bf0c8ea979fe8cccdd4985 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 4 Oct 2025 10:29:25 +0000 Subject: [PATCH 2/2] clive: update 0.12.13 bottle. --- Formula/c/clive.rb | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/Formula/c/clive.rb b/Formula/c/clive.rb index dc0c306c5f3a3..ee4aa31a28bea 100644 --- a/Formula/c/clive.rb +++ b/Formula/c/clive.rb @@ -7,13 +7,11 @@ class Clive < Formula head "https://github.com/koki-develop/clive.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_tahoe: "8bf93938b8417fe91fd0d1c4dea2f6f40169312ff799762fdf766351255cf76d" - sha256 cellar: :any_skip_relocation, arm64_sequoia: "0efb833acc587e9eca0686e5bd863a247c572c108a426f8006de5e6a4b399cc8" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0efb833acc587e9eca0686e5bd863a247c572c108a426f8006de5e6a4b399cc8" - sha256 cellar: :any_skip_relocation, arm64_ventura: "0efb833acc587e9eca0686e5bd863a247c572c108a426f8006de5e6a4b399cc8" - sha256 cellar: :any_skip_relocation, sonoma: "cbca250866ec38bc686d06b046d62feb71fd838bee43753eae41e9046b1e8e41" - sha256 cellar: :any_skip_relocation, ventura: "cbca250866ec38bc686d06b046d62feb71fd838bee43753eae41e9046b1e8e41" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c9560391e7eefb4c8bf58caf75223df7af4df52b05a198b60863de8471a57fd2" + sha256 cellar: :any_skip_relocation, arm64_tahoe: "f8453e96034ffae1201417b2f0fc748fcc923ece46ade09b2ec7a8673e1e8196" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f8453e96034ffae1201417b2f0fc748fcc923ece46ade09b2ec7a8673e1e8196" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f8453e96034ffae1201417b2f0fc748fcc923ece46ade09b2ec7a8673e1e8196" + sha256 cellar: :any_skip_relocation, sonoma: "b11df80e6486a90008055d418d3286a8e29d3f59da8450d31edf542f1a25b488" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1dab03d63f2c6b8910a0eeda77fa78d40bc02929ab6650efe5294ec79ed8f07d" end depends_on "go" => :build