homebrew-cask/Casks/keyboard-maestro.rb

15 lines
440 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'keyboard-maestro' do
2016-01-13 23:40:41 +08:00
version '7.0.3'
sha256 '36cc4b09d344a874c8d7c183b3f078f5c699fe37596dd53f00c433618bc28743'
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