From 4a6acd1ae14f57ae14578cc671bd21b839e1b523 Mon Sep 17 00:00:00 2001 From: "tacet-cask-bump[bot]" <4509007+tacet-cask-bump[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 12:09:15 +0000 Subject: [PATCH] [tacet] Bump to 0.1.3 Automated from the tacet release workflow. The sha256 is computed from the artifact that was actually uploaded, not a local rebuild, so the pin cannot drift from what users download. Solves: tacet 0.1.3 release Tests: CI installs the changed cask and execs it --- Casks/tacet.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Casks/tacet.rb b/Casks/tacet.rb index b8f18ed..8a91bca 100644 --- a/Casks/tacet.rb +++ b/Casks/tacet.rb @@ -1,6 +1,6 @@ cask "tacet" do - version "0.1.2" - sha256 "0a9a73c6ff33b9888046f373ac9ac12790b18ef649d4cbb796b121e852931b98" + version "0.1.3" + sha256 "6850c13401ee7e9666ab5abc81dc6b38a4d77b69be48a13a37344c64520e9e6b" url "https://github.com/DRYCodeWorks/tacet/releases/download/v#{version}/Tacet.zip", verified: "github.com/DRYCodeWorks/tacet/"