homebrew-cask/Casks/keysmith.rb

15 lines
408 B
Ruby
Raw Normal View History

cask "keysmith" do
version "1.6.0"
sha256 "afe0a83ff58bd61f00e28f0c0b1d337ad7050ca50133c934888c643beca416df"
url "https://keysmith.app/versions/Keysmith-#{version}.dmg"
appcast "https://www.keysmith.app/versions/appcast.xml"
name "Keysmith"
desc "Create custom keyboard shortcuts for anything"
homepage "https://www.keysmith.app/"
2020-08-25 10:23:03 +08:00
depends_on macos: ">= :catalina"
app "Keysmith.app"
end