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.
13 lines
393 B
13 lines
393 B
9 years ago
|
cask 'ssh-tunnel-manager-beta' do
|
||
|
version :latest
|
||
|
sha256 :no_check
|
||
|
|
||
|
# dl.devmate.com/org.tynsoe.sshtunnelmanager was verified as official when first introduced to the cask
|
||
|
url 'https://dl.devmate.com/org.tynsoe.sshtunnelmanager/beta/SSHTunnelManager.zip'
|
||
|
name 'SSH Tunnel Manager'
|
||
|
homepage 'http://projects.tynsoe.org/en/stm/'
|
||
|
license :gratis
|
||
|
|
||
|
app 'SSH Tunnel Manager.app'
|
||
|
end
|