homebrew-cask/Casks/teseve.rb

21 lines
708 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',
2017-05-14 21:11:14 +08:00
checkpoint: 'c151560a87037018ac08afb4aa5d8a8a6c6a4abc013e2b4f5135fcd7ee980bbe'
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'
2017-06-21 09:47:44 +08:00
zap trash: [
'~/Library/Preferences/com.flatland.app.teseve.plist',
'~/Library/Application Support/teseve',
]
2016-03-26 00:51:49 +08:00
end