homebrew-cask/Casks/ngrok.rb

15 lines
370 B
Ruby

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