homebrew-cask/Casks/captin.rb

21 lines
750 B
Ruby
Raw Normal View History

2018-01-29 22:37:06 +08:00
cask 'captin' do
version '1.0.17,93:1539867062'
sha256 'dd89ab1c7d6c640e6b4b6e1e8cd3db83ca4edf33574bab07ae79ae40c32733d6'
2018-01-29 22:37:06 +08:00
# dl.devmate.com/com.100hps.captin was verified as official when first introduced to the cask
url "https://dl.devmate.com/com.100hps.captin/#{version.after_comma.before_colon}/#{version.after_colon}/Captin-#{version.after_comma.before_colon}.dmg"
2018-06-12 22:37:26 +08:00
appcast 'https://updates.devmate.com/com.100hps.captin.xml'
2018-01-29 22:37:06 +08:00
name 'Captin'
homepage 'http://captin.strikingly.com/'
app 'Captin.app'
uninstall login_item: 'Captin',
quit: 'com.100hps.captin'
zap trash: [
'~/Library/Caches/com.100hps.captin',
'~/Library/Preferences/com.100hps.captin.plist',
]
end