homebrew-cask/Casks/ngrok.rb

14 lines
384 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'ngrok' do
version '2.1.18,4VmDzA7iaHb'
2016-10-27 09:48:20 +08:00
sha256 '379763f38394903d59c49842034e89861c641ce8449d97fa4317e1433b6c0a79'
# 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"
2015-01-05 04:51:31 +08:00
name 'ngrok'
homepage 'https://ngrok.com/'
binary 'ngrok'
2014-09-14 01:19:44 +08:00
zap delete: '~/.ngrok2'
end