homebrew-cask/Casks/mumble.rb

17 lines
613 B
Ruby

cask 'mumble' do
version '1.2.12'
sha256 '411cae18632a2db9aac7e546520f631dc0346f08f9ec5603b299ec65a27aea0a'
# 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',
:sha256 => 'be259be289e7a3d03f7e45d2a293ebf867566c0c796ad315cda20a531c58e905'
gpg "#{url}.sig",
:key_url => 'http://mumble.info/gpg/mumble-auto-build-2015.asc'
name 'Mumble'
homepage 'http://www.mumble.info'
license :bsd
app 'Mumble.app'
end