mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
Add cask for join.me, a screensharing and online meetings app. Downloads latest version without a checksum as there are no surfaced URLs for old versions.
7 lines
184 B
Ruby
7 lines
184 B
Ruby
class JoinMe < Cask
|
|
url 'https://secure.join.me/Download.aspx?installer=mac&webdownload=true'
|
|
homepage 'https://join.me/'
|
|
version 'latest'
|
|
no_checksum
|
|
link 'join.me.app'
|
|
end
|