homebrew-cask/Casks/sauce-connect.rb

12 lines
329 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'sauce-connect' do
2015-12-17 09:34:05 +08:00
version '4.3.13'
sha256 '97541227092564a4f15f25ba9b3257da8e1ffebc827d5c5cbd66e674d8a20cba'
2014-12-13 10:10:56 +08:00
url "https://saucelabs.com/downloads/sc-#{version}-osx.zip"
name 'Sauce Connect'
homepage 'https://docs.saucelabs.com/reference/sauce-connect/'
2015-10-29 03:53:30 +08:00
license :gratis
2014-12-13 10:10:56 +08:00
binary "sc-#{version}-osx/bin/sc"
end