homebrew-cask/Casks/captin.rb

20 lines
711 B
Ruby

cask 'captin' do
version '1.0.21,111:1577032431'
sha256 'be20bf61be05b00fef65a9fe28032cd142fad90611c34b239c7f3204c6ece847'
# 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