You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
330 B
10 lines
330 B
class TunnelblickBeta < Cask
|
|
version '3.4beta36_r2945'
|
|
sha256 '36cb55bdb2ddb4460ef974e21d2a068c32e2f99598c4414251036b1601c3d3a8'
|
|
|
|
url "http://downloads.sourceforge.net/project/tunnelblick/All%20files/Tunnelblick_#{version}.dmg"
|
|
homepage 'https://code.google.com/p/tunnelblick/'
|
|
license :oss
|
|
|
|
app 'Tunnelblick.app'
|
|
end
|
|
|