cask 'station' do version '1.13.1' sha256 '227cacdc27b82b9931afe18e9d76e3bc5a13dc9fa216da7c666cc0b59129ec1c' # github.com/getstation/desktop-app-releases was verified as official when first introduced to the cask url "https://github.com/getstation/desktop-app-releases/releases/download/#{version}/Station-#{version}.dmg" appcast 'https://github.com/getstation/desktop-app-releases/releases.atom' name 'Station' homepage 'https://getstation.com/' auto_updates true app 'Station.app' uninstall quit: [ 'org.efounders.BrowserX', 'org.efounders.BrowserX.helper', ] zap trash: [ '~/Library/Application Support/Station/', '~/Library/Caches/org.efounders.BrowserX', '~/Library/Caches/org.efounders.BrowserX.ShipIt', '~/Library/Logs/Station', '~/Library/Preferences/org.efounders.BrowserX.helper.plist', '~/Library/Preferences/org.efounders.BrowserX.plist', '~/Library/Saved Application State/org.efounders.BrowserX.savedState', ] end