mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-18 22:06:41 -06:00
9 lines
261 B
Ruby
9 lines
261 B
Ruby
class Mumble < Cask
|
|
version '1.2.8'
|
|
sha256 '19ea209ed4a589ad0959f4c8b4af47f479efbf63d5efb0b170c3b31f98979e2f'
|
|
|
|
url 'https://downloads.sourceforge.net/sourceforge/mumble/Mumble-1.2.8.dmg'
|
|
homepage 'http://mumble.sourceforge.net'
|
|
|
|
link 'Mumble.app'
|
|
end
|