homebrew-cask/Casks/x-lite.rb

13 lines
377 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'x-lite' do
2015-11-04 23:41:12 +08:00
version '4.9.0_78102'
sha256 'a92c4d2f15f4969a5204ca470f55c0e174a2c759d716ff14ec5b952a0d90bbcf'
2015-01-06 00:26:04 +08:00
# amazonaws.com is the official download host per the vendor homepage
url "https://counterpath.s3.amazonaws.com/downloads/X-Lite_#{version}.dmg"
2015-01-12 03:44:05 +08:00
name 'X-Lite'
homepage 'http://www.counterpath.com/x-lite/'
license :commercial
2014-09-16 00:06:38 +08:00
app 'X-Lite.app'
2014-06-07 00:20:28 +08:00
end