homebrew-cask/Casks/mumble.rb

16 lines
623 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'mumble' do
2016-09-28 17:14:30 +08:00
version '1.2.17'
sha256 '169039aff011239f2aa5972a3e7c85b72d1f636ca30d349986f4d36cd3cd2077'
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-09-28 17:14:30 +08:00
checkpoint: '7c0254c2fb4593a98d8609d2ba2eabcb6f4492428d4aea172e145c26ba184590'
2015-03-16 08:24:39 +08:00
name 'Mumble'
homepage 'https://www.mumble.info/'
gpg "#{url}.sig",
key_url: 'https://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