phinze/homebrew-cask

View on GitHub
Casks/s/switchkey.rb

Summary

Maintainability
A
0 mins
Test Coverage
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