homebrew-cask/Casks/swifty.rb

22 lines
734 B
Ruby

cask 'swifty' do
version '0.5.2'
sha256 '17f4d7e3b7f9b03ca4188c84f8ac989547e6f4a41bc873f2c68ba2bc10df7b49'
# github.com/swiftyapp/swifty/ was verified as official when first introduced to the cask
url "https://github.com/swiftyapp/swifty/releases/download/v#{version}/Swifty-#{version}.dmg"
appcast 'https://github.com/swiftyapp/swifty/releases.atom'
name 'Swifty'
homepage 'https://getswifty.pro/'
auto_updates true
app 'Swifty.app'
zap trash: [
'~/Library/Application Support/Swifty',
'~/Library/Logs/Swifty',
'~/Library/Preferences/com.electron.swifty.plist',
'~/Library/Saved Application State/com.electron.swifty.savedState',
]
end