homebrew-cask/Casks/mos.rb

15 lines
474 B
Ruby
Raw Normal View History

cask 'mos' do
2018-07-11 19:50:03 +08:00
version '2.3.0'
sha256 '4f5dc538ec8cea0774b483cf74751ae6062b7cd13bc6e7876a67bb86439f85ef'
# github.com/Caldis/Mos was verified as official when first introduced to the cask
2018-04-09 15:19:37 +08:00
url "https://github.com/Caldis/Mos/releases/download/#{version}/Mos.Versions.#{version}.dmg"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/Caldis/Mos/releases.atom'
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