homebrew-cask/Casks/captin.rb

20 lines
711 B
Ruby

cask 'captin' do
version '1.0.20,109:1574957333'
sha256 '95d41d5bddec498e323ca85bdc27e4f32cc1e5d16d0514d8ebe6a8d88069d14b'
# 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"
appcast 'https://updates.devmate.com/com.100hps.captin.xml'
name 'Captin'
homepage 'http://captin.strikingly.com/'
app 'Captin.app'
uninstall quit: 'com.100hps.captin'
zap trash: [
'~/Library/Caches/com.100hps.captin',
'~/Library/Preferences/com.100hps.captin.plist',
]
end