homebrew-cask/Casks/chiaki.rb

17 lines
529 B
Ruby

cask 'chiaki' do
version '1.0.3'
sha256 '9f34c1f9382f0ff69ea8326c2eef19277b8ef18084cca6a4c4581158dca80f07'
url "https://github.com/thestr4ng3r/chiaki/releases/download/v#{version}/Chiaki-v#{version}-macOS-x86_64.dmg"
appcast 'https://github.com/thestr4ng3r/chiaki/releases.atom'
name 'Chiaki'
homepage 'https://github.com/thestr4ng3r/chiaki'
app 'Chiaki.app'
zap trash: [
'~/Library/Application Support/Chiaki',
'~/Library/Preferences/com.chiaki.Chiaki.plist',
]
end