chore: update casks

This commit is contained in:
LukeGus
2026-05-12 22:33:36 -05:00
parent f803fc83a4
commit 3b465a0747
+24
View File
@@ -0,0 +1,24 @@
cask "termix" do
version "2.2.1"
sha256 "f8504c3184f9a378b1cdd07b7a838216affb7ba02e15fdbeb804058ed51f8ecc"
url "https://github.com/Termix-SSH/Termix/releases/download/release-#{version}-tag/termix_macos_universal_dmg.dmg"
name "Termix"
desc "Web-based server management platform with SSH terminal, tunneling, and file editing"
homepage "https://github.com/Termix-SSH/Termix"
livecheck do
url :url
strategy :github_latest
end
app "Termix.app"
zap trash: [
"~/Library/Application Support/termix",
"~/Library/Caches/com.karmaa.termix",
"~/Library/Caches/com.karmaa.termix.ShipIt",
"~/Library/Preferences/com.karmaa.termix.plist",
"~/Library/Saved Application State/com.karmaa.termix.savedState",
]
end