homebrew-cask/Casks/teseve.rb

21 lines
712 B
Ruby
Raw Normal View History

2016-03-26 00:51:49 +08:00
cask 'teseve' do
2016-06-03 19:58:33 +08:00
version '0.5.3'
sha256 '6f6ae56e101c973d6662afab6d5fd707b03e8853ecb92a49c04b9d5b4ce40c2f'
2016-03-26 00:51:49 +08:00
# github.com/teseve/teseve was verified as official when first introduced to the cask
url "https://github.com/teseve/teseve/releases/download/#{version}/Teseve-#{version}-mac-x64.zip"
appcast 'https://github.com/teseve/teseve/releases.atom',
2016-06-03 19:58:33 +08:00
checkpoint: '23472e9f0783ef2271a383cb743e7af2d5253225510c84d83a8408bbb25ccf42'
2016-03-26 00:51:49 +08:00
name 'Tèsèvè'
homepage 'https://teseve.github.io/'
2016-03-26 00:51:49 +08:00
auto_updates true
app 'Teseve.app'
zap delete: [
'~/Library/Preferences/com.flatland.app.teseve.plist',
'~/Library/Application Support/teseve',
]
end