mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-18 14:17:07 -06:00
9 lines
178 B
Ruby
9 lines
178 B
Ruby
class Mention < Cask
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url 'https://en.mention.com/downloads/mac/mention.dmg'
|
|
homepage 'https://en.mention.com/'
|
|
|
|
app 'Mention.app'
|
|
end
|