homebrew-cask/Casks/mos.rb

16 lines
563 B
Ruby
Raw Normal View History

cask 'mos' do
2018-03-27 22:05:31 +08:00
version '2.0.0'
sha256 '04d3dda5f598994354d2c2c09191cc5cffad4a066a2dac4e546782f58c053361'
# github.com/Caldis/Mos was verified as official when first introduced to the cask
url "https://github.com/Caldis/Mos/releases/download/#{version}/Mos.Version.#{version}.dmg"
appcast 'https://github.com/Caldis/Mos/releases.atom',
checkpoint: '227c55156ad8d2ce6376806cb25f7c6aeef4e5f33ff2cdd1576eb9ffc4ef56a1'
name 'Mos'
homepage 'https://mos.caldis.me/'
app 'Mos.app'
2018-04-04 12:06:53 +08:00
zap trash: '~/Library/Preferences/com.caldis.Mos.plist'
end