homebrew-cask/Casks/linphone.rb

13 lines
459 B
Ruby
Raw Normal View History

2014-11-14 01:26:15 +08:00
cask :v1 => 'linphone' do
2014-03-08 01:18:02 +08:00
version '3.7.0'
sha256 '4d4a01354a7b5cd011746d3477a93ffb6e531ff8e2afccd2b9bb031f06cc42cc'
2014-09-26 20:09:00 +08:00
url "http://download-mirror.savannah.gnu.org/releases/linphone/3.7.x/macos/linphone-#{version}.dmg"
2014-09-16 13:42:46 +08:00
gpg "#{url}.sig",
:key_id => '3ecd52dee2f56985'
homepage 'http://www.linphone.org/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:05:51 +08:00
app 'Linphone.app'
2014-03-08 01:18:02 +08:00
end