homebrew-cask/Casks/keyboard-maestro.rb

15 lines
437 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'keyboard-maestro' do
version '7.1.1'
sha256 '332525f85f6cb4e487edd6edf16b87855d2907d367bd806efda2e3bc0326422e'
2015-07-26 02:46:01 +08:00
# stairways.com is the official download host per the vendor homepage
url "https://files.stairways.com/keyboardmaestro-#{version.delete('.')}.zip"
2015-01-12 03:38:13 +08:00
name 'Keyboard Maestro'
homepage 'https://www.keyboardmaestro.com/'
2015-07-26 02:46:01 +08:00
license :commercial
depends_on macos: '>= :yosemite'
2014-09-16 00:05:48 +08:00
app 'Keyboard Maestro.app'
2012-10-25 16:22:32 +08:00
end