homebrew-cask/Casks/mumble.rb

17 lines
636 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'mumble' do
2016-05-08 00:29:32 +08:00
version '1.2.16'
sha256 'b7c31f5f5036665393c38d01b09bd107f2c0eccb013d46c80692530ee80fc546'
2016-03-21 04:18:45 +08:00
# github.com/mumble-voip/mumble was verified as official when first introduced to the cask
2015-07-11 21:00:36 +08:00
url "https://github.com/mumble-voip/mumble/releases/download/#{version}/Mumble-#{version}.dmg"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/mumble-voip/mumble/releases.atom',
2016-05-08 00:29:32 +08:00
checkpoint: 'a28725d6c33c456c81096d7c787eb90461e785d5213e11d98a010ff8625f9fd9'
2015-03-16 08:24:39 +08:00
name 'Mumble'
2016-03-21 04:18:45 +08:00
homepage 'http://www.mumble.info/'
license :bsd
gpg "#{url}.sig",
key_url: 'http://mumble.info/gpg/mumble-auto-build-2015.asc'
2014-09-16 00:05:59 +08:00
app 'Mumble.app'
2013-04-10 16:51:27 +08:00
end