homebrew-cask/Casks/controllermate.rb

24 lines
955 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'controllermate' do
version '4.9.10'
sha256 '4f24f5763e96b0b0e959197dba5cc064928b59b74d49210bf5a484f4f9766d38'
# amazonaws.com/orderedbytes was verified as official when first introduced to the cask
url "https://s3.amazonaws.com/orderedbytes/ControllerMate#{version.no_dots}.zip"
appcast 'https://www.orderedbytes.com/sparkle/appcast_cm460.xml',
checkpoint: '6d05b022c9c81d131733523dccd2c45997f33ff694d1d76fe4016f27f5c4938a'
name 'ControllerMate'
homepage 'https://www.orderedbytes.com/controllermate/'
2015-08-20 22:52:04 +08:00
license :freemium
2015-07-25 02:40:08 +08:00
pkg '#temp#/ControllerMate.pkg'
2014-10-11 22:25:17 +08:00
uninstall pkgutil: 'com.orderedbytes.controllermate.*'
zap delete: [
'~/Library/Application Support/ControllerMate',
'~/Library/Caches/com.orderedbytes.ControllerMate4',
'~/Library/Logs/ControllerMate MIDI',
'~/Library/Logs/ControllerMate',
]
2013-12-15 12:18:06 +08:00
end