homebrew-cask/Casks/ngrok.rb

15 lines
326 B
Ruby

cask "ngrok" do
version :latest
sha256 :no_check
url "https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-darwin-amd64.zip",
verified: "bin.equinox.io/"
name "ngrok"
desc "Reverse proxy, secure introspectable tunnels to localhost"
homepage "https://ngrok.com/"
binary "ngrok"
zap trash: "~/.ngrok2"
end