homebrew-cask/Casks/clyang-welly.rb

23 lines
765 B
Ruby
Raw Normal View History

cask 'clyang-welly' do
version '3.1.1.1'
sha256 'f17aa74d8668d02ff7c6eee81ae7e0c06d76a51d4aa50624ffe757c95f498ecf'
url "https://github.com/clyang/welly/releases/download/#{version}/Welly.v#{version}.zip"
appcast 'https://github.com/clyang/welly/releases.atom',
checkpoint: 'c8c5b24aa48e9914680ee0313b7e3e4d7663f73b23110ab269235d5f8ad5520e'
name 'Welly'
homepage 'https://github.com/clyang/welly'
auto_updates true
app 'Welly.app'
2017-11-18 17:49:19 +08:00
zap trash: [
'~/Library/Application Support/Welly',
'~/Library/Caches/Welly',
'~/Library/Caches/org.net9.Welly',
'~/Library/Cookies/org.net9.Welly.binarycookies',
'~/Library/Preferences/org.net9.Welly.plist',
]
end