homebrew-cask/Casks/mumble.rb

16 lines
531 B
Ruby
Raw Normal View History

2014-11-14 01:26:27 +08:00
cask :v1 => 'mumble' do
2015-07-11 21:00:36 +08:00
version '1.2.10'
sha256 'f88f56e049b3375544f57777da20ca8461d4b631e4ef0de26fbfc5b789601504'
2015-07-11 21:00:36 +08:00
# github.com is the official download host per the vendor homepage
url "https://github.com/mumble-voip/mumble/releases/download/#{version}/Mumble-#{version}.dmg"
appcast 'https://github.com/mumble-voip/mumble/releases.atom'
2014-09-15 03:31:16 +08:00
gpg "#{url}.sig",
2015-07-11 21:00:36 +08:00
:key_url => 'http://mumble.info/gpg/mumble-auto-build-2015.asc'
2015-03-16 08:24:39 +08:00
name 'Mumble'
2015-07-11 21:00:36 +08:00
homepage 'http://www.mumble.info'
license :bsd
2014-09-16 00:05:59 +08:00
app 'Mumble.app'
2013-04-10 16:51:27 +08:00
end