From 841276c0f8e125149794a9b2232833443585d29b Mon Sep 17 00:00:00 2001 From: Vimox Shah <10022243+vimoxshah@users.noreply.github.com> Date: Mon, 7 Sep 2026 19:43:07 +0530 Subject: [PATCH] chore(cask): point the Homebrew cask at 1.3.4 The cask still pinned 1.3.2, so a `brew install --cask tokenflow` fetched a two-releases-old app. The checksum is the one the release workflow attached to v1.3.4, verified against the downloaded image. Co-Authored-By: Claude Fable 5.1 --- Casks/tokenflow.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Casks/tokenflow.rb b/Casks/tokenflow.rb index 97e015e..0317df1 100644 --- a/Casks/tokenflow.rb +++ b/Casks/tokenflow.rb @@ -1,6 +1,6 @@ cask "tokenflow" do - version "1.3.2" - sha256 "6be974a62e618313719f5009f190322b11ac7e4a0a315160fc18095dee856273" + version "1.3.4" + sha256 "ae2f86916d871fdfc3c13a039da6b1e7f98f1f15cfe7329dba718251466183f9" url "https://github.com/vimoxshah/tokenflow/releases/download/v#{version}/TokenFlow-#{version}.dmg" name "TokenFlow"