homebrew-cask/Casks/soulver.rb

21 lines
600 B
Ruby

cask 'soulver' do
version '3.4.0.1-111'
sha256 'f2269af8e35ae06a833fc1629048578f1fec8d69256f5a2d2b56684d1e3be911'
url "https://soulver.app/mac/sparkle/soulver-#{version}.zip"
appcast 'https://soulver.app/mac/sparkle/appcast.xml'
name 'Soulver'
homepage 'https://soulver.app/'
auto_updates true
depends_on macos: '>= :mojave'
app "Soulver #{version.major}.app"
zap trash: [
'~/Library/Application Support/Soulver 3',
'~/Library/Application Support/app.soulver.mac',
'~/Library/Preferences/app.soulver.mac.plist',
]
end