homebrew-cask/Casks/mtmr.rb

18 lines
550 B
Ruby
Raw Normal View History

cask 'mtmr' do
2018-06-02 04:34:31 +08:00
version '0.16.1'
sha256 'f26f8ed80d0f72c65e7693c62180bd001e7ce8d9754518da7124ea0bff4a4b03'
2018-05-27 06:29:39 +08:00
url "https://github.com/Toxblh/MTMR/releases/download/v#{version}/MTMR.#{version}.dmg"
appcast 'https://github.com/Toxblh/MTMR/releases.atom',
2018-06-02 04:34:31 +08:00
checkpoint: '66087c1c9651a8f9759deb759646ad6010cb719522389f16dc07d34d6330d249'
name 'My TouchBar. My rules'
homepage 'https://github.com/Toxblh/MTMR'
auto_updates true
depends_on macos: '>= :sierra'
app 'MTMR.app'
zap delete: '~/Library/Application Support/MTMR'
end