homebrew-cask/Casks/ngrok.rb

22 lines
702 B
Ruby

cask 'ngrok' do
version '2.1.14,4VmDzA7iaHb'
if Hardware::CPU.is_32_bit?
sha256 '5f39f69ba742c9bdbdc8390aab5c8cb1ec209920ed14ea927c7c8b4e5e74850b'
# bin.equinox.io was verified as official when first introduced to the cask
url "https://bin.equinox.io/c/#{version.after_comma}/ngrok-stable-darwin-386.zip.zip"
else
sha256 '63c9aeee01956f2e9627581f78a2e498e3364455240d663ccf7184c86d0fe6e3'
# bin.equinox.io was verified as official when first introduced to the cask
url "https://bin.equinox.io/c/#{version.after_comma}/ngrok-stable-darwin-amd64.zip"
end
name 'ngrok'
homepage 'https://ngrok.com/'
license :freemium
binary 'ngrok'
zap delete: '~/.ngrok2'
end