homebrew-cask/Casks/ngrok.rb

14 lines
277 B
Ruby
Raw Normal View History

class Ngrok < Cask
2014-09-17 19:42:54 +08:00
version :latest
2014-05-08 20:51:31 +08:00
sha256 :no_check
url 'https://dl.ngrok.com/darwin_amd64/ngrok.zip'
homepage 'https://ngrok.com/'
2014-10-01 23:33:28 +08:00
license :unknown
binary 'ngrok'
2014-09-14 01:19:44 +08:00
# todo verify that this does not contain user-created content
2014-09-18 19:57:58 +08:00
# zap :delete => '~/.ngrok'
end