homebrew-cask/Casks/station.rb

31 lines
1.2 KiB
Ruby

cask 'station' do
version '1.10.0'
sha256 '6dbe04c36bee999b1e83ad73c4e14cd6cf3c211530ca88cb7d371f5a6ce87f96'
# 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: 'c97e850cab50f6942a9fa6ff82cf68fe7c7d8c207969595e052c015de3e20e61'
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