homebrew-cask/Casks/station.rb

30 lines
1.1 KiB
Ruby
Raw Normal View History

2017-10-05 17:55:00 +08:00
cask 'station' do
2018-12-27 06:16:09 +08:00
version '1.35.0'
sha256 'c1681989caf8b47d18f0882c30adb1946303908bc81696ffcc78df9556e8ac83'
2017-10-05 17:55:00 +08:00
# 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"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/getstation/desktop-app-releases/releases.atom'
2017-10-05 17:55:00 +08:00
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',
]
2017-10-05 17:55:00 +08:00
end