homebrew-cask/Casks/grandperspective.rb

15 lines
642 B
Ruby

cask 'grandperspective' do
version '2.1.2'
sha256 'f3a247a3123a904f200e99708ca7ecbc32995a0715b51cb661bdec67bf88a094'
# downloads.sourceforge.net/grandperspectiv was verified as official when first introduced to the cask
url "https://downloads.sourceforge.net/grandperspectiv/grandperspective/#{version}/GrandPerspective-#{version.dots_to_underscores}.dmg"
appcast 'https://sourceforge.net/projects/grandperspectiv/rss?path=/grandperspective'
name 'GrandPerspective'
homepage 'https://grandperspectiv.sourceforge.io/'
app 'GrandPerspective.app'
zap trash: '~/Library/Preferences/net.sourceforge.grandperspectiv.plist'
end