homebrew-cask/Casks/linphone.rb

15 lines
497 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'linphone' do
version '3.10.2'
sha256 '5e88df179c1a238b229a4b334f6c1a94ec0a2cf9dbb62c8328f05ebab93c6eef'
2016-03-15 23:12:33 +08:00
url "https://www.linphone.org/releases/macosx/linphone-#{version}.pkg"
2017-01-30 18:05:06 +08:00
appcast 'https://github.com/BelledonneCommunications/linphone/releases.atom',
checkpoint: 'cd2cb1b2738546c49e84067fcb58231e2e7ab3bfd510edbd9a87b0adb849d02f'
2015-04-09 02:32:14 +08:00
name 'Linphone'
2015-06-29 14:32:18 +08:00
homepage 'https://www.linphone.org/'
2016-03-15 23:12:33 +08:00
pkg "linphone-#{version}.pkg"
2016-03-15 23:12:33 +08:00
uninstall pkgutil: 'org.linphone.linphone'
2014-03-08 01:18:02 +08:00
end