homebrew-cask/Casks/core-tunnel.rb

17 lines
504 B
Ruby
Raw Normal View History

2018-04-04 15:57:45 +08:00
cask 'core-tunnel' do
version '1.0,905'
sha256 '798f9ad58174d4ec894389b7141e11007ec35b75844de66f11cf27e5b8694dee'
2018-04-04 15:57:45 +08:00
# update.codinn.com/media/sparkle was verified as official when first introduced to the cask
2018-04-04 16:56:37 +08:00
url "https://update.codinn.com/media/sparkle/Core_Tunnel-#{version.after_comma}.zip"
2018-06-12 22:37:26 +08:00
appcast 'https://update.codinn.com/sparkle/2/appcast.xml'
2018-04-04 15:57:45 +08:00
name 'Core Tunnel'
homepage 'https://coressh.io/'
auto_updates true
app 'Core Tunnel.app'
2018-04-04 16:56:37 +08:00
uninstall quit: 'io.coressh.tunnel'
2018-04-04 15:57:45 +08:00
end