homebrew-cask/Casks/ngrok.rb

8 lines
162 B
Ruby
Raw Normal View History

class Ngrok < Cask
url 'https://dl.ngrok.com/darwin_amd64/ngrok.zip'
homepage 'https://ngrok.com/'
version 'latest'
2014-05-08 20:51:31 +08:00
sha256 :no_check
binary 'ngrok'
end