From cb0408dd3d7b6fb6571c21035dd39c9b3cb9c6de Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 24 Jul 2026 03:33:35 +0000 Subject: [PATCH 1/2] worktrunk 0.69.0 --- Formula/w/worktrunk.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/w/worktrunk.rb b/Formula/w/worktrunk.rb index 09aa15e433aa..72c5db897aff 100644 --- a/Formula/w/worktrunk.rb +++ b/Formula/w/worktrunk.rb @@ -1,8 +1,8 @@ class Worktrunk < Formula desc "CLI for Git worktree management, designed for parallel AI agent workflows" homepage "https://worktrunk.dev" - url "https://github.com/max-sixty/worktrunk/archive/refs/tags/v0.68.0.tar.gz" - sha256 "1c26e36b76307b45f19baeb87e09a49cfea281b83b04339bcbdb3115848fdac7" + url "https://github.com/max-sixty/worktrunk/archive/refs/tags/v0.69.0.tar.gz" + sha256 "cebb36c30d4c09d9b5a44a724b8a33fa1a8a81c715cefbacae1520af60246584" license any_of: ["Apache-2.0", "MIT"] head "https://github.com/max-sixty/worktrunk.git", branch: "main" From 90a13d65c5032865d47f743d41312f1ac9e81761 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 24 Jul 2026 05:08:22 +0000 Subject: [PATCH 2/2] worktrunk: update 0.69.0 bottle. --- Formula/w/worktrunk.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/w/worktrunk.rb b/Formula/w/worktrunk.rb index 72c5db897aff..01dc08245031 100644 --- a/Formula/w/worktrunk.rb +++ b/Formula/w/worktrunk.rb @@ -7,12 +7,12 @@ class Worktrunk < Formula head "https://github.com/max-sixty/worktrunk.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_tahoe: "c84db110e82a1af605c53e1c980c198a2ae134d04763165706f5b23dab8b3703" - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e332981be77ef0fa02d18d0962e5e392051bfb8f4ff42be0ba91196f574e6b2d" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "deef8d0939e5b936761082a707e2e218a58e8d8aa49c1df10090bb48f256336f" - sha256 cellar: :any_skip_relocation, sonoma: "ac4ebe852a22ed7b7e3f6211615db68b0e3f9597ed93891678fae0b36459ca97" - sha256 cellar: :any, arm64_linux: "b7a738f8431e6dc1cfc78511cff9ce36cf2fa4396461c083e5a50d8d543604d8" - sha256 cellar: :any, x86_64_linux: "9e9025524a3378010e7c74ca9cde226d54cba6991360a5d7ddf419a32f99244a" + sha256 cellar: :any_skip_relocation, arm64_tahoe: "d9167718ad732d32ebd9e2c2ae29ba5d28b052750302204184b4217a52ae65a1" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "34c2c506936fef44c5d834c2f0a855f41980ac00f9945b1f298ded574c1f702d" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "08e51ffaf1bc961e8c9f68cf525b068375d7d4163e60cf38136e46a6f4c9f531" + sha256 cellar: :any_skip_relocation, sonoma: "0daf7905b7042e3e46ed2b5f51dbf3ced3b50be9f0991da9e7c11850ad99a6e4" + sha256 cellar: :any, arm64_linux: "d7f549b2752f6fd1dea69a4d79fccbcbe50ee694013f07fb69fe1fd9a272e9df" + sha256 cellar: :any, x86_64_linux: "0d889cafa7ffef77e71f56ff4131df4f047954fd5542001f134affc6969b5dd5" end depends_on "rust" => :build