homebrew-cask/Casks/linphone.rb

15 lines
566 B
Ruby
Raw Normal View History

2014-11-14 01:26:15 +08:00
cask :v1 => 'linphone' do
version '3.8.1'
sha256 '925943867ee62c49450bf423479a8eb8cb42107e1319b4054233c4e4ac4a252c'
2015-01-18 08:53:04 +08:00
# gnu.org is the official download host per the vendor homepage
url "http://download-mirror.savannah.gnu.org/releases/linphone/#{version.sub(%r{\d+$},'')}x/macos/linphone-#{version}.dmg"
2014-09-16 13:42:46 +08:00
gpg "#{url}.sig",
:key_id => '3ecd52dee2f56985'
2015-04-09 02:32:14 +08:00
name 'Linphone'
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