mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-19 06:16:46 -06:00
8 lines
210 B
Ruby
8 lines
210 B
Ruby
class Beamer < Cask
|
|
url 'http://beamer-app.com/download'
|
|
appcast 'http://beamer-app.com/sparkle-appcast.xml'
|
|
homepage 'http://beamer-app.com'
|
|
version 'latest'
|
|
sha256 :no_check
|
|
link 'Beamer.app'
|
|
end
|