mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-06-30 06:12:15 -06:00
The HTTP URL is already getting redirected to HTTPS. Using the HTTPS URL directly makes it more secure and saves a HTTP round-trip.
12 lines
311 B
Ruby
12 lines
311 B
Ruby
cask :v1 => 'browserstacklocal' do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url 'https://www.browserstack.com/browserstack-local/BrowserStackLocal-darwin-x64.zip'
|
|
name 'BrowserStack'
|
|
name 'BrowserStack Local'
|
|
homepage 'https://www.browserstack.com/'
|
|
license :commercial
|
|
|
|
binary 'BrowserStackLocal'
|
|
end
|