From 656091accc9e5ec46778fdb1e5a469ab6084724f Mon Sep 17 00:00:00 2001 From: Daniel Young Date: Thu, 6 Aug 2026 10:04:45 -0400 Subject: [PATCH] [tacet] Bump to 0.1.2 Picks up the release that fixes the dead Quit button and restores a way to reopen the app, which the cask has been serving a build without since 0.1.1 shipped six commits behind main. Solves: DRYCodeWorks/tacet#26 Tests: brew style + brew audit --cask clean; sha256 verified against the published release asset, not the local build --- Casks/tacet.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Casks/tacet.rb b/Casks/tacet.rb index 3a2e15b..70331de 100644 --- a/Casks/tacet.rb +++ b/Casks/tacet.rb @@ -1,6 +1,6 @@ cask "tacet" do - version "0.1.1" - sha256 "72fbbde28665aae8e2d18c73b711f2b3b7e2c80fb75a86b32e7804743a37f14e" + version "0.1.2" + sha256 "0a9a73c6ff33b9888046f373ac9ac12790b18ef649d4cbb796b121e852931b98" url "https://github.com/DRYCodeWorks/tacet/releases/download/v#{version}/Tacet.zip", verified: "github.com/DRYCodeWorks/tacet/"