homebrew-cask/Casks/tunnelbear.rb

15 lines
645 B
Ruby
Raw Normal View History

2014-11-14 01:27:14 +08:00
cask :v1 => 'tunnelbear' do
2015-06-18 19:06:33 +08:00
version '2.5'
sha256 'b363fd36a9c8c13bd42e1372a0c4403fd7eef3d27d3e876c52fcf07e955e29aa'
# 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-06-18 19:06:33 +08:00
:sha256 => '9ab024197af9828ad9e986a040b094eb856c23fa277129206f54021469454cf1'
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'
end