homebrew-cask/Casks/tunnelbear.rb

19 lines
704 B
Ruby
Raw Normal View History

2014-11-14 01:27:14 +08:00
cask :v1 => 'tunnelbear' do
2015-07-10 23:22:37 +08:00
version '2.5.2'
sha256 '1ae3f205601e5a5b6bb5d93b870911e7ae5888186b76c9cd72dad6bcbb2d584b'
# amazonaws.com is the official download host per the vendor homepage
2014-09-26 20:09:16 +08:00
url "https://tunnelbear.s3.amazonaws.com/downloads/mac/TunnelBear-#{version}.zip"
2014-10-15 23:43:57 +08:00
appcast 'https://s3.amazonaws.com/tunnelbear/downloads/mac/appcast.xml',
2015-07-06 11:46:36 +08:00
:sha256 => '10c65ee5145cb3e8a50325c9ebad441984432b7c58120d0eee2d23be22c4535e'
name 'TunnelBear'
homepage 'https://www.tunnelbear.com/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:06:32 +08:00
app 'TunnelBear.app'
postflight do
suppress_move_to_applications
end
end