homebrew-cask/Casks/grandperspective.rb

15 lines
642 B
Ruby

cask 'grandperspective' do
version '2.2.3'
sha256 '9278e4264ae173945e59dc2567b3a4dd7ac1c16f1e587f5f53a1fd10532c8c47'
# 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