Add Station 1.0.2 (#39306)

This commit is contained in:
Daniel Bayley 2017-10-05 10:55:00 +01:00 committed by Vítor Galvão
parent 6c286b1cc6
commit 98ec959621
1 changed files with 22 additions and 0 deletions

22
Casks/station.rb Normal file
View File

@ -0,0 +1,22 @@
cask 'station' do
version '1.0.2'
sha256 '34125d3682601ac81f36f8c4fa960671d2e2cadee01adb3d0547586b59e80ade'
# 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: '2900edb43ecc8465a2b75c995687c93ade91877ab271e3c9a94d53485469272b'
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/'
end