homebrew-cask/Casks/keyboard-maestro.rb

15 lines
445 B
Ruby
Raw Normal View History

2014-11-14 01:26:12 +08:00
cask :v1 => 'keyboard-maestro' do
2015-08-19 19:08:13 +08:00
version '7.0.1'
sha256 '5f0f104fc164c53be6ee258db2d5a62e2448493789a80e398593144f9ca0900d'
2015-07-26 02:46:01 +08:00
# stairways.com is the official download host per the vendor homepage
url "http://files.stairways.com/keyboardmaestro-#{version.delete('.')}.zip"
2015-01-12 03:38:13 +08:00
name 'Keyboard Maestro'
homepage 'http://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