Files
homebrew-cask/Casks/s/switchkey.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

13 lines
371 B
Ruby

cask "switchkey" do
version "1.1.3"
sha256 "a8a62231adddffc954a894b7fd00051d903de31a0e37d68787425bdc287399c8"
url "https://github.com/itsuhane/SwitchKey/releases/download/v#{version}/SwitchKey.zip"
name "SwitchKey"
homepage "https://github.com/itsuhane/SwitchKey"
app "SwitchKey.app"
zap trash: "~/Library/Preferences/itsuhane.tools.SwitchKey.plist"
end