homebrew-cask/Casks/lifesize.rb

18 lines
638 B
Ruby
Raw Normal View History

2016-10-04 05:37:49 +08:00
cask 'lifesize' do
version '10.3.5-224'
sha256 '9ed0f8f45385dcba95bd61d42a6753a493cd1386150439b38e5109a76fdd99dc'
2016-10-04 05:37:49 +08:00
# cdn.lifesizecloud.com was verified as official when first introduced to the cask
2016-10-12 16:16:25 +08:00
url "https://cdn.lifesizecloud.com/LifesizeCloud-#{version}-signed.pkg"
appcast 'https://cdn.lifesizecloud.com/OSX_Clients/Sparkle_Upgrades/LifesizeAppcast.xml',
checkpoint: 'f508b0aa56c8d4b0736018cfd3166878122c3df409a02c3b4ce7dab0149ae4b8'
2016-10-04 05:37:49 +08:00
name 'lifesize'
homepage 'https://www.lifesize.com/'
auto_updates true
pkg "LifesizeCloud-#{version}-signed.pkg"
uninstall pkgutil: 'com.lifesize.Lifesize-Cloud'
end