homebrew-cask/Casks/vectoraster.rb

18 lines
621 B
Ruby

cask 'vectoraster' do
version '7.3.0'
sha256 '0c72a34396e6aa6a1676e348c92fc5d6941797f0299373f5376ebaacf2be07f6'
url "https://www.lostminds.com/downloads/vectoraster#{version.major}.dmg"
appcast "https://www.lostminds.com/vectoraster#{version.major}/version_history.php"
name 'Vectoraster'
homepage "https://www.lostminds.com/vectoraster#{version.major}/"
app 'Vectoraster.app'
zap trash: [
'~/Library/Caches/com.lostminds.Vectoraster',
'~/Library/Preferences/com.lostminds.Vectoraster.plist',
'~/Library/Application Support/Vectoraster',
]
end