homebrew-cask/Casks/station.rb

31 lines
1.2 KiB
Ruby

cask 'station' do
version '1.11.2'
sha256 '5c0bf5e0689547cd3c89110ac4e5efa10b6a698ccd52306955127a758dc64ec0'
# 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}-mac.zip"
appcast 'https://github.com/getstation/desktop-app-releases/releases.atom',
checkpoint: '0a8bf61f63c114486573a212b384f9a9c9a22eb6e903c15bc5ae1038c06c122c'
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